mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
run without preload_models.py
since an upcoming update makes it interactive
This commit is contained in:
parent
85b5fcd5e1
commit
e7aeaa310c
24
.github/workflows/test-invoke-conda.yml
vendored
24
.github/workflows/test-invoke-conda.yml
vendored
@ -90,19 +90,19 @@ jobs:
|
||||
-o ${{ matrix.stable-diffusion-model-dl-path }} \
|
||||
-L ${{ matrix.stable-diffusion-model }}
|
||||
|
||||
- name: Use Cached Huggingface and Torch models
|
||||
id: cache-hugginface-torch
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: cache-hugginface-torch
|
||||
with:
|
||||
path: ~/.cache
|
||||
key: ${{ env.cache-name }}
|
||||
restore-keys: |
|
||||
${{ env.cache-name }}-${{ hashFiles('scripts/preload_models.py') }}
|
||||
# - name: Use Cached Huggingface and Torch models
|
||||
# id: cache-hugginface-torch
|
||||
# uses: actions/cache@v3
|
||||
# env:
|
||||
# cache-name: cache-hugginface-torch
|
||||
# with:
|
||||
# path: ~/.cache
|
||||
# key: ${{ env.cache-name }}
|
||||
# restore-keys: |
|
||||
# ${{ env.cache-name }}-${{ hashFiles('scripts/preload_models.py') }}
|
||||
|
||||
- name: run preload_models.py
|
||||
run: python scripts/preload_models.py
|
||||
# - name: run preload_models.py
|
||||
# run: python scripts/preload_models.py
|
||||
|
||||
- name: Run the tests
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user