Fix RIFE model download URL
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m11s

Use correct URL from styler00dollar/VSGAN-tensorrt-docker releases.
Also fix path to ckpts/rife/ subdirectory.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nick
2025-12-27 23:53:44 +13:00
parent 342ef24bba
commit 47e312a58b

View File

@@ -109,9 +109,9 @@ RUN (cd ComfyUI-KJNodes && pip install -r requirements.txt || true) && \
rm -rf /root/.cache/pip /tmp/* rm -rf /root/.cache/pip /tmp/*
# Download RIFE model for frame interpolation # Download RIFE model for frame interpolation
RUN mkdir -p /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation/ckpts && \ RUN mkdir -p /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation/ckpts/rife && \
wget -q -O /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation/ckpts/rife47.pth \ wget -q -O /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation/ckpts/rife/rife47.pth \
https://github.com/hzwer/Practical-RIFE/releases/download/v4.7/rife47.pth https://github.com/styler00dollar/VSGAN-tensorrt-docker/releases/download/models/rife47.pth
# Create directories and symlinks to network volume # Create directories and symlinks to network volume
# RunPod mounts network volumes at /runpod-volume # RunPod mounts network volumes at /runpod-volume