From 3d01524ee92e8f6af95acb747675ae77075cbbd3 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 5 Jun 2026 03:47:07 +0900 Subject: [PATCH] fix(custom-node-list): place comfyui-daz-tools 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 397228c5..fb2c7643 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -52757,6 +52757,17 @@ "install_type": "git-clone", "description": "Artist autocomplete, artist wildcards, @random/@fav shortcuts, favorites, blacklist, and filename-safe artist outputs." }, + { + "author": "denyazzolin", + "title": "comfyui-daz-tools", + "id": "comfyui-daz-tools", + "reference": "https://github.com/denyazzolin/comfyui-daz-tools", + "files": [ + "https://github.com/denyazzolin/comfyui-daz-tools" + ], + "install_type": "git-clone", + "description": "A collection of ComfyUI utility nodes. The Workflow Config nodes (WAN2.2 and LTX2.3) let you store multiple named presets — models, LoRA stacks, prompts, dimensions, and sampling parameters — and switch between them from a single dropdown, making it easy to test variations, manage scene setups, and iterate across versions without rebuilding your workflow or creating and maintaining multiple copies of it. Additional nodes: Lora Inspector (scans and displays safetensors metadata for any LoRA in your library), Check Null (detects null, None, NaN, or empty values), Null Audio Checker (detects silent/missing audio tracks from video inputs), and Abs Int (absolute value for integers)." + }, { "author": "ntdviet", "title": "ntdviet/comfyui-ext", @@ -52975,17 +52986,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "denyazzolin", - "title": "comfyui-daz-tools", - "id": "comfyui-daz-tools", - "reference": "https://github.com/denyazzolin/comfyui-daz-tools", - "files": [ - "https://github.com/denyazzolin/comfyui-daz-tools" - ], - "install_type": "git-clone", - "description": "A collection of ComfyUI utility nodes. The Workflow Config nodes (WAN2.2 and LTX2.3) let you store multiple named presets — models, LoRA stacks, prompts, dimensions, and sampling parameters — and switch between them from a single dropdown, making it easy to test variations, manage scene setups, and iterate across versions without rebuilding your workflow or creating and maintaining multiple copies of it. Additional nodes: Lora Inspector (scans and displays safetensors metadata for any LoRA in your library), Check Null (detects null, None, NaN, or empty values), Null Audio Checker (detects silent/missing audio tracks from video inputs), and Abs Int (absolute value for integers)." } ] }