Update Swarmui_Kaggle/install_swarmui.py
Browse files
Swarmui_Kaggle/install_swarmui.py
CHANGED
|
@@ -94,8 +94,8 @@ def main() -> None:
|
|
| 94 |
os.chdir(COMFY_DIR)
|
| 95 |
_run("uv pip install -r requirements.txt --no-progress")
|
| 96 |
_run("uv pip install torch==2.9.1 torchvision==0.24.1 torchaudio xformers==0.0.33.post2 triton==3.5.1 --index-url https://download.pytorch.org/whl/cu128 --no-progress")
|
| 97 |
-
_run("uv pip install onnxruntime gdown pickleshare insightface clip rembg fastcore==1.8.0 --no-progress")
|
| 98 |
-
_run("uv pip install --upgrade pip
|
| 99 |
# 7. Extensiones de SwarmUI
|
| 100 |
ext_dir = SWARM_DIR / "src" / "Extensions"
|
| 101 |
ext_dir.mkdir(parents=True, exist_ok=True)
|
|
|
|
| 94 |
os.chdir(COMFY_DIR)
|
| 95 |
_run("uv pip install -r requirements.txt --no-progress")
|
| 96 |
_run("uv pip install torch==2.9.1 torchvision==0.24.1 torchaudio xformers==0.0.33.post2 triton==3.5.1 --index-url https://download.pytorch.org/whl/cu128 --no-progress")
|
| 97 |
+
_run("uv pip install onnxruntime gdown pickleshare insightface clip rembg fastcore==1.8.0 comfyui-frontend-package==1.38.14 ultralytics==8.3.197 --no-progress")
|
| 98 |
+
_run("uv pip install --upgrade pip diffusers transformers --no-progress")
|
| 99 |
# 7. Extensiones de SwarmUI
|
| 100 |
ext_dir = SWARM_DIR / "src" / "Extensions"
|
| 101 |
ext_dir.mkdir(parents=True, exist_ok=True)
|