comfyui-setup / scripts /run_comfyui.sh
iamgroot1212's picture
Upload run_comfyui.sh
cb54e47 verified
Raw
History Blame Contribute Delete
301 Bytes
#!/bin/bash
# 1. Navigate to the workspace directory
echo "🚀 Launching ComfyUI ..."
cd /workspace
# 2. Activate the virtual environment
source /workspace/ComfyUI/venv/bin/activate
# 3. Start ComfyUI
python /workspace/ComfyUI/main.py --listen 0.0.0.0 --port 8188 --enable-manager