mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-01-20 15:30:26 +01:00
Rename to main
This commit is contained in:
parent
802d0bcd68
commit
c0b87a28ac
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` -->
|
||||
- Docker Version: <!-- get using `docker 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:
|
||||
- GPU/VRAM:
|
||||
|
||||
|
|
|
|||
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Build Images
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
branches: main
|
||||
pull_request:
|
||||
paths:
|
||||
- docker-compose.yml
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ This repository provides multiple UIs for you to play around with stable diffusi
|
|||
|
||||
| Workflow |
|
||||
| -------------------------------------------------------------------------------- |
|
||||
|  |
|
||||
|  |
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ parallel --will-cite -a /docker/checksums.sha256 "echo -n {} | sha256sum -c"
|
|||
|
||||
cat <<EOF
|
||||
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/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
|
||||
And licenses of all UIs, third party libraries, and extensions.
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue