From 111e4d38f460c571bf821158186ef5175ceec176 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 May 2026 01:32:43 +0900 Subject: [PATCH] fix(custom-node-list): place ComfyUI-PulseOfMotion entry after last git-clone block --- custom-node-list.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 20a3c961..256fe2ce 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46539,6 +46539,17 @@ "install_type": "git-clone", "description": "Per-region prompt and LoRA control for SD1.5, SDXL, Z-Image, and Qwen — compatible with multiple model architectures." }, + { + "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." + }, @@ -46929,17 +46940,6 @@ ], "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." } ] }