We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103efea commit f8708f5Copy full SHA for f8708f5
.github/workflows/test-invoke-conda.yml
@@ -114,6 +114,7 @@ jobs:
114
id: run-tests
115
run: |
116
time python scripts/invoke.py \
117
+ --no-patchmatch \
118
--model ${{ matrix.stable-diffusion-model }} \
119
--from_file ${{ env.TEST_PROMPTS }} \
120
--root="${{ env.INVOKEAI_ROOT }}" \
.github/workflows/test-invoke-pip.yml
@@ -113,6 +113,7 @@ jobs:
113
time ${{ env.pythonLocation }}/bin/python scripts/invoke.py \
0 commit comments