Update, maybe v1.0

This commit is contained in:
litagin02
2023-12-27 19:29:34 +09:00
parent 33c6f175e5
commit 1fc82960d0
7 changed files with 80 additions and 37 deletions

View File

@@ -47,9 +47,9 @@ def download_jvnv_models():
"jvnv-M1/config.json",
"jvnv-M1/jvnv-M1.safetensors",
"jvnv-M1/style_vectors.npy",
# "jvnv-M2/config.json",
# "jvnv-M2/jvnv-M2.safetensors",
# "jvnv-M2/style_vectors.npy",
"jvnv-M2/config.json",
"jvnv-M2/jvnv-M2.safetensors",
"jvnv-M2/style_vectors.npy",
]
for file in files:
if not Path(f"model_assets/{file}").exists():