call invoke.py with model parameter

This commit is contained in:
mauwii 2022-10-29 16:21:31 +02:00
parent 8127f0691e
commit 3d265e28ff
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -111,10 +111,9 @@ jobs:
- name: Run the tests
id: run-tests
run: |
echo "!switch ${{ matrix.stable-diffusion-model-switch }}" > testprompts.txt
cat ${{ env.TEST_PROMPTS }} >> testprompts.txt
time python scripts/invoke.py \
--from_file testprompts.txt
--model ${{ matrix.stable-diffusion-model-switch }} \
--from_file ${{ env.TEST_PROMPTS }}
- name: export conda env
id: export-conda-env