Skip to content

Commit 303b173

Browse files
Give Mahiro CFG a more appropriate display name (#11580)
1 parent 9e5f677 commit 303b173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_extras/nodes_mahiro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Mahiro(io.ComfyNode):
1010
def define_schema(cls):
1111
return io.Schema(
1212
node_id="Mahiro",
13-
display_name="Mahiro is so cute that she deserves a better guidance function!! (。・ω・。)",
13+
display_name="Mahiro CFG",
1414
category="_for_testing",
1515
description="Modify the guidance to scale more on the 'direction' of the positive prompt rather than the difference between the negative prompt.",
1616
inputs=[

0 commit comments

Comments
 (0)