Fix RIFE model download URL
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m11s
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:
@@ -109,9 +109,9 @@ RUN (cd ComfyUI-KJNodes && pip install -r requirements.txt || true) && \
|
||||
rm -rf /root/.cache/pip /tmp/*
|
||||
|
||||
# Download RIFE model for frame interpolation
|
||||
RUN mkdir -p /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation/ckpts && \
|
||||
wget -q -O /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation/ckpts/rife47.pth \
|
||||
https://github.com/hzwer/Practical-RIFE/releases/download/v4.7/rife47.pth
|
||||
RUN mkdir -p /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation/ckpts/rife && \
|
||||
wget -q -O /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation/ckpts/rife/rife47.pth \
|
||||
https://github.com/styler00dollar/VSGAN-tensorrt-docker/releases/download/models/rife47.pth
|
||||
|
||||
# Create directories and symlinks to network volume
|
||||
# RunPod mounts network volumes at /runpod-volume
|
||||
|
||||
Reference in New Issue
Block a user