Delete scripts/run_comfyui.sh
Browse files- scripts/run_comfyui.sh +0 -13
scripts/run_comfyui.sh
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
# 1. Navigate to the workspace directory
|
| 4 |
-
echo "🚀 Launching ComfyUI ..."
|
| 5 |
-
cd /workspace
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
# 2. Activate the virtual environment
|
| 9 |
-
source /workspace/ComfyUI/venv/bin/activate
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
# 3. Start ComfyUI
|
| 13 |
-
python /workspace/ComfyUI/main.py --listen 0.0.0.0 --port 8188 --enable-manager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|