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 /modules/ui.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 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py index f57f32db..42e5d866 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -39,7 +39,7 @@ import modules.generation_parameters_copypaste from modules import prompt_parser
from modules.images import save_image
import modules.textual_inversion.ui
-import modules.hypernetwork.ui
+import modules.hypernetworks.ui
# this is a fix for Windows users. Without it, javascript files will be served with text/html content-type and the browser will not show any UI
mimetypes.init()
|