mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-28 10:24:26 +01:00
commit
a35bfb8ef2
2
.github/ISSUE_TEMPLATE/bug.md
vendored
2
.github/ISSUE_TEMPLATE/bug.md
vendored
|
|
@ -28,7 +28,7 @@ auto or auto-cpu or invoke or comfy?
|
||||||
- WSL version (if applicable): <!-- get using `wsl -l -v` -->
|
- WSL version (if applicable): <!-- get using `wsl -l -v` -->
|
||||||
- Docker Version: <!-- get using `docker version` -->
|
- Docker Version: <!-- get using `docker version` -->
|
||||||
- Docker compose version: <!-- get using `docker compose version` -->
|
- Docker compose version: <!-- get using `docker compose version` -->
|
||||||
- Repo version: <!-- tag, commit sha, or "from master" -->
|
- Repo version: <!-- tag, commit sha, or "from main" -->
|
||||||
- RAM:
|
- RAM:
|
||||||
- GPU/VRAM:
|
- GPU/VRAM:
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Build Images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches: main
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- docker-compose.yml
|
- docker-compose.yml
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ This repository provides multiple UIs for you to play around with stable diffusi
|
||||||
|
|
||||||
| Workflow |
|
| Workflow |
|
||||||
| -------------------------------------------------------------------------------- |
|
| -------------------------------------------------------------------------------- |
|
||||||
|  |
|
|  |
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,9 @@ parallel --will-cite -a /docker/checksums.sha256 "echo -n {} | sha256sum -c"
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
By using this software, you agree to the following licenses:
|
By using this software, you agree to the following licenses:
|
||||||
https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/LICENSE
|
https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/main/LICENSE
|
||||||
https://github.com/CompVis/stable-diffusion/blob/main/LICENSE
|
https://github.com/CompVis/stable-diffusion/blob/main/LICENSE
|
||||||
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/LICENSE.txt
|
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/main/LICENSE.txt
|
||||||
https://github.com/invoke-ai/InvokeAI/blob/main/LICENSE
|
https://github.com/invoke-ai/InvokeAI/blob/main/LICENSE
|
||||||
And licenses of all UIs, third party libraries, and extensions.
|
And licenses of all UIs, third party libraries, and extensions.
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue