aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-10-03 07:54:57 +0300
committerGitHub <noreply@github.com>2022-10-03 07:54:57 +0300
commit3fac3764b3fadce828ceffdb7dea2be51bbe7da7 (patch)
treeb2307b40ed86dc825d9954f470a2b1663dfed30a /modules/devices.py
parent32edf1732f27a1fad5133667c22b948adda1b070 (diff)
parent4c2eccf8e96825333ed400f8a8a2be78141ed8ec (diff)
Merge branch 'master' into #1484_fix_empty_styles_pattern
Diffstat (limited to 'modules/devices.py')
-rw-r--r--modules/devices.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/devices.py b/modules/devices.py
index 07bb2339..ff82f2f6 100644
--- a/modules/devices.py
+++ b/modules/devices.py
@@ -32,10 +32,9 @@ def enable_tf32():
errors.run(enable_tf32, "Enabling TF32")
-
device = get_optimal_device()
device_codeformer = cpu if has_mps else device
-
+dtype = torch.float16
def randn(seed, shape):
# Pytorch currently doesn't handle setting randomness correctly when the metal backend is used.