From 7427b1e3d71c6688b553a92e4d5fe16c6fe489d1 Mon Sep 17 00:00:00 2001 From: Akash Chowdhury Date: Mon, 30 Mar 2026 00:05:34 +0530 Subject: [PATCH] Add ComfyUI-PulseOfMotion to custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8b403b94..e0c0de64 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45467,6 +45467,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "akashzeno", + "title": "ComfyUI-PulseOfMotion", + "id": "comfyui-pulse-of-motion", + "reference": "https://github.com/akashzeno/ComfyUI-PulseOfMotion", + "files": [ + "https://github.com/akashzeno/ComfyUI-PulseOfMotion" + ], + "install_type": "git-clone", + "description": "Predicts Physical FPS (PhyFPS) from video using the Visual Chronometer model from the Pulse of Motion paper. Includes SDPA-optimized attention, device selection, progress tracking, and auto-downloads the model from HuggingFace." } ] }