diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-11 12:51:22 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-11 12:51:30 +0000 |
commit | 873efeed49bb5197a42da18272115b326c5d68f3 (patch) | |
tree | 519f2766d84d67b46230f48e862c9ee28d9d9e03 /webui.py | |
parent | a004d1a855311b0d7ff2976a4e31b0247ad9d1f6 (diff) | |
download | stable-diffusion-webui-gfx803-873efeed49bb5197a42da18272115b326c5d68f3.tar.gz stable-diffusion-webui-gfx803-873efeed49bb5197a42da18272115b326c5d68f3.tar.bz2 stable-diffusion-webui-gfx803-873efeed49bb5197a42da18272115b326c5d68f3.zip |
rename hypernetwork dir to hypernetworks to prevent clash with an old filename that people who use zip instead of git clone will have
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ from modules import devices from modules import modelloader
from modules.paths import script_path
from modules.shared import cmd_opts
-import modules.hypernetwork.hypernetwork
+import modules.hypernetworks.hypernetwork
modelloader.cleanup_models()
modules.sd_models.setup_model()
|