From c0b87a28acdd01e313219fb8277f75cb91414422 Mon Sep 17 00:00:00 2001 From: Brian Gebel Date: Wed, 19 Mar 2025 18:03:14 -0700 Subject: [PATCH] Rename to main --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/workflows/docker.yml | 2 +- README.md | 2 +- services/download/download.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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 <