fix model cache path

This commit is contained in:
mauwii 2022-11-26 22:55:54 +01:00 committed by Lincoln Stein
parent a50f4da9d1
commit d5011efaa1
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ jobs:
env:
cache-name: cache-${{ matrix.stable-diffusion-model }}
with:
path: ${{ matrix.stable-diffusion-model-dl-path }}
path: ${{ env.INVOKEAI_ROOT }}/${{ matrix.stable-diffusion-model-dl-path }}
key: ${{ env.cache-name }}
- name: Download ${{ matrix.stable-diffusion-model }}

View File

@ -90,7 +90,7 @@ jobs:
env:
cache-name: cache-${{ matrix.stable-diffusion-model }}
with:
path: ${{ matrix.stable-diffusion-model-dl-path }}
path: ${{ env.INVOKEAI_ROOT }}/${{ matrix.stable-diffusion-model-dl-path }}
key: ${{ env.cache-name }}
- name: Download ${{ matrix.stable-diffusion-model }}