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

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