Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
0f7b386
1
Parent(s):
2d9bada
Update utils/dl_utils.py
Browse files- utils/dl_utils.py +1 -1
utils/dl_utils.py
CHANGED
@@ -58,7 +58,7 @@ def dl_tagger_model(model_dir):
|
|
58 |
|
59 |
def dl_lora_model(model_dir):
|
60 |
models = {
|
61 |
-
"
|
62 |
}
|
63 |
|
64 |
# 各モデルを確認し、必要に応じてダウンロード
|
|
|
58 |
|
59 |
def dl_lora_model(model_dir):
|
60 |
models = {
|
61 |
+
"syoujomannga_line.safetensors": "https://huggingface.co/tori29umai/Egara_Lora/resolve/main/syoujomannga_line.safetensors",
|
62 |
}
|
63 |
|
64 |
# 各モデルを確認し、必要に応じてダウンロード
|