{"id":37517816,"url":"https://github.com/bigbrozer/comfyture","last_synced_at":"2026-03-12T19:18:16.904Z","repository":{"id":276250565,"uuid":"925328493","full_name":"bigbrozer/comfyture","owner":"bigbrozer","description":"Stack to self-host your own ComfyUI instance","archived":false,"fork":false,"pushed_at":"2026-02-24T22:06:07.000Z","size":778,"stargazers_count":8,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-25T03:12:31.548Z","etag":null,"topics":["comfyui","container-image","generative-ai","stable-diffusion"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/bigbrozer/comfyture","language":"Shell","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/bigbrozer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2025-01-31T17:07:17.000Z","updated_at":"2026-02-19T08:51:14.000Z","dependencies_parsed_at":"2025-02-07T06:09:01.814Z","dependency_job_id":"0aa7c646-46d8-4c46-a567-687bef6d9a3d","html_url":"https://github.com/bigbrozer/comfyture","commit_stats":null,"previous_names":["bigbrozer/comfyui-stack","bigbrozer/comfyture"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/bigbrozer/comfyture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbrozer%2Fcomfyture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbrozer%2Fcomfyture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbrozer%2Fcomfyture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbrozer%2Fcomfyture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigbrozer","download_url":"https://codeload.github.com/bigbrozer/comfyture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbrozer%2Fcomfyture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30032070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T03:27:35.548Z","status":"ssl_error","status_checked_at":"2026-03-03T03:27:09.213Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["comfyui","container-image","generative-ai","stable-diffusion"],"created_at":"2026-01-16T08:09:24.264Z","updated_at":"2026-03-12T19:18:16.898Z","avatar_url":"https://github.com/bigbrozer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍓 Comfyture\n\nComfyture is a ready to use Docker image and compose stack designed to simplify running [ComfyUI](https://github.com/Comfy-Org/ComfyUI) with NVIDIA GPU acceleration. Unlike traditional setups, this stack eliminates complex configuration steps while pre-installing 20+ extensions (custom nodes).\n\n\u003e [!IMPORTANT]\n\u003e While functional, this project is still under active development and may have bugs during use.\n\n![Screenshot](https://github.com/bigbrozer/comfyture/raw/main/.readme/comfyture-screenshot-001_reduced-fs8.png)\n\nContents:\n\n* [Features](#features)\n* [Requirements](#requirements)\n* [Usage](#usage)\n  * [Setting up](#setting-up)\n  * [Generate your first image](#generate-your-first-image)\n* [Pre-installed extensions](#pre-installed-extensions)\n* [Configuration](#configuration)\n  * [ComfyUI arguments](#comfyui-arguments)\n  * [Envionment variables](#envionment-variables)\n  * [Data storage](#data-storage)\n* [Roadmap](#roadmap)\n* [License](#license)\n\n## Features\n\n* Easy to run ComfyUI from Docker.\n* GPU-accelerated (Nvidia CUDA only).\n* Flash Attention support.\n* Sage Attention support.\n* [New Manager](https://blog.comfy.org/p/meet-the-new-comfyui-manager) enabled by default.\n* Do not run as root, UID/GID are configurables.\n* A set of [pre-installed extensions](#pre-installed-extensions).\n\n\u003e [!WARNING]\n\u003e This project does not provide models, you must download those manually and put them in `./data/models`.\n\n## Requirements\n\n\u003e [!NOTE]\n\u003e This project has been tested using [Archlinux](https://archlinux.org/) BTW.\n\n* [Docker Compose](https://docs.docker.com/compose/install/)\n* Docker with [Nvidia runtime support](https://wiki.archlinux.org/title/Docker#Run_GPU_accelerated_Docker_containers_with_NVIDIA_GPUs) (run `docker info`):\n\n  ```plain\n  CDI spec directories:\n  /etc/cdi\n  /var/run/cdi\n  Discovered Devices:\n  cdi: nvidia.com/gpu=0\n  cdi: nvidia.com/gpu=GPU-be3cb206-b9c5-80bf-ee15-811189491961\n  cdi: nvidia.com/gpu=all\n  Runtimes: nvidia runc io.containerd.runc.v2\n  ```\n\n## Usage\n\n### Setting up\n\nDownload `compose.yaml`:\n\n```sh\ncurl -SL -o compose.yaml https://raw.githubusercontent.com/bigbrozer/comfyture/refs/heads/main/compose.yaml\n```\n\nCreate `data` directory to persist all data:\n\n```sh\nmkdir data\n```\n\nAdapt the compose file to your need.\n\nRun:\n\n```sh\ndocker compose up -d\n```\n\n### Generate your first image\n\nOpen you browser on [http://localhost:8188](http://localhost:8188).\n\nFollow the guide to [generate your first image](https://docs.comfy.org/get_started/first_generation).\n\nEnjoy !\n\n## Pre-installed extensions\n\n| Extension                                                                                             | Description                                                                                                    |\n|-------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|\n| [1038lab/ComfyUI-QwenVL](https://github.com/1038lab/ComfyUI-QwenVL)                                   | Integrates the powerful Qwen-VL models.                                                                        |\n| [1038lab/ComfyUI-RMBG](https://github.com/1038lab/ComfyUI-RMBG)                                       | Advanced image background removal and precise segmentation of objects, faces, clothing, and fashion elements.  |\n| [Acly/comfyui-inpaint-nodes](https://github.com/Acly/comfyui-inpaint-nodes)                           | Inpainting nodes for ComfyUI.                                                                                  |\n| [Acly/comfyui-tooling-nodes](https://github.com/Acly/comfyui-tooling-nodes)                           | Utility and tooling nodes for ComfyUI.                                                                         |\n| [city96/ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF)                                         | Nodes for working with GGUF models in ComfyUI.                                                                 |\n| [cubiq/ComfyUI_essentials](https://github.com/cubiq/ComfyUI_essentials)                               | Essential nodes and utilities for ComfyUI.                                                                     |\n| [cubiq/ComfyUI_IPAdapter_plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus)                       | IPAdapter Plus nodes for ComfyUI.                                                                              |\n| [Enemyx-net/VibeVoice-ComfyUI](https://github.com/Enemyx-net/VibeVoice-ComfyUI)                       | Integration for using VibeVoice audio generation in ComfyUI.                                                   |\n| [Fannovel16/comfyui_controlnet_aux](https://github.com/Fannovel16/comfyui_controlnet_aux)             | Auxiliary ControlNet nodes for ComfyUI.                                                                        |\n| [Firetheft/ComfyUI_Local_Image_Gallery](https://github.com/Firetheft/ComfyUI_Local_Image_Gallery)     | A local image gallery node for ComfyUI.                                                                        |\n| [FizzleDorf/ComfyUI_FizzNodes](https://github.com/FizzleDorf/ComfyUI_FizzNodes)                       | A set of useful and specialized nodes for ComfyUI.                                                             |\n| [Jonseed/ComfyUI-Detail-Daemon](https://github.com/Jonseed/ComfyUI-Detail-Daemon)                     | Adjust sigmas that generally enhance details.                                                                  |\n| [kijai/ComfyUI-KJNodes](https://github.com/kijai/ComfyUI-KJNodes)                                     | A collection of useful nodes created by kijai.                                                                 |\n| [kijai/ComfyUI-segment-anything-2](https://github.com/kijai/ComfyUI-segment-anything-2)               | Another implementation of Segment Anything nodes for ComfyUI.                                                  |\n| [kijai/ComfyUI-WanVideoWrapper](https://github.com/kijai/ComfyUI-WanVideoWrapper)                     | Nodes for wrapping and processing video in ComfyUI.                                                            |\n| [Kosinkadink/ComfyUI-Advanced-ControlNet](https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet) | Advanced ControlNet nodes for ComfyUI.                                                                         |\n| [Kosinkadink/ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite)       | A suite of nodes for video processing in ComfyUI.                                                              |\n| [Lightricks/ComfyUI-LTXVideo](https://github.com/Lightricks/ComfyUI-LTXVideo)                         | A collection of powerful custom nodes that extend ComfyUI's capabilities for the LTX-2 video generation model. |\n| [ltdrdata/ComfyUI-Impact-Pack](https://github.com/ltdrdata/ComfyUI-Impact-Pack)                       | A comprehensive pack of nodes for ComfyUI.                                                                     |\n| [ltdrdata/ComfyUI-Impact-Subpack](https://github.com/ltdrdata/ComfyUI-Impact-Subpack)                 | A smaller subset of nodes from the Impact pack for ComfyUI.                                                    |\n| [numz/ComfyUI-SeedVR2_VideoUpscaler](https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler)           | Official SeedVR2 diffusion-based video and image upscaler for ComfyUI.                                         |\n| [PozzettiAndrea/ComfyUI-DepthAnythingV3](https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3)   | Nodes to support DepthAnything V3 model in ComfyUI.                                                            |\n| [pythongosssss/ComfyUI-Custom-Scripts](https://github.com/pythongosssss/ComfyUI-Custom-Scripts)       | A collection of custom scripts for ComfyUI.                                                                    |\n| [rgthree/rgthree-comfy](https://github.com/rgthree/rgthree-comfy)                                     | Nodes and tools from the rgthree ecosystem for ComfyUI.                                                        |\n| [scraed/LanPaint](https://github.com/scraed/LanPaint)                                                 | Universally applicable inpainting ability for every model.                                                     |\n| [ssitu/ComfyUI_UltimateSDUpscale](https://github.com/ssitu/ComfyUI_UltimateSDUpscale)                 | Advanced upscaling nodes for Stable Diffusion in ComfyUI.                                                      |\n| [stavsap/comfyui-ollama](https://github.com/stavsap/comfyui-ollama)                                   | Ollama integration for ComfyUI.                                                                                |\n| [storyicon/comfyui_segment_anything](https://github.com/storyicon/comfyui_segment_anything)           | Segment Anything model integration for ComfyUI.                                                                |\n\n## Configuration\n\n### ComfyUI arguments\n\nA default set of arguments are passed to ComfyUI by default:\n\n```plain\n--verbose\n--listen=0.0.0.0\n--disable-auto-launch\n--multi-user\n--disable-smart-memory\n--cache-none\n--preview-method=latent2rgb\n--enable-manager\n```\n\nYou can add [extra arguments](https://docs.comfy.org/interface/settings/server-config) to ComfyUI. Creates `extra.yaml`:\n\n```yaml\n# Example to enable sage attention\nservices:\n  comfyui:\n    command:\n      - \"--enable-sage-attention\"\n\n# Or...\n# Example to enable flash attention\nservices:\n  comfyui:\n    command:\n      - \"--enable-flash-attention\"\n```\n\nThen run the stack with:\n\n```sh\ndocker compose -f compose.yaml -f extra.yaml up -d\n```\n\nIf you do not like the default arguments, switch them off by setting `COMFYUI_NO_DEFAULTS=true`. See below.\n\n### Envionment variables\n\nYou can use these variables in `compose.yaml`.\n\n| Variable            | Default | Description                                                                                                |\n|---------------------|---------|------------------------------------------------------------------------------------------------------------|\n| PUID                | `2000`  | Set the User ID for files.                                                                                 |\n| PGID                | `2000`  | Set the Group ID for files.                                                                                |\n| COMFYUI_NO_DEFAULTS | `false` | If `true`, disable default arguments, see how to pass [your own arguments to ComfyUI](#comfyui-arguments). |\n\n### Data storage\n\nBy default, the local `./data` directory will contain everything for ComfyUI. You can customize the `compose.yaml` file to your needs.\n\n| Host Folder           | Target Mount Point              | Description                                  |\n|-----------------------|---------------------------------|----------------------------------------------|\n| `./data/python`       | `/opt/comfyui/python`           | Persist Python venv \u0026 cache for fast startup |\n| `./data/custom_nodes` | `/opt/comfyui/app/custom_nodes` | Persist custom nodes installations           |\n| `./data/models`       | `/opt/comfyui/app/models`       | Persist models                               |\n| `./data/input`        | `/opt/comfyui/app/input`        | Persist input images                         |\n| `./data/output`       | `/opt/comfyui/app/output`       | Persist output images                        |\n| `./data/profiles`     | `/opt/comfyui/app/user`         | Persist user profiles                        |\n\n## Roadmap\n\n* [ ] Add more stack examples:\n  * [ ] Traefik + Authelia + ComfyUI\n* [ ] Do not use a shell script to install extensions but a **configuration file** (YAML, TOML, ...).\n\n## License\n\nThis project is licensed under the MIT License ([LICENSE](LICENSE)).\n\n\u003e ℹ️ *Note: This image uses NVIDIA's official CUDA runtime. Requires GPU hardware and NVIDIA drivers for proper operation.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbrozer%2Fcomfyture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigbrozer%2Fcomfyture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbrozer%2Fcomfyture/lists"}