iamgroot1212 commited on
Commit
57b2c40
·
verified ·
1 Parent(s): 124a91c

Delete scripts/run_comfyui.sh

Browse files
Files changed (1) hide show
  1. 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