From 47e312a58b8d0e7d8bddff5907d775fc7a3bd573 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 27 Dec 2025 23:53:44 +1300 Subject: [PATCH] Fix RIFE model download URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ff0e44..a8057a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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