Skip to content

Frame Interpolation

Video Lecture

Section Video Links
Frame Interpolation Frame Interpolation Frame Interpolation

Description

We will improve these low framerate videos.

Before After

Download fish.webm

Download beech.webm

Download beech2.webm

Download village.webm

Download jet.webm

Download truck-chase.webm

Download car-slide.webm

Download village-2.webm

Download fish-coral.webm

Trouble shooting

ERROR: To use this action, security_level must be normal or below, and network_mode must be set to personal_cloud

Open a command/terminal prompt and cd into ComfyUI/user/__manager. (On Windows & macOS Desktop Versions Documents/ComfyUI/user/__manager/)

Open config.ini.

Set both:

security_level = normal
network_mode = personal_cloud

Save and restart ComfyUI and try to install the custom node again.

If it is still not working and the ComfyUI manager still refuses to let you install the custom node, then you can install it from GitHub.

Open your command/terminal prompt.

  1. Navigate to your ComfyUI/custom_nodes/ folder. (on macOS it is Documents/ComfyUI/custom_nodes/)
  2. Run,
    git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git
    
  3. Restart ComfyUI

Error when downloading film_net_fp32.pt

When the custom node is first run, it will attempt to download film_net_fp32.pt from several hard coded repositories.

Occasionally it can fail.

If it doesn't resolve after waiting a moment and then trying again, then instead you can download this film_net_fp32.zip and unzip it into your .\ComfyUI\custom_nodes\comfyui-frame-interpolation\ckpts\film\ folder.

It should look like this,

📂 ComfyUI/
├── 📂 custom_nodes/
│   ├── 📂 comfyui-frame-interpolation/
│   │   ├── 📂 ckpts/
│   │   │   └── 📂 film/
│   │   │       └── film_net_fp32.pt

Restart ComfyUI and try the Film VFI node again.

ComfyUI Frame Interpolation

ComfyUI Video Reverse (GitHub)