Skip to main content

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

ParameterDescription
--name comfy-nuvuName of the container
--gpus allEnable GPU passthrough
-p 8188:8188ComfyUI web interface port
-p 8888:8888JupyterLab port
-v /path/to/workspace:/workspaceMount 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

Other Installation Methods