ComfyUI/README.md
2024-12-28 15:37:00 +05:00

11 lines
374 B
Markdown

## Prerequisites For Docker
1. NVIDIA drivers installed on your host system.
2. Docker installed on your host system.
3. NVIDIA Container Toolkit (nvidia-docker2) OR WSL2 installed so that you can use GPU inside
Docker.
### Run dockerfile
` docker run --gpus all \-it \-p 8188:8188 \--name comfyui-instance \
comfyui-gpu`
### Run docker-compose
`docker compose up -d`