From 52b7fda789aff4feb00c1bca71883e83cd084cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A9role?= <115535732+Verolelb@users.noreply.github.com> Date: Sun, 20 Jul 2025 16:54:38 +0200 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",