Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
continue-revolution committed Nov 8, 2023
1 parent 251f873 commit 778cc40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
working-directory: stable-diffusion-webui
- name: Download LoRA model for testing
run: |
if [ ! -d "models/Lora" ]; then
mkdir models/Lora
fi
if [ ! -f "models/Lora/yoimiya.safetensors" ]; then
curl -Lo models/Lora/yoimiya.safetensors https://civitai.com/api/download/models/48374?type=Model&format=SafeTensor
fi
Expand Down

0 comments on commit 778cc40

Please sign in to comment.