Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyspal/comfyui-docker
A containerization of the official ComfyUI diffusion model GUI. Includes ComfyUI Manager.
https://github.com/lyspal/comfyui-docker
ai comfyui containerization docker docker-image generative-ai image-generation
Last synced: 29 days ago
JSON representation
A containerization of the official ComfyUI diffusion model GUI. Includes ComfyUI Manager.
- Host: GitHub
- URL: https://github.com/lyspal/comfyui-docker
- Owner: Lyspal
- License: gpl-3.0
- Created: 2024-08-17T22:39:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T05:06:51.000Z (3 months ago)
- Last Synced: 2024-10-09T22:23:26.221Z (29 days ago)
- Topics: ai, comfyui, containerization, docker, docker-image, generative-ai, image-generation
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComfyUI-docker
A containerization of the official ComfyUI diffusion model GUI. Includes ComfyUI-Manager.
## Goal
Originally, an attempt to containerize ComfyUI for deployment on a homelab and integration with an Open WebUI instance.
## Usage
1. Use the `install_ComfyUI.sh` or `install_ComfyUI.bat` (Windows) script to clone the repositories and install ComfyUI-Manager.
2. Build the Docker image by running `docker build -t comfyui .` in the root directory of this repository.
3. Run `docker compose up -d` to start the container.
4. Open your browser and go to `http://localhost:8188` to access the GUI.## Known Issues
- Some more directories and files should probably be ignored during build.
## Disclaimer
This project is not affiliated with nor endorsed by ComfyUI, ComfyUI Manager, or their respective owners.
This project was created for my own personal use and educational purposes only. It is published with thw hope that it might be useful to others, but without any warranty of any kind, express or implied. Use at your own risk... as I myself am currently doing.
## Credits
- [confyanonymous/ComfyUI](https://github.com/comfyanonymous/ComfyUI)
- [ltdrdata/ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager)May this project shed a tiny little more light on the work of their authors.
Take a detour and go visit them at [comfyui.org](https://comfyui.org/).