Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
358b6b3
1
Parent(s):
fba1d0c
revise repo id
Browse files- app-huggingface.py +1 -1
app-huggingface.py
CHANGED
@@ -65,7 +65,7 @@ if not LOCAL_DEBUG:
|
|
65 |
os.makedirs(DreamBooth_LoRA_PATH, exist_ok=True)
|
66 |
os.makedirs(STABLE_DIFFUSION_PATH, exist_ok=True)
|
67 |
|
68 |
-
hf_hub_download(repo_id='
|
69 |
filename='pia.ckpt', cache_dir=PIA_PATH)
|
70 |
os.system('bash download_bashscripts/1-RealisticVision.sh')
|
71 |
os.system('bash download_bashscripts/2-RcnzCartoon.sh')
|
|
|
65 |
os.makedirs(DreamBooth_LoRA_PATH, exist_ok=True)
|
66 |
os.makedirs(STABLE_DIFFUSION_PATH, exist_ok=True)
|
67 |
|
68 |
+
hf_hub_download(repo_id='Leoxing/PIA',
|
69 |
filename='pia.ckpt', cache_dir=PIA_PATH)
|
70 |
os.system('bash download_bashscripts/1-RealisticVision.sh')
|
71 |
os.system('bash download_bashscripts/2-RcnzCartoon.sh')
|