Run any ComfyUI workflow w/ ZERO setup.
Need help? Join our Discord!
- Automatically installs custom nodes, missing model files, etc.
- Workflows exported by this tool can be run by anyone with ZERO setup
- Work on multiple ComfyUI workflows at the same time
- Each workflow runs in its own isolated environment
- Prevents your workflows from suddenly breaking when updating custom nodes, ComfyUI, etc.
Running a workflow json file w/ no setup
ComfyUI.Launcher.Import.Demo.-.short.-.v1.mp4
- Docker (w/ GPU support) or Python 3
- Python 3
Only works for Linux & Windows (WSL). For macOS, use Option 2.
docker run \
--gpus all \
--rm \
--name comfyui_launcher \
--net=host \
-v $(pwd)/comfyui_launcher_models:/app/server/models \
-v $(pwd)/comfyui_launcher_projects:/app/server/projects \
-it thecooltechguy/comfyui_launcher
Open http://localhost:4000 in your browser
Works for Windows (WSL), Linux, & macOS
git clone https://github.com/ComfyWorkflows/comfyui-launcher
cd comfyui-launcher/
chmod x run.sh
./run.sh
Open http://localhost:4000 in your browser
docker pull thecooltechguy/comfyui_launcher
git pull
- Better handling of missing model files
- Native Windows support (w/o requiring WSL)
- Better way to manage your workflows locally
- Run workflows w/ Cloud GPUs
- Backup your projects to the cloud
- Run ComfyUI Launcher in the cloud
- ComfyUI Manager (https://github.com/ltdrdata/ComfyUI-Manager/)
- Used to auto-detect & install custom nodes