Spaces:
Runtime error
Runtime error
mus
#2
by
Fairymelodies
- opened
- app-huggingface.py +1 -6
app-huggingface.py
CHANGED
@@ -117,12 +117,7 @@ if not LOCAL_DEBUG:
|
|
117 |
PIA_PATH = hf_hub_download(repo_id='Leoxing/PIA',
|
118 |
filename='pia.ckpt', cache_dir=PIA_PATH)
|
119 |
PIA_PATH = '/'.join(PIA_PATH.split('/')[:-1])
|
120 |
-
|
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
|
|
|
117 |
PIA_PATH = hf_hub_download(repo_id='Leoxing/PIA',
|
118 |
filename='pia.ckpt', cache_dir=PIA_PATH)
|
119 |
PIA_PATH = '/'.join(PIA_PATH.split('/')[:-1])
|
120 |
+
os.system('bash download_bashscripts/2-RcnzCartoon.sh')
|
|
|
|
|
|
|
|
|
|
|
121 |
print(os.listdir(DreamBooth_LoRA_PATH))
|
122 |
|
123 |
# unet
|