comfyui-boot

yanwk/comfyui-boot

yanwk

这是一个用于启动加载ComfyUI的Docker镜像,其中ComfyUI是一款在AI绘画领域广泛应用的强大工具,具备灵活的工作流定制与丰富的插件扩展功能;该Docker镜像通过预先配置必要的运行环境、集成关键依赖组件,旨在简化ComfyUI的部署流程,帮助用户无需手动进行复杂的环境搭建,即可快速启动并高效使用ComfyUI开展绘画创作、模型测试等相关工作,为AI绘画爱好者和开发者提供便捷、稳定的启动加载解决方案。

69 次收藏下载次数: 0状态:社区镜像维护者:yanwk仓库类型:镜像最近更新:5 天前
让 AI 帮你使用轩辕镜像?

如果你使用 DeepSeek元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AIDeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

下载命令
点击查看

ComfyUI

https://github.com/YanWenKun/ComfyUI-Docker

https://github.com/YanWenKun/ComfyUI-Docker/blob/main/README.zh.adoc

Docker images for https://github.com/Comfy-Org/ComfyUI - an AIGC GUI powering node-based workflow.

Quick Start - NVIDIA GPU

sh
mkdir -p \
  storage-cache/dot-cache \
  storage-cache/dot-config \
  storage-nodes/dot-local \
  storage-nodes/custom_nodes \
  storage-models/models \
  storage-models/hf-hub \
  storage-models/torch-hub \
  storage-user/input \
  storage-user/output \
  storage-user/user-profile \
  storage-user/user-scripts

# Add sudo if needed
docker run -it --rm \
  --name comfyui-cu130 \
  --pull=always \
  --runtime=nvidia \
  --gpus all \
  -p 8188:8188 \
  -v "$(pwd)"/storage-cache/dot-cache:/root/.cache \
  -v "$(pwd)"/storage-cache/dot-config:/root/.config \
  -v "$(pwd)"/storage-nodes/dot-local:/root/.local \
  -v "$(pwd)"/storage-nodes/custom_nodes:/root/ComfyUI/custom_nodes \
  -v "$(pwd)"/storage-models/models:/root/ComfyUI/models \
  -v "$(pwd)"/storage-models/hf-hub:/root/.cache/huggingface/hub \
  -v "$(pwd)"/storage-models/torch-hub:/root/.cache/torch/hub \
  -v "$(pwd)"/storage-user/input:/root/ComfyUI/input \
  -v "$(pwd)"/storage-user/output:/root/ComfyUI/output \
  -v "$(pwd)"/storage-user/user-profile:/root/ComfyUI/user \
  -v "$(pwd)"/storage-user/user-scripts:/root/user-scripts \
  -e CLI_ARGS="" \
  yanwk/comfyui-boot:cu130-slim-v2

Once the app is loaded, visit http://localhost:8188/

CUDA Image Tags - Slim

Start with only ComfyUI and ComfyUI-Manager, yet include many dependencies to make future Custom Node installation easier. Recommended for beginners.

  • cu130-slim-v2 https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu130-slim-v2

    • Using CUDA 13.0, Python 3.13 (with GIL). No xFormers by default
  • cu126-slim https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu126-slim

    • Using CUDA 12.6, Python 3.12

CUDA Image Tags - MEGAPAK

All-in-one bundles, including dev kits and many Custom Nodes for ComfyUI.

  • cu130-megapak-pt211 https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu130-megapak-pt211

    • Using CUDA 13.0, Python 3.13 (with GIL), GCC 14, PyTorch 2.11.0
  • cu126-megapak https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cu126-megapak

    • Using CUDA 12.6, Python 3.12, GCC 13, PyTorch 2.9.1

More Image Tags

  • rocm https://github.com/YanWenKun/ComfyUI-Docker/tree/main/rocm

    • For AMD GPU with ROCm.
  • xpu https://github.com/YanWenKun/ComfyUI-Docker/tree/main/xpu

    • For Intel GPU with XPU.
  • cpu https://github.com/YanWenKun/ComfyUI-Docker/tree/main/cpu

    • For CPU only.
  • nightly https://github.com/YanWenKun/ComfyUI-Docker/tree/main/nightly

    • Using preview version of PyTorch (CUDA).
  • https://github.com/YanWenKun/ComfyUI-Docker/tree/main/archived

    • Archived Dockerfiles of retired image tags.

For more detailed docs, check https://github.com/YanWenKun/ComfyUI-Docker.

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面

轩辕镜像加速拉取命令点我查看更多 comfyui-boot 镜像标签

docker pull docker.xuanyuan.run/yanwk/comfyui-boot:<标签>

DockerHub 原生拉取命令

docker pull yanwk/comfyui-boot:<标签>

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载在线技术支持99.95% SLA 保障付费会员免广告