Docker Installation
Run ComfyUI-Nuvu in a Docker container for containerized deployments.
Docker Command
Run the following command to start the ComfyUI-Nuvu container:
docker run -d \
--name comfy-nuvu \
--gpus all \
-p 8188:8188 \
-p 8888:8888 \
-v /path/to/workspace:/workspace \
docker.io/nuvulabs/comfyui-nuvu:latest
Configuration
| Parameter | Description |
|---|---|
--name comfy-nuvu | Name of the container |
--gpus all | Enable GPU passthrough |
-p 8188:8188 | ComfyUI web interface port |
-p 8888:8888 | JupyterLab port |
-v /path/to/workspace:/workspace | Mount your workspace directory |
Accessing ComfyUI
Once the container is running, access ComfyUI at:
Requirements
- Docker with NVIDIA Container Toolkit installed
- NVIDIA GPU with appropriate drivers
Next Steps
- Create an Account — Sign up for free
- The Nuvu Advantage — See what Nuvu can do
- Workflow Installer — Install your first workflow