Update Swarmui_Kaggle/install_swarmui.py
Browse files
Swarmui_Kaggle/install_swarmui.py
CHANGED
|
@@ -78,11 +78,6 @@ def main() -> None:
|
|
| 78 |
_run("chmod +x dotnet-install.sh")
|
| 79 |
_run("./dotnet-install.sh --channel 8.0")
|
| 80 |
|
| 81 |
-
# 4. Instalar Cloudflare tunnel
|
| 82 |
-
wget("https://github.com/cloudflare/cloudflared/releases/download/2024.8.2/cloudflared-linux-amd64.deb",
|
| 83 |
-
quiet=True, show_progress=True)
|
| 84 |
-
_run("dpkg -i cloudflared-linux-amd64.deb")
|
| 85 |
-
|
| 86 |
# 5. Clonar ComfyUI
|
| 87 |
os.chdir(SWARM_DIR / "dlbackend")
|
| 88 |
if not COMFY_DIR.exists():
|
|
|
|
| 78 |
_run("chmod +x dotnet-install.sh")
|
| 79 |
_run("./dotnet-install.sh --channel 8.0")
|
| 80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
# 5. Clonar ComfyUI
|
| 82 |
os.chdir(SWARM_DIR / "dlbackend")
|
| 83 |
if not COMFY_DIR.exists():
|