Rename to main

This commit is contained in:
Brian Gebel 2025-03-19 18:03:14 -07:00
parent 802d0bcd68
commit c0b87a28ac
4 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -2,7 +2,7 @@ name: Build Images
on:
push:
branches: master
branches: main
pull_request:
paths:
- docker-compose.yml

View file

@ -24,7 +24,7 @@ This repository provides multiple UIs for you to play around with stable diffusi
| Workflow |
| -------------------------------------------------------------------------------- |
| ![](https://github.com/comfyanonymous/ComfyUI/raw/master/comfyui_screenshot.png) |
| ![](https://github.com/comfyanonymous/ComfyUI/raw/main/comfyui_screenshot.png) |
## Contributing

View file

@ -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