Mightys commited on
Commit
79f2e2c
·
verified ·
1 Parent(s): ad9a90f

Update Swarmui_Kaggle/install_swarmui.py

Browse files
Files changed (1) hide show
  1. Swarmui_Kaggle/install_swarmui.py +0 -5
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():