mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-06 17:57:40 +08:00
Add category to Normalized Attention Guidance node (#12565)
This commit is contained in:
parent
7591d781a7
commit
ee72752162
@ -10,7 +10,7 @@ class NAGuidance(io.ComfyNode):
|
|||||||
node_id="NAGuidance",
|
node_id="NAGuidance",
|
||||||
display_name="Normalized Attention Guidance",
|
display_name="Normalized Attention Guidance",
|
||||||
description="Applies Normalized Attention Guidance to models, enabling negative prompts on distilled/schnell models.",
|
description="Applies Normalized Attention Guidance to models, enabling negative prompts on distilled/schnell models.",
|
||||||
category="",
|
category="advanced/guidance",
|
||||||
is_experimental=True,
|
is_experimental=True,
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Model.Input("model", tooltip="The model to apply NAG to."),
|
io.Model.Input("model", tooltip="The model to apply NAG to."),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user