mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
call invoke.py with model parameter
This commit is contained in:
parent
8127f0691e
commit
3d265e28ff
5
.github/workflows/test-invoke-conda.yml
vendored
5
.github/workflows/test-invoke-conda.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user