diff options
| author | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2024-01-29 22:46:43 +0800 |
|---|---|---|
| committer | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2024-01-29 22:46:43 +0800 |
| commit | 6e7f0860f7ae4a0ce59f9416fb9b2f3bcab44f1d (patch) | |
| tree | 3549de31fff495174f6de7f53b432596d0eb6bc7 | |
| parent | 750dd6014a45397979cad42a74634451d0861581 (diff) | |
| download | stable-diffusion-webui-gfx803-6e7f0860f7ae4a0ce59f9416fb9b2f3bcab44f1d.tar.gz | |
linting
| -rw-r--r-- | modules/devices.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/devices.py b/modules/devices.py index 60f7d6d7..8f49f7a4 100644 --- a/modules/devices.py +++ b/modules/devices.py @@ -4,7 +4,6 @@ from functools import lru_cache import torch from modules import errors, shared -from modules import torch_utils if sys.platform == "darwin": from modules import mac_specific |
