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>
This commit is contained in:
Amir Ferdos 2025-11-04 02:32:06 +04:00 committed by GitHub
parent b2126d8ba5
commit 8a3d65be20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]
}
]
}