Upscale and restore video in ComfyUI — both the quick local path (per-frame ESRGAN like 4x_foolhardy_Remacri via ImageUpscaleWithModel + 4x→2x supersample, with its temporal-flicker tradeoff) and temporal-aware super-resolution (SeedVR2, the newer FlashVSR) with the downscale-first restore pipeline; RIFE/FILM frame interpolation via the BUILT-IN ComfyUI 0.26 FrameInterpolate (rife_v4.26 in models/frame_interpolation/) or the ComfyUI-Frame-Interpolation pack; 2x/4x scaling, VRAM tiers, VHS encode. Captures the classic downscale→SeedVR2→RIFE recipe and the current 2026 recommendation.
$npx -y skills add artokun/comfyui-mcp --skill video-upscaleInstalls into the current project.
Run `npx skills use "https://github.com/artokun/comfyui-mcp" --skill "artokun/comfyui-mcp/video-upscale"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/artokun/comfyui-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/artokun/comfyui-mcp"` and select the relevant skills, then follow their instructions.