mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 07:07:07 +08:00
Prerequisites For Docker
- NVIDIA drivers installed on your host system.
- Docker installed on your host system.
- 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
Languages
Python
100%