Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
•
aa4fc05
1
Parent(s):
667d84a
fix filename bug
Browse files- app-huggingface.py +2 -1
app-huggingface.py
CHANGED
@@ -121,7 +121,8 @@ if not LOCAL_DEBUG:
|
|
121 |
print(os.listdir(DreamBooth_LoRA_PATH))
|
122 |
hf_hub_download(repo_id='Leoxing/rcnz-backup',
|
123 |
filename='rcnzCartoon3d_v20.safetensors',
|
124 |
-
|
|
|
125 |
print(os.listdir(DreamBooth_LoRA_PATH))
|
126 |
|
127 |
# unet
|
|
|
121 |
print(os.listdir(DreamBooth_LoRA_PATH))
|
122 |
hf_hub_download(repo_id='Leoxing/rcnz-backup',
|
123 |
filename='rcnzCartoon3d_v20.safetensors',
|
124 |
+
local_dir='models/DreamBooth_LoRA',
|
125 |
+
local_dir_use_symlinks=False)
|
126 |
print(os.listdir(DreamBooth_LoRA_PATH))
|
127 |
|
128 |
# unet
|