From ee72752162fb8b56b8165aa93633c57f0d85002c Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sat, 21 Feb 2026 16:51:21 -0800 Subject: [PATCH] Add category to Normalized Attention Guidance node (#12565) --- comfy_extras/nodes_nag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_nag.py b/comfy_extras/nodes_nag.py index 033e40eb9..b57181848 100644 --- a/comfy_extras/nodes_nag.py +++ b/comfy_extras/nodes_nag.py @@ -10,7 +10,7 @@ class NAGuidance(io.ComfyNode): node_id="NAGuidance", display_name="Normalized Attention Guidance", description="Applies Normalized Attention Guidance to models, enabling negative prompts on distilled/schnell models.", - category="", + category="advanced/guidance", is_experimental=True, inputs=[ io.Model.Input("model", tooltip="The model to apply NAG to."),