aboutsummaryrefslogtreecommitdiffstats
path: root/modules/devices.py
diff options
context:
space:
mode:
authorbrkirch <brkirch@users.noreply.github.com>2022-10-14 08:42:53 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-14 13:31:39 +0000
commitfdef8253a43ca5135923092ca9b85e878d980869 (patch)
treedb93cdfdbd1719de8d94bdabd6188041f1f69edc /modules/devices.py
parentfdecb636855748e03efc40c846a0043800aadfcc (diff)
downloadstable-diffusion-webui-gfx803-fdef8253a43ca5135923092ca9b85e878d980869.tar.gz
stable-diffusion-webui-gfx803-fdef8253a43ca5135923092ca9b85e878d980869.tar.bz2
stable-diffusion-webui-gfx803-fdef8253a43ca5135923092ca9b85e878d980869.zip
Add 'interrogate' and 'all' choices to --use-cpu
* Add 'interrogate' and 'all' choices to --use-cpu * Change type for --use-cpu argument to str.lower, so that choices are case insensitive
Diffstat (limited to 'modules/devices.py')
-rw-r--r--modules/devices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices.py b/modules/devices.py
index 03ef58f1..eb422583 100644
--- a/modules/devices.py
+++ b/modules/devices.py
@@ -34,7 +34,7 @@ def enable_tf32():
errors.run(enable_tf32, "Enabling TF32")
-device = device_gfpgan = device_bsrgan = device_esrgan = device_scunet = device_codeformer = get_optimal_device()
+device = device_interrogate = device_gfpgan = device_bsrgan = device_esrgan = device_scunet = device_codeformer = get_optimal_device()
dtype = torch.float16
dtype_vae = torch.float16