From 11c25719bfb7624014f2aa4ccaa4f21fba5a1901 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Tue, 29 Nov 2022 20:59:11 +0000 Subject: [PATCH 1/3] disable patchmatch in CI actions --- .github/workflows/test-invoke-conda.yml | 1 + .github/workflows/test-invoke-pip.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index 99ae0c256ae..c43d194bea7 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -110,6 +110,7 @@ jobs: id: run-tests run: | time python scripts/invoke.py \ + --no-patchmatch \ --model ${{ matrix.stable-diffusion-model }} \ --from_file ${{ env.TEST_PROMPTS }} \ --root="${{ env.INVOKEAI_ROOT }}" \ diff --git a/.github/workflows/test-invoke-pip.yml b/.github/workflows/test-invoke-pip.yml index ce1d1ad6d77..a7740a90b8e 100644 --- a/.github/workflows/test-invoke-pip.yml +++ b/.github/workflows/test-invoke-pip.yml @@ -109,6 +109,7 @@ jobs: id: run-tests run: | time ${{ env.pythonLocation }}/bin/python scripts/invoke.py \ + --no-patchmatch \ --model ${{ matrix.stable-diffusion-model }} \ --from_file ${{ env.TEST_PROMPTS }} \ --root="${{ env.INVOKEAI_ROOT }}" \ From fcd9856c93084837d0929adc73c4cca13d5bde6b Mon Sep 17 00:00:00 2001 From: mauwii Date: Wed, 30 Nov 2022 04:10:20 +0100 Subject: [PATCH 2/3] fix indention --- .github/workflows/test-invoke-conda.yml | 2 +- .github/workflows/test-invoke-pip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index ca547c31ba7..b781f1c17cf 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -114,7 +114,7 @@ jobs: id: run-tests run: | time python scripts/invoke.py \ - --no-patchmatch \ + --no-patchmatch \ --model ${{ matrix.stable-diffusion-model }} \ --from_file ${{ env.TEST_PROMPTS }} \ --root="${{ env.INVOKEAI_ROOT }}" \ diff --git a/.github/workflows/test-invoke-pip.yml b/.github/workflows/test-invoke-pip.yml index 89c87dc5564..2a728d63144 100644 --- a/.github/workflows/test-invoke-pip.yml +++ b/.github/workflows/test-invoke-pip.yml @@ -113,7 +113,7 @@ jobs: id: run-tests run: | time ${{ env.pythonLocation }}/bin/python scripts/invoke.py \ - --no-patchmatch \ + --no-patchmatch \ --model ${{ matrix.stable-diffusion-model }} \ --from_file ${{ env.TEST_PROMPTS }} \ --root="${{ env.INVOKEAI_ROOT }}" \ From ddfd23ba145860043efac1eece69f044fb4fd576 Mon Sep 17 00:00:00 2001 From: mauwii Date: Wed, 30 Nov 2022 04:11:37 +0100 Subject: [PATCH 3/3] replace tab with spaces --- .github/workflows/test-invoke-conda.yml | 2 +- .github/workflows/test-invoke-pip.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index b781f1c17cf..69cd7d108da 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -114,7 +114,7 @@ jobs: id: run-tests run: | time python scripts/invoke.py \ - --no-patchmatch \ + --no-patchmatch \ --model ${{ matrix.stable-diffusion-model }} \ --from_file ${{ env.TEST_PROMPTS }} \ --root="${{ env.INVOKEAI_ROOT }}" \ diff --git a/.github/workflows/test-invoke-pip.yml b/.github/workflows/test-invoke-pip.yml index 2a728d63144..5d6a447021b 100644 --- a/.github/workflows/test-invoke-pip.yml +++ b/.github/workflows/test-invoke-pip.yml @@ -113,7 +113,7 @@ jobs: id: run-tests run: | time ${{ env.pythonLocation }}/bin/python scripts/invoke.py \ - --no-patchmatch \ + --no-patchmatch \ --model ${{ matrix.stable-diffusion-model }} \ --from_file ${{ env.TEST_PROMPTS }} \ --root="${{ env.INVOKEAI_ROOT }}" \