{"id":27079138,"url":"https://github.com/yanwenkun/comfyui-docker","last_synced_at":"2025-05-15T10:04:01.038Z","repository":{"id":198099183,"uuid":"615208684","full_name":"YanWenKun/ComfyUI-Docker","owner":"YanWenKun","description":"🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本","archived":false,"fork":false,"pushed_at":"2025-05-12T23:23:39.000Z","size":518,"stargazers_count":788,"open_issues_count":7,"forks_count":141,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-13T00:27:19.988Z","etag":null,"topics":["comfyui","docker","stable-diffusion"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/yanwk/comfyui-boot","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YanWenKun.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"yanwk","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2023-03-17T07:27:25.000Z","updated_at":"2025-05-12T23:23:43.000Z","dependencies_parsed_at":"2024-02-06T01:46:37.778Z","dependency_job_id":"73cd4494-fe13-4c1d-98a3-c5fb17a476cc","html_url":"https://github.com/YanWenKun/ComfyUI-Docker","commit_stats":null,"previous_names":["yanwenkun/comfyui-docker"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YanWenKun%2FComfyUI-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YanWenKun%2FComfyUI-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YanWenKun%2FComfyUI-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YanWenKun%2FComfyUI-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YanWenKun","download_url":"https://codeload.github.com/YanWenKun/ComfyUI-Docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319716,"owners_count":22051072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comfyui","docker","stable-diffusion"],"created_at":"2025-04-06T01:32:28.320Z","updated_at":"2025-05-15T10:03:55.506Z","avatar_url":"https://github.com/YanWenKun.png","language":"Dockerfile","funding_links":["https://ko-fi.com/yanwk"],"categories":[],"sub_categories":[],"readme":"# Docker images for ComfyUI\n\n*link:README.zh.adoc[＞💡中文说明点我💡＜]*\n\nThis repo is for \nhttps://hub.docker.com/r/yanwk/comfyui-boot[Docker images] \nthat runs \nhttps://github.com/comfyanonymous/ComfyUI[ComfyUI] - \na Stable Diffusion GUI powering node-based workflow.\n\n## Quick Start - NVIDIA GPU\n\n```sh\nmkdir -p storage\n\ndocker run -it --rm \\\n  --name comfyui-cu124 \\\n  --gpus all \\\n  -p 8188:8188 \\\n  -v \"$(pwd)\"/storage:/root \\\n  -e CLI_ARGS=\"\" \\\n  yanwk/comfyui-boot:cu124-slim\n```\n\n\n## Image tags\n\n* link:cu121/README.adoc[`cu121`]\n\n** Easy for ComfyUI beginners. Starts with ComfyUI, ComfyUI-Manager and the Photon (SD1.5) model.\n** Using a low-privilege user within the container (easy for WSL2 deploy).\n** Not recommended for Podman or rootless deploy (use any image below instead).\n** Using CUDA 12.1 + Python 3.11.\n\n* link:cu124-slim/README.adoc[`cu124-slim`]\n\n** Similar to `cu121`, equipped with many dependencies, starts with ComfyUI and ComfyUI-Manager only.\n** Downloads less. No SD model included.\n** Using 'root' user within the container (easy for rootless deploy).\n** Using CUDA 12.4 + Python 3.12.\n\n* link:cu121-megapak/README.adoc[`cu121-megapak`]\n\n** All-in-one bundle, including dev kits.\n** Using CUDA 12.1 + Python 3.11.\n\n* link:cu124-megapak/README.adoc[`cu124-megapak`]\n\n** All-in-one bundle, including dev kits.\n** Using CUDA 12.4 + Python 3.12.\n\n* link:cu124-cn/README.adoc[`cu124-cn`]\n\n** For users in mainland China. Using mirror sites for all download links.\n\n* link:rocm/README.adoc[`rocm`]\n\n** For AMD GPUs with ROCm.\n\n* link:nightly/README.adoc[`nightly`]\n\n** Using preview version of PyTorch.\n\n* Images dedicated for https://github.com/MrForExample/ComfyUI-3D-Pack[ComfyUI-3D-Pack]:\n\n** link:comfy3d-pt22/README.adoc[`comfy3d-pt22`]\nRunning the\nhttps://github.com/MrForExample/ComfyUI-3D-Pack/tree/3b4e715939376634c68aa4c1c7d4ea4a8665c098[Jun 23, 2024]\nversion of Comfy3D based on PyTorch 2.2.\n\n** link:comfy3d-pt23/README.adoc[`comfy3d-pt23`]\nRunning the\nhttps://github.com/MrForExample/ComfyUI-3D-Pack/tree/bdc5e3029ed96d9fa25e651e12fce1553a4422c4[Oct 18, 2024]\nversion of Comfy3D based on PyTorch 2.3.\n\n** link:comfy3d-pt25/README.adoc[`comfy3d-pt25`]\nRunning the latest version of Comfy3D based on PyTorch 2.5.\n\n## License\n\nlink:LICENSE[Mulan Public License，Version 2]\n\nThis open source license is written and valid both in Chinese and English, how good is that!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanwenkun%2Fcomfyui-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanwenkun%2Fcomfyui-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanwenkun%2Fcomfyui-docker/lists"}