{"id":25365817,"url":"https://github.com/willguimont/comfydocker","last_synced_at":"2026-01-20T13:33:46.912Z","repository":{"id":255040029,"uuid":"848358854","full_name":"willGuimont/ComfyDocker","owner":"willGuimont","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-28T22:15:19.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T19:05:53.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willGuimont.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-27T16:06:52.000Z","updated_at":"2025-02-28T22:15:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"98aa2e15-a330-4944-a334-f269ade182cc","html_url":"https://github.com/willGuimont/ComfyDocker","commit_stats":null,"previous_names":["willguimont/comfydocker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willGuimont/ComfyDocker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FComfyDocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FComfyDocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FComfyDocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FComfyDocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willGuimont","download_url":"https://codeload.github.com/willGuimont/ComfyDocker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FComfyDocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-02-14T23:50:42.798Z","updated_at":"2026-01-20T13:33:46.890Z","avatar_url":"https://github.com/willGuimont.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ComfyUI Dockerfile\n\n## Installation\n\nFollow the instructions\nfrom [Flux1 ComfyUI Guide](https://comfyui-wiki.com/tutorial/advanced/flux1-comfyui-guide-workflow-and-examples).\n`./models` is a volume mapped to the container, so put the models there.\n\n```shell\ncd models/clip\nwget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors\nwget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors\nwget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors\n\ncd ../vae\nwget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors\n\ncd ../unet\n# Normal models\nwget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors\n# Might require to ask for access to FLUX.1-dev on Hugging Face\nexport HF_TOKEN=$(cat ~/.huggingface/token)\nwget --header=\"Authorization: Bearer $HF_TOKEN\" https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors\n# FP8 models\nwget https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors\nwget https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors\n```\n\n## Running\n\n```shell\ndocker-compose up --build\n```\n\n`./output` is a volume mapped to `/app/output`, so the output will be saved there.\n\n## Additional notes\n\n### Useful resources\n\n- Plugins for comfyui at [civitai](https://civitai.com/tag/comfyui), or models at [civitai](https://civitai.com/).\n- [lexica](https://lexica.art/) for prompt ideas.\n- Additional models and lora can be downloaded at [civitai](https://civitai.com/)\n\n### Installing plugins\n\nAdditional plugins can be added to the `install_plugins.sh` script.\n\n## Fine-tuning\nhttps://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_flux.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillguimont%2Fcomfydocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillguimont%2Fcomfydocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillguimont%2Fcomfydocker/lists"}