diff --git a/custom-node-list.json b/custom-node-list.json index 2d3ae453..29a2421c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29969,6 +29969,18 @@ "install_type": "unzip", "description": "Custom nodes for ComfyUI by TheAlly." }, + { + "author": "Verolelb", + "title": "ComfyUI-Video-Tools", + "url": "https://github.com/Verolelb/ComfyUI-Video-Tools", + "description": "A custom node for ComfyUI to convert video FPS using FFmpeg interpolation for smooth results. Ideal for converting generated animations to standard framerates.", + "files": [ + "ComfyUI_VideoTools/__init__.py" + ], + "requirements": [ + "ffmpeg-python" + ] + } { "author": "xss", "title": "Custom Nodes by xss",