{"id":26797991,"url":"https://github.com/bean980310/stable-diffusion-docker-project","last_synced_at":"2025-04-22T22:10:48.382Z","repository":{"id":247530914,"uuid":"826106057","full_name":"bean980310/stable-diffusion-docker-project","owner":"bean980310","description":"Stable Diffusion WebUI and KohyaSS, ComfyUI, InvokeAI, Fooocus, and more Generative AI on Docker","archived":false,"fork":false,"pushed_at":"2025-03-24T10:14:47.000Z","size":562,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T11:28:17.917Z","etag":null,"topics":["ai","audio-generation","chatbotai","container-image","deep-learning","docker","generative-ai","gradio","image-generation","img2img","machine-learning","python","pytorch","stable-diffusion","text-generation","torch","txt2img","video-generation"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bean980310.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}},"created_at":"2024-07-09T05:46:50.000Z","updated_at":"2025-03-24T10:14:51.000Z","dependencies_parsed_at":"2024-10-25T09:33:12.449Z","dependency_job_id":"e091fdcf-6d2d-4066-8cd1-305e938e6263","html_url":"https://github.com/bean980310/stable-diffusion-docker-project","commit_stats":null,"previous_names":["bean980310/stable-diffusion-docker-project"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean980310%2Fstable-diffusion-docker-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean980310%2Fstable-diffusion-docker-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean980310%2Fstable-diffusion-docker-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bean980310%2Fstable-diffusion-docker-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bean980310","download_url":"https://codeload.github.com/bean980310/stable-diffusion-docker-project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230508,"owners_count":20744349,"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":["ai","audio-generation","chatbotai","container-image","deep-learning","docker","generative-ai","gradio","image-generation","img2img","machine-learning","python","pytorch","stable-diffusion","text-generation","torch","txt2img","video-generation"],"created_at":"2025-03-29T19:16:28.461Z","updated_at":"2025-03-29T19:16:29.178Z","avatar_url":"https://github.com/bean980310.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generative AI on Docker Project\nStable Diffusion WebUI and KohyaSS, ComfyUI, InvokeAI, Fooocus, and more Generative AI Applications on Docker\n\n## Setup\nYou need NVIDIA GPU and CUDA 12.4, Docker and NVIDIA Container toolkit, if you are using Windows 10/11, you also need enable WSL2. it is recommanded on Amazon Web Services, Microsoft Azure, Google Cloud Platform.\n\nNow you can use AUTOMATIC1111 Stable Diffusion WebUI and ComfyUI container with runpod tamplate when made by me!\n\n### How to install\n```bash\ngit clone --recurse-submodules https://github.com/bean980310/stable-diffusion-docker-project.git\n```\n\nFirst, run the run_first.ipynb on Jupyter Notebook(if not installed cuda, cudnn, docker, and NVIDIA Container toolkit.) and then run the download.ipynb on Jupyter Notebook.\n\nAnd you must put models in directory stable-diffusion-models/models.\n\n```bash\ncd \u003cyour_path_of_dir\u003e/stable-diffusion-docker-project\ndocker compose -f docker-compose.pull.yml up -d \u003cservice_name\u003e\n```\n\n| Service list | Port(Published:Target) |\n|-------------------------------|------------------------|\n| stable-diffusion-webui        | 3010:7860              | \n| kohya_ss                      | 3020:7860              |\n| comfyui                       | 3030:8188              |\n| open-webui                    | 3000:8080              |\n| invokeai                      | 9090:9090              |\n| fooocus                       | 3040:7860              |\n| sdnext                        | 3060:7860              |\n| swarmui                       | 7801:7801              |\n| facefusion                    | 3070:7860              |\n| ~~stable-audio-tools~~            | ~~3090:7860~~ Temporary suspend             |\n| audiocraft_plus               | 7877:7877              |\n| ~~svd-webui(under construction)~~ | coming soon            |\n\nexample:\n```bash\ncd ~/stable-diffusion-docker-project\ndocker compose -f docker-compose.pull.yml up -d stable-diffusion-webui \n```\n\nHow to install extension of stable-diffusion-webui:\n```bash\ncd \u003cyour_path_of_dir\u003e/stable-diffusion-docker-project/workspace/stable-diffusion-webui/extensions\ngit clone \u003cstable-diffusion-webui_extension\u003e\n```\nHow to install ComfyUI Manager:\n```bash\ncd \u003cyour_path_of_dir\u003e/stable-diffusion-docker-project/workspace/ComfyUI/custom_nodes\ngit clone https://github.com/ltdrdata/ComfyUI-Manager.git\n```\n\n## Usage\n```bash\ndocker compose -f docker-compose.pull.yml up -d\n```\nor\n```bash\ndocker compose -f docker-compose.pull.yml up -d \u003cservice_name\u003e\n```\n\n## Features\n### [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)\nNow you can use container template made by me!\n### [KohyaSS](https://github.com/bmaltais/kohya_ss)\n### [ComfyUI](https://github.com/comfyanonymous/ComfyUI)\nNow you can use container template made by me!\n[Template link](https://www.runpod.io/console/explore/didditd7mr)\n(I've tested it several times and it works fine.)\n### [InvokeAI](https://github.com/invoke-ai/InvokeAI)\n### [Fooocus](https://github.com/lllyasviel/Fooocus)\n### [SD.Next](https://github.com/vladmandic/automatic)\n### [Open-WebUI](https://github.com/open-webui/open-webui)\n### [SwarmUI](https://github.com/mcmonkeyprojects/SwarmUI)\n### [FaceFusion](https://github.com/facefusion/facefusion)\n### ~~[stable-audio-tools](https://github.com/Stability-AI/stable-audio-tools)~~\nTemporary suspend\n### ~~svd-webui(My Original)~~\nComing soon\n\n## Contributing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbean980310%2Fstable-diffusion-docker-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbean980310%2Fstable-diffusion-docker-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbean980310%2Fstable-diffusion-docker-project/lists"}