
universonic/comfyuiThe most powerful and modular stable diffusion GUI and backend. This repository is for NVIDIA GPUs only.
For detailed command-line flags, see Official instructions.
Basic example:
docker run --gpus all --restart unless-stopped -p 8188:8188 --name comfyui -d universonic/comfyui
Use SSL/TLS:
docker run --gpus all --restart unless-stopped -p 8188:8188 \ -v /my/key.pem:/app/key.pem \ -v /my/cert.pem:/app/cert.pem \ --name comfyui -d universonic/comfyui --tls-keyfile /app/key.pem --tls-certfile /app/cert.pem
It is recommended to create a data directory on the host system (outside the container) and mount this to a directory visible from inside the container. This places the data files (including: extensions, models, outputs, etc.) in a known location on the host system, and makes it easy for tools and applications on the host system to access the files. The downside is that the user needs to make sure that the directory exists, and that e.g. directory permissions and other security mechanisms on the host system are set up correctly.
We will simply show the basic procedure here:
/my/own/datadir.comfyui container like this:docker run --gpus all --restart unless-stopped -p 8188:8188 \ -v /my/own/datadir/checkpoints:/app/comfyui/models/checkpoints \ -v /my/own/datadir/output:/app/comfyui/output \ -v /my/own/datadir/input:/app/comfyui/input \ --name comfyui -d universonic/comfyui
docker logs -f comfyui






manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务