From d958af8aadc8210eb37925bc9b0c19b30f6c3074 Mon Sep 17 00:00:00 2001 From: painter890602 <124643595+princepainter@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:41:30 +0800 Subject: [PATCH] Add ComfyUI-Painterl2V to custom-node-list (#2267) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7b6083c9..59fd390b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36408,6 +36408,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterI2V", + "reference": "https://github.com/princepainter/ComfyUI-PainterI2V", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterI2V" + ], + "install_type": "git-clone", + "description": "An enhanced Wan2.2 Image-to-Video node specifically designed to fix the slow-motion issue in 4-step LoRAs (like lightx2v).", + "tags": ["video", "image-to-video", "Wan2.2", "LoRA"] + } ] }