Add category to Normalized Attention Guidance node (#12565)

This commit is contained in:
Christian Byrne
2026-02-21 16:51:21 -08:00
committed by GitHub
parent 7591d781a7
commit ee72752162

View File

@@ -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."),