Update Swarmui_Kaggle/install_swarmui.py
Browse files
Swarmui_Kaggle/install_swarmui.py
CHANGED
|
@@ -93,9 +93,9 @@ def main() -> None:
|
|
| 93 |
# 6. Dependencias de ComfyUI
|
| 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
|
| 97 |
"--index-url https://download.pytorch.org/whl/cu128 --no-progress")
|
| 98 |
-
_run("uv pip install onnxruntime gdown pickleshare insightface clip rembg"
|
| 99 |
"--no-progress")
|
| 100 |
|
| 101 |
# 7. Extensiones de SwarmUI
|
|
|
|
| 93 |
# 6. Dependencias de ComfyUI
|
| 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"
|
| 97 |
"--index-url https://download.pytorch.org/whl/cu128 --no-progress")
|
| 98 |
+
_run("uv pip install onnxruntime gdown pickleshare insightface clip rembg "
|
| 99 |
"--no-progress")
|
| 100 |
|
| 101 |
# 7. Extensiones de SwarmUI
|