Rename visible node labels to DUMAS
This commit is contained in:
@@ -21,8 +21,8 @@ class MSRCharacter(io.ComfyNode):
|
||||
def define_schema(cls):
|
||||
return io.Schema(
|
||||
node_id="MSRCharacterCS",
|
||||
display_name="MSR Character CS",
|
||||
category="WhatDreamsCost CS",
|
||||
display_name="MSR Character DUMAS",
|
||||
category="WhatDreamsCost DUMAS",
|
||||
description=(
|
||||
"Reusable MSR character payload. Accepts up to two reference images plus "
|
||||
"a description and optional alias for @alias prompt replacement."
|
||||
@@ -78,8 +78,8 @@ class MSRCharacterSet(io.ComfyNode):
|
||||
def define_schema(cls):
|
||||
return io.Schema(
|
||||
node_id="MSRCharacterSetCS",
|
||||
display_name="MSR Character Set CS",
|
||||
category="WhatDreamsCost CS",
|
||||
display_name="MSR Character Set DUMAS",
|
||||
category="WhatDreamsCost DUMAS",
|
||||
description="Bundles up to six MSR Character nodes into one character set for the director.",
|
||||
inputs=[
|
||||
MSRCharacterData.Input("character_1", optional=True),
|
||||
|
||||
Reference in New Issue
Block a user