From 8a3d65be200e85e5fb684aacdeb122ef8af18da4 Mon Sep 17 00:00:00 2001 From: Amir Ferdos <130132760+amir84ferdos@users.noreply.github.com> Date: Tue, 4 Nov 2025 02:32:06 +0400 Subject: [PATCH] Add ComfyUI-GRAG-ArchAi3D custom node (#2252) * Add ComfyUI-ArchAi3d-Qwen custom nodes * Add new node entry for ComfyUI-GRAG-ArchAi3D Adding GRAG (Guided Region-Adaptive Guidance) custom node with: - Simple and Unified controllers - Advanced sampler - 54 presets - Per-layer and adaptive control * 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ddbce753..ab1d31fd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35920,6 +35920,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Amir Ferdos (ArchAi3d)", + "title": "ComfyUI-GRAG-ArchAi3D", + "id": "grag-archai3d", + "reference": "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D", + "files": [ + "https://github.com/amir84ferdos/ComfyUI-GRAG-ArchAi3D" + ], + "install_type": "git-clone", + "description": "Advanced GRAG (Guided Region-Adaptive Guidance) implementation for ComfyUI. Features: Simple Controller (3 parameters) for beginners, Unified Controller (25+ parameters) for experts, Advanced Sampler with v2.2.1 contamination fix, Preset Manager with 54 curated presets, per-layer control, adaptive schedules, and multi-resolution support.", + "pip": ["PyYAML>=6.0"] } ] }