aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-11 12:51:22 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-11 12:51:30 +0000
commit873efeed49bb5197a42da18272115b326c5d68f3 (patch)
tree519f2766d84d67b46230f48e862c9ee28d9d9e03 /webui.py
parenta004d1a855311b0d7ff2976a4e31b0247ad9d1f6 (diff)
downloadstable-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index ba2156c8..faa38a0d 100644
--- a/webui.py
+++ b/webui.py
@@ -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()