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

Upload run_comfyui.sh

Browse files
Files changed (1) hide show
  1. scripts/run_comfyui.sh +13 -0
scripts/run_comfyui.sh ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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