From 6ffead7ba99a388628260a2af9f68df71a6bf5c0 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 May 2026 03:27:08 +0900 Subject: [PATCH] fix(custom-node-list): place ComfyUI-Pixaroma 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 c9d46454..9e52e8be 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46594,6 +46594,17 @@ "install_type": "git-clone", "description": "A LoRA loader that fetches and displays Civitai metadata including trigger words and preview images, with local caching and NSFW blur support." }, + { + "author": "pixaroma", + "title": "ComfyUI-Pixaroma", + "id": "comfyui-pixaroma", + "reference": "https://github.com/pixaroma/ComfyUI-Pixaroma", + "files": [ + "https://github.com/pixaroma/ComfyUI-Pixaroma" + ], + "install_type": "git-clone", + "description": "Creative suite for ComfyUI with 3D Builder, AudioReact, Image Composer, Paint Studio, Save Mp4, Image Crop, Image Compare, Note Pixaroma, Label, Resolution, Preview Image, and Align Pixaroma (canvas snap & alignment guides). Layers, transforms, AI background removal, audio-reactive video, and more." + }, @@ -46984,17 +46995,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "pixaroma", - "title": "ComfyUI-Pixaroma", - "id": "comfyui-pixaroma", - "reference": "https://github.com/pixaroma/ComfyUI-Pixaroma", - "files": [ - "https://github.com/pixaroma/ComfyUI-Pixaroma" - ], - "install_type": "git-clone", - "description": "Creative suite for ComfyUI with 3D Builder, AudioReact, Image Composer, Paint Studio, Save Mp4, Image Crop, Image Compare, Note Pixaroma, Label, Resolution, Preview Image, and Align Pixaroma (canvas snap & alignment guides). Layers, transforms, AI background removal, audio-reactive video, and more." } ] }