mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
preload_models interactively downloads sd model files
This commit is contained in:
4
.github/workflows/test-invoke-conda.yml
vendored
4
.github/workflows/test-invoke-conda.yml
vendored
@@ -84,7 +84,9 @@ jobs:
|
||||
|
||||
- name: run preload_models.py
|
||||
id: run-preload-models
|
||||
run: python scripts/preload_models.py
|
||||
run: |
|
||||
python scripts/preload_models.py \
|
||||
--no-interactive
|
||||
|
||||
- name: Run the tests
|
||||
id: run-tests
|
||||
|
||||
Reference in New Issue
Block a user