source venv/bin/activate # Start ComfyUI echo "Starting ComfyUI server on http://localhost:8188" python main.py --port 8188 deactivate