From 3361749c409f5fc97234fcf01d0ff5767574cb1e Mon Sep 17 00:00:00 2001 From: Ambrosinus Date: Wed, 25 Jun 2025 07:16:04 +0200 Subject: [PATCH] Update custom-node-list.json fixing the correct insertion of new entries in alphabetical order. --- 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 64d23130..c7e2b275 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -692,6 +692,17 @@ "install_type": "git-clone", "description": "Nodes: PoseNode, PainterNode, TranslateTextNode, TranslateCLIPTextEncodeNode, DeepTranslatorTextNode, DeepTranslatorCLIPTextEncodeNode, ArgosTranslateTextNode, ArgosTranslateCLIPTextEncodeNode, PreviewTextNode, HexToHueNode, ColorsCorrectNode, IDENode." }, + { + "author": "Ambrosinus", + "title": "ComfyUI-ATk-Nodes", + "reference": "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes", + "files": [ + "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes" + ], + "install_type": "git-clone", + "description": "Ambrosinus ToolKit - Streamlined workflow export with transparent backgrounds, professional themes, and smart scaling. Perfect for creating clean, high-resolution workflow documentation and sharing.", + "category": "Utils" + }, { "author": "pythongosssss", "title": "ComfyUI WD 1.4 Tagger", @@ -28562,17 +28573,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "Ambrosinus", - "title": "ComfyUI-ATk-Nodes", - "reference": "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes", - "files": [ - "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes" - ], - "install_type": "git-clone", - "description": "Ambrosinus ToolKit - Streamlined workflow export with transparent backgrounds, professional themes, and smart scaling. Perfect for creating clean, high-resolution workflow documentation and sharing.", - "category": "Utils" } ] }