diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 05:43:42 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 05:43:42 +0000 |
commit | f741a98baccae100fcfb40c017b5c35c5cba1b0c (patch) | |
tree | 685027bfa989c99583bd4980f437443bf270cec0 /modules/sd_hijack.py | |
parent | 96d6ca4199e7c5eee8d451618de5161cea317c40 (diff) | |
download | stable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.tar.gz stable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.tar.bz2 stable-diffusion-webui-gfx803-f741a98baccae100fcfb40c017b5c35c5cba1b0c.zip |
imports cleanup for ruff
Diffstat (limited to 'modules/sd_hijack.py')
-rw-r--r-- | modules/sd_hijack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sd_hijack.py b/modules/sd_hijack.py index d8135211..81573b78 100644 --- a/modules/sd_hijack.py +++ b/modules/sd_hijack.py @@ -3,7 +3,7 @@ from torch.nn.functional import silu from types import MethodType
import modules.textual_inversion.textual_inversion
-from modules import devices, sd_hijack_optimizations, shared, sd_hijack_checkpoint
+from modules import devices, sd_hijack_optimizations, shared
from modules.hypernetworks import hypernetwork
from modules.shared import cmd_opts
from modules import sd_hijack_clip, sd_hijack_open_clip, sd_hijack_unet, sd_hijack_xlmr, xlmr
|