Spaces:
Runtime error
Runtime error
guoyww
commited on
Commit
·
54facc1
1
Parent(s):
24081dd
update
Browse files
app.py
CHANGED
|
@@ -91,11 +91,11 @@ for path in glob(os.path.join("models", "DreamBooth_LoRA", "*.safetensors")):
|
|
| 91 |
|
| 92 |
# os.system(f"rm -rf {os.path.join('models', 'DreamBooth_LoRA', '*.safetensors')}")
|
| 93 |
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
|
| 100 |
# clean Grdio cache
|
| 101 |
print(f"### Cleaning cached examples ...")
|
|
|
|
| 91 |
|
| 92 |
# os.system(f"rm -rf {os.path.join('models', 'DreamBooth_LoRA', '*.safetensors')}")
|
| 93 |
|
| 94 |
+
os.system(f"bash download_bashscripts/1-ToonYou.sh")
|
| 95 |
+
os.system(f"bash download_bashscripts/2-Lyriel.sh")
|
| 96 |
+
os.system(f"bash download_bashscripts/3-RcnzCartoon.sh")
|
| 97 |
+
os.system(f"bash download_bashscripts/4-MajicMix.sh")
|
| 98 |
+
os.system(f"bash download_bashscripts/5-RealisticVision.sh")
|
| 99 |
|
| 100 |
# clean Grdio cache
|
| 101 |
print(f"### Cleaning cached examples ...")
|