ComfyUI Node
Predict PhyFPS (Batch Details)
Predicts PhyFPS per segment and returns both the average and a list of per-segment FPS values. Useful for analyzing FPS variation across a video.
Predict PhyFPS (Batch Details)
- model
- images
- avg_phyfps
- segment_fps_list
- report
◄clip_length30►
◄stride4►
CategoryPulse of Motion
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| model | VC_MODEL | Visual Chronometer model from the loader node. | |
| images | IMAGE | Sequential video frames as an IMAGE batch. Frames are auto-resized to 216x216 internally. | |
| clip_length | INT | 302–120 | Number of frames per analysis clip. The model was trained on 30-frame clips. Lower values are faster but less accurate. |
| stride | INT | 41–30 | Step size between clips. Lower = more overlapping clips = smoother average but slower. Higher = fewer clips = faster but coarser. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| avg_phyfps | FLOAT | — |
| segment_fps_list | FLOAT | — |
| report | STRING | — |