Skip to content

Commit

Permalink
Download extra models
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Dec 7, 2024
1 parent 3818f90 commit 6519264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pt24-cu121/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ cd "$workdir"/Comfy3D_WinPortable
mkdir extras
cp ~/.u2net/u2net.onnx ./extras/u2net.onnx

# Download extra models
curl -sSL https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth \
-o "$workdir"/Comfy3D_WinPortable/ComfyUI/models/upscale_models/RealESRGAN_x4plus.pth

# Copy/Move example files of 3D-Pack
mkdir -p "$workdir"/Comfy3D_WinPortable/ComfyUI/user/default/workflows

Expand Down

0 comments on commit 6519264

Please sign in to comment.