{"id":25365821,"url":"https://github.com/willguimont/stableswarmui-docker","last_synced_at":"2025-10-08T19:04:12.311Z","repository":{"id":194170991,"uuid":"690245730","full_name":"willGuimont/StableSwarmUI-Docker","owner":"willGuimont","description":"Run StableSwarmUI in Docker","archived":false,"fork":false,"pushed_at":"2024-08-27T13:44:05.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T03:02:46.185Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/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}},"created_at":"2023-09-11T20:25:34.000Z","updated_at":"2024-08-27T13:44:09.000Z","dependencies_parsed_at":"2023-09-12T06:00:48.076Z","dependency_job_id":"e7aaee02-7f80-4c2e-9000-b9812e97b6fb","html_url":"https://github.com/willGuimont/StableSwarmUI-Docker","commit_stats":null,"previous_names":["willguimont/stableswarmui-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willGuimont/StableSwarmUI-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FStableSwarmUI-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FStableSwarmUI-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FStableSwarmUI-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FStableSwarmUI-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willGuimont","download_url":"https://codeload.github.com/willGuimont/StableSwarmUI-Docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willGuimont%2FStableSwarmUI-Docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263061400,"owners_count":23407605,"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":[],"created_at":"2025-02-14T23:50:44.082Z","updated_at":"2025-10-08T19:04:12.210Z","avatar_url":"https://github.com/willGuimont.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StableSwarmUI Dockerfile\n\n## Running\n\n```bash\ndocker-compose up --build\n# then open http://localhost:7801 and run the installation\n```\n\n`/app/output` is a volume mapped to `./output/`, so you can use it to transfert data from and to the container.\n\n**To avoid having to download the models each time**, you can copy them to `/app/output`, and then copy them back when\nyou run the container again.\n\n```bash\n# After install, start a bash TTY\ndocker exec -it \u003ccontainer-id\u003e bash\n\n# Copy the models to output\nmkdir /app/output/Models\ncp -r /app/StableSwarmUI/Models/* /app/output/Models\n\n# Then make models available with a symlink\nrm -rf /app/StableSwarmUI/Models\nln -s /app/output/Models /app/StableSwarmUI/Models\n```\n\n## Additional notes\n\n### Presets\n\nYou can download presets using:\n\n```bash\nwget https://gist.githubusercontent.com/mcmonkey4eva/b63c786871e2b75cdf2622a2052620aa/raw/76be3fded8ff9b242509a50326ae4c723fd781c6/SDXL%2520Official%2520Presets.json\n```\n\nFollow [Presets](https://github.com/Stability-AI/StableSwarmUI/blob/master/docs/Presets.md) for instructions about\nloading them.\n\n### Useful resources\n\n- Video introducing how to use a refiner in ComfyUI\n  [SDXL ComfyUI Stability Workflow - What I use internally at Stability for my AI Art](https://www.youtube.com/watch?v=2Xe79Nl_6jA).\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\nNecessary to run [ControlNet](https://huggingface.co/stabilityai/control-lora).\n\n```bash\n# Start a bash interpreter\ndocker-compose run --build app bash\n\n# Install then quit\n/app/SwarmUI/launch-linux.sh\n\n# Open and install at http://localhost:7801\n# Close the server with Ctrl+C\n\n# Install plugins\n/app/install_plugins.sh\n\n# Open and install at http://localhost:7801\n\n# Start again\n/app/SwarmUI/launch-linux.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillguimont%2Fstableswarmui-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillguimont%2Fstableswarmui-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillguimont%2Fstableswarmui-docker/lists"}