From 029dcd89ccd3eb0880321999982c9df930f4144e Mon Sep 17 00:00:00 2001 From: painter890602 <124643595+princepainter@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:19:04 +0800 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 7a66fbbd..4e0b892c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36174,5 +36174,17 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "title": "ComfyUI-PainterI2V", + "description": "An enhanced Wan2.2 Image-to-Video node specifically designed to fix the slow-motion issue in 4-step LoRAs (like lightx2v).", + "author": "princepainter", + "reference": "https://github.com/princepainter/ComfyUI-PainterI2V", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterI2V" + ], + "install_type": "git-clone", + "tags": ["video", "image-to-video", "Wan2.2", "LoRA"] + } + ] }