Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Nov 5, 2023
1 parent ec01599 commit d27fa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
key: preprocessor-models-v1
- name: Download controlnet model for testing
run: |
if [ ! -f "extensions/sd-webui-controlnet/models/control_v11p_sd15_canny.pth"]; then
if [ ! -f "extensions/sd-webui-controlnet/models/control_v11p_sd15_canny.pth" ]; then
curl -Lo extensions/sd-webui-controlnet/models/control_v11p_sd15_canny.pth https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11p_sd15_canny.pth
fi
working-directory: stable-diffusion-webui
Expand Down

0 comments on commit d27fa45

Please sign in to comment.