diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-11 15:51:22 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-11 15:51:30 +0300 |
commit | 873efeed49bb5197a42da18272115b326c5d68f3 (patch) | |
tree | 519f2766d84d67b46230f48e862c9ee28d9d9e03 /modules/shared.py | |
parent | a004d1a855311b0d7ff2976a4e31b0247ad9d1f6 (diff) |
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/shared.py')
-rw-r--r-- | modules/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py index 375e3afb..1dc2ccf2 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -14,7 +14,7 @@ import modules.sd_models import modules.styles
import modules.devices as devices
from modules import sd_samplers
-from modules.hypernetwork import hypernetwork
+from modules.hypernetworks import hypernetwork
from modules.paths import models_path, script_path, sd_path
sd_model_file = os.path.join(script_path, 'model.ckpt')
|