We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5f677 commit 303b173Copy full SHA for 303b173
comfy_extras/nodes_mahiro.py
@@ -10,7 +10,7 @@ class Mahiro(io.ComfyNode):
10
def define_schema(cls):
11
return io.Schema(
12
node_id="Mahiro",
13
- display_name="Mahiro is so cute that she deserves a better guidance function!! (。・ω・。)",
+ display_name="Mahiro CFG",
14
category="_for_testing",
15
description="Modify the guidance to scale more on the 'direction' of the positive prompt rather than the difference between the negative prompt.",
16
inputs=[
0 commit comments