ComfyUI Node
MoMo Video Frame Interpolation
MoMo Video Frame Interpolation. Takes a sequence of images and does simple 2x interpolation.
MoMo Video Frame Interpolation
- images
- images
- fps
◄model_namemomo_full.pth►
◄seed1►
◄steps8►
◄num_workers2►
◄resize_to_fittrue►
◄pad_to_fit_unetfalse►
◄mpno►
◄fps24►
Categoryimage/animation
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| model_name | COMBO | momo_full.pth | MoMo model to use for interpolation |
| seed | INT | 11–4294967295 | Random seed |
| steps | INT | 81–100 | Number of inference steps |
| num_workers | INT | 21–64 | Number of parallel workers |
| resize_to_fit | BOOLEAN | true | Fit to training resolution and resize back to input resolution for inference. |
| pad_to_fit_unet | BOOLEAN | false | Avoid errors in resolution mismatch after a sequence of downsamplings and upsamplings in the U-Net by padding vs resizing. |
| mp | COMBO | no | Use mixed precision |
| fpsopt | FLOAT | 24 | Input video fps. Not used in processing, the number is simply doubled and provided as output. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| fps | FLOAT | — |