Update Swarmui_Kaggle/install_swarmui.py
Browse files
Swarmui_Kaggle/install_swarmui.py
CHANGED
|
@@ -43,7 +43,7 @@ def main() -> None:
|
|
| 43 |
os.chdir(WORK_DIR)
|
| 44 |
|
| 45 |
# 1. Descargas iniciales y clonar SwarmUI
|
| 46 |
-
wget("https://huggingface.co/datasets/Mightys/
|
| 47 |
|
| 48 |
if not SWARM_DIR.exists():
|
| 49 |
clone("https://github.com/mcmonkeyprojects/SwarmUI")
|
|
|
|
| 43 |
os.chdir(WORK_DIR)
|
| 44 |
|
| 45 |
# 1. Descargas iniciales y clonar SwarmUI
|
| 46 |
+
wget("https://huggingface.co/datasets/Mightys/Notebook_Scripts/resolve/main/scripts/dmagic_swarm.py")
|
| 47 |
|
| 48 |
if not SWARM_DIR.exists():
|
| 49 |
clone("https://github.com/mcmonkeyprojects/SwarmUI")
|