rename hypernetwork dir to hypernetworks to prevent clash with an old filename that people who use zip instead of git clone will have

This commit is contained in:
AUTOMATIC
2022-10-11 15:51:22 +03:00
parent a004d1a855
commit 873efeed49
8 changed files with 7 additions and 7 deletions

View File

@@ -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()