diff options
author | brkirch <brkirch@users.noreply.github.com> | 2022-10-25 03:04:50 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-25 06:42:53 +0000 |
commit | 4c24347e45776d505937856ab280548d9298f0a8 (patch) | |
tree | 115ff54f6225424229f4e425aa8d6fdc50597c2a /modules/devices.py | |
parent | f53ca516385cddf07c4429720e6bd373547e9112 (diff) | |
download | stable-diffusion-webui-gfx803-4c24347e45776d505937856ab280548d9298f0a8.tar.gz stable-diffusion-webui-gfx803-4c24347e45776d505937856ab280548d9298f0a8.tar.bz2 stable-diffusion-webui-gfx803-4c24347e45776d505937856ab280548d9298f0a8.zip |
Remove BSRGAN from --use-cpu, add SwinIR
Diffstat (limited to 'modules/devices.py')
-rw-r--r-- | modules/devices.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices.py b/modules/devices.py index dc1f3cdd..033a42d5 100644 --- a/modules/devices.py +++ b/modules/devices.py @@ -45,7 +45,7 @@ def enable_tf32(): errors.run(enable_tf32, "Enabling TF32") -device = device_interrogate = device_gfpgan = device_bsrgan = device_esrgan = device_scunet = device_codeformer = None +device = device_interrogate = device_gfpgan = device_swinir = device_esrgan = device_scunet = device_codeformer = None dtype = torch.float16 dtype_vae = torch.float16 |