preload_models interactively downloads sd model files

This commit is contained in:
Lincoln Stein
2022-10-30 12:19:05 -04:00
43 changed files with 730 additions and 2174 deletions

View File

@@ -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