{"id":20844838,"url":"https://github.com/ai-dock/stable-diffusion-webui","last_synced_at":"2025-03-17T14:16:52.144Z","repository":{"id":191175544,"uuid":"684005338","full_name":"ai-dock/stable-diffusion-webui","owner":"ai-dock","description":"AUTOMATIC1111 (A1111) Stable Diffusion Web UI docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.","archived":false,"fork":false,"pushed_at":"2024-08-16T10:15:39.000Z","size":102,"stargazers_count":133,"open_issues_count":5,"forks_count":72,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-16T02:48:17.253Z","etag":null,"topics":["a1111","a1111-stable-diffusion-webui","automatic1111","docker","gpu","stable-diffusion-webui","stablediffusion"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ai-dock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["ai-dock","robballantyne"]}},"created_at":"2023-08-28T08:49:42.000Z","updated_at":"2025-03-11T00:47:29.000Z","dependencies_parsed_at":"2024-02-18T17:24:56.221Z","dependency_job_id":"d5db2451-9601-453e-b707-cc8331549ff8","html_url":"https://github.com/ai-dock/stable-diffusion-webui","commit_stats":null,"previous_names":["ai-dock/stable-diffusion-webui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fstable-diffusion-webui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fstable-diffusion-webui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fstable-diffusion-webui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fstable-diffusion-webui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai-dock","download_url":"https://codeload.github.com/ai-dock/stable-diffusion-webui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047646,"owners_count":20389206,"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":["a1111","a1111-stable-diffusion-webui","automatic1111","docker","gpu","stable-diffusion-webui","stablediffusion"],"created_at":"2024-11-18T02:11:12.126Z","updated_at":"2025-03-17T14:16:52.123Z","avatar_url":"https://github.com/ai-dock.png","language":"Shell","readme":"[![Docker Build](https://github.com/ai-dock/stable-diffusion-webui/actions/workflows/docker-build.yml/badge.svg)](https://github.com/ai-dock/stable-diffusion-webui/actions/workflows/docker-build.yml)\n\n# Stable Diffusion WebUI Docker Image\n\nRun [Automatic1111 WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) in a docker container locally or in the cloud.\n\n\u003e[!NOTE]  \n\u003eThese images do not bundle models or third-party configurations. You should use a [provisioning script](https://github.com/ai-dock/base-image/wiki/4.0-Running-the-Image#provisioning-script) to automatically configure your container. You can find examples in `config/provisioning`.\n\n## Documentation\n\nAll AI-Dock containers share a common base which is designed to make running on cloud services such as [vast.ai](https://link.ai-dock.org/vast.ai) as straightforward and user friendly as possible.\n\nCommon features and options are documented in the [base wiki](https://github.com/ai-dock/base-image/wiki) but any additional features unique to this image will be detailed below.\n\n\n#### Version Tags\n\nThe `:latest` tag points to `:latest-cuda`\n\nTags follow these patterns:\n\n##### _CUDA_\n- `:v2-cuda-[x.x.x]-[base|runtime]-[ubuntu-version]`\n\n- `:latest-cuda` \u0026rarr; `:v2-cuda-12.1.1-base-22.04`\n\n##### _ROCm_\n- `:rocm-[x.x.x]-runtime-[ubuntu-version]`\n\n- `:latest-rocm` \u0026rarr; `:v2-rocm-6.0-core-22.04`\n\n##### _CPU_\n- `:cpu-ubuntu-[ubuntu-version]`\n\n- `:latest-cpu` \u0026rarr; `:v2-cpu-22.04` \n\nBrowse [ghcr.io](https://github.com/ai-dock/stable-diffusion-webui/pkgs/container/stable-diffusion-webui) for an image suitable for your target environment. Alternatively, view a select range of [CUDA](https://hub.docker.com/r/aidockorg/stable-diffusion-webui-cuda) and [ROCm](https://hub.docker.com/r/aidockorg/stable-diffusion-webui-rocm) builds at DockerHub.\n\nSupported Python versions: `3.10`\n\nSupported Platforms: `NVIDIA CUDA`, `AMD ROCm`, `CPU`\n\n## Additional Environment Variables\n\n| Variable                 | Description |\n| ------------------------ | ----------- |\n| `AUTO_UPDATE`            | Update A1111 Web UI on startup (default `false`) |\n| `CIVITAI_TOKEN`          | Authenticate download requests from Civitai - Required for gated models |\n| `HF_TOKEN`               | Authenticate download requests from HuggingFace - Required for gated models (SD3, FLUX, etc.) |\n| `WEBUI_ARGS`             | Startup arguments. eg. `--no-half --api` |\n| `WEBUI_PORT_HOST`        | Web UI port (default `7860`) |\n| `WEBUI_REF`              | Git reference for auto update. Accepts branch, tag or commit hash. Default: latest release |\n| `WEBUI_URL`              | Override `$DIRECT_ADDRESS:port` with URL for Web UI |\n\nSee the base environment variables [here](https://github.com/ai-dock/base-image/wiki/2.0-Environment-Variables) for more configuration options.\n\n### Additional Python Environments\n\n| Environment    | Packages |\n| -------------- | ----------------------------------------- |\n| `webui`        | AUTOMATIC1111 WebUI and dependencies |\n\nThis environment will be activated on shell login.\n\n~~See the base micromamba environments [here](https://github.com/ai-dock/base-image/wiki/1.0-Included-Software#installed-micromamba-environments).~~\n\n\n## Additional Services\n\nThe following services will be launched alongside the [default services](https://github.com/ai-dock/base-image/wiki/1.0-Included-Software) provided by the base image.\n\n### Stable Diffusion WebUI\n\nThe service will launch on port `7860` unless you have specified an override with `WEBUI_PORT_HOST`.\n\nYou can set startup arguments by using variable `WEBUI_ARGS`.\n\nTo manage this service you can use `supervisorctl [start|stop|restart] webui` or via the Service Portal application.\n\n\u003e[!NOTE]\n\u003eAll services are password protected by default and HTTPS is available optionally. See the [security](https://github.com/ai-dock/base-image/wiki#security) and [environment variables](https://github.com/ai-dock/base-image/wiki/2.0-Environment-Variables) documentation for more information.\n\n\n## Pre-Configured Templates\n\n**Vast.​ai**\n\n- [A1111 WebUI:latest-cuda](https://link.ai-dock.org/template-vast-sd-webui)\n\n- [A1111 WebUI:latest-rocm](https://link.ai-dock.org/template-vast-sd-webui-rocm)\n\n---\n\n_The author ([@robballantyne](https://github.com/robballantyne)) may be compensated if you sign up to services linked in this document. Testing multiple variants of GPU images in many different environments is both costly and time-consuming; This helps to offset costs_","funding_links":["https://github.com/sponsors/ai-dock","https://github.com/sponsors/robballantyne"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-dock%2Fstable-diffusion-webui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai-dock%2Fstable-diffusion-webui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-dock%2Fstable-diffusion-webui/lists"}