MYai / scripts /start_comfyui.sh
montignyp's picture
Initial commit: Flux Identity LoRA Training Environment
1a3a976
Raw
History Blame Contribute Delete
423 Bytes
#!/bin/bash
# ComfyUI Launcher Script
# Starts ComfyUI server with network access enabled
source /workspace/venv/bin/activate
cd /workspace/ComfyUI
echo "Starting ComfyUI..."
echo "Access the web UI at: http://localhost:8188"
echo "Or from external: http://<your-runpod-ip>:8188"
echo ""
echo "Press Ctrl+C to stop the server"
echo ""
python main.py \
--listen 0.0.0.0 \
--port 8188 \
--preview-method auto