From 0e6f7a850e8df4d4d17e988392ec1a12f303e1a2 Mon Sep 17 00:00:00 2001 From: painter890602 <124643595+princepainter@users.noreply.github.com> Date: Sat, 11 Jul 2026 10:29:38 +0800 Subject: [PATCH] Add ComfyUI-PainterNodes to custom node list --- custom-node-list.json | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index dac15fe6..1bd03920 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -54228,14 +54228,24 @@ "description": "A premium resolution utility node for ComfyUI with aspect ratio grid, preset selection, custom ratios, favorites, recents, and keyboard navigation." }, { - "author": "kongo_jun", - "title": "ComfyUI-JITBlockSwap", - "reference": "https://github.com/lovemachine100/ComfyUI-JITBlockSwap", - "files": [ - "https://github.com/lovemachine100/ComfyUI-JITBlockSwap" - ], - "install_type": "git-clone", - "description": "Block Swap (RAM Offload) node for native ComfyUI MODEL - run DiT models larger than VRAM by streaming transformer blocks from system RAM." + "author": "kongo_jun", + "title": "ComfyUI-JITBlockSwap", + "reference": "https://github.com/lovemachine100/ComfyUI-JITBlockSwap", + "files": [ + "https://github.com/lovemachine100/ComfyUI-JITBlockSwap" + ], + "install_type": "git-clone", + "description": "Block Swap (RAM Offload) node for native ComfyUI MODEL - run DiT models larger than VRAM by streaming transformer blocks from system RAM." + }, + { + "author": "princepainter", + "title": "ComfyUI-PainterNodes", + "reference": "https://github.com/princepainter/ComfyUI-PainterNodes", + "files": [ + "https://github.com/princepainter/ComfyUI-PainterNodes" + ], + "install_type": "git-clone", + "description": "A comprehensive toolkit for video generation, image editing, and audio-driven lip-sync." } ] }