Skip to content

Commit

Permalink
fix mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 26, 2024
1 parent 0323f57 commit 4a874e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions step2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ du -hd1 "$workdir"
# Download models for ReActor
cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/models
curl https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/codeformer.pth \
-o facerestore_models/codeformer.pth
--create-dirs -o facerestore_models/codeformer.pth
curl https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth \
-o facerestore_models/GFPGANv1.4.pth
--create-dirs -o facerestore_models/GFPGANv1.4.pth
curl https://huggingface.co/datasets/Gourieff/ReActor/resolve/main/models/inswapper_128.onnx \
-o insightface/inswapper_128.onnx
--create-dirs -o insightface/inswapper_128.onnx

# Run test, also let custom nodes download some models
cd "$workdir"/ComfyUI_Windows_portable
Expand Down

0 comments on commit 4a874e7

Please sign in to comment.