diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index a475834..326652f 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -28,7 +28,7 @@ auto or auto-cpu or invoke or comfy? - WSL version (if applicable): - Docker Version: - Docker compose version: -- Repo version: +- Repo version: - RAM: - GPU/VRAM: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index db5d840..6b7d7ce 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,7 +2,7 @@ name: Build Images on: push: - branches: master + branches: main pull_request: paths: - docker-compose.yml diff --git a/README.md b/README.md index 071a459..34d159d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/services/download/download.sh b/services/download/download.sh index fbe5a70..ba43c1c 100755 --- a/services/download/download.sh +++ b/services/download/download.sh @@ -23,9 +23,9 @@ parallel --will-cite -a /docker/checksums.sha256 "echo -n {} | sha256sum -c" cat <