From 5868267c8b6b5b1978a46c71e6220e1ac5977a5d Mon Sep 17 00:00:00 2001 From: Amir Ferdos <130132760+amir84ferdos@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:27:06 +0400 Subject: [PATCH] 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 --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8c5d8c87..68ca3917 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35933,6 +35933,18 @@ "description": "Professional AI Interior Design Toolkit for ComfyUI. Custom Qwen-VL nodes with 4 design modes: Text-to-Design, Mood Board, Reference Control, and Room Cleaning. Includes 5 optimized nodes with advanced strength controls and 23 preferred aspect ratios.", "nodename_pattern": "ArchAi3D", "pip": [] - } + }, + { + "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" ] }