Rename visible node labels to DUMAS
This commit is contained in:
12
__init__.py
12
__init__.py
@@ -27,12 +27,12 @@ NODE_CLASS_MAPPINGS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||||
"LTXDirectorCS": "LTX Director CS",
|
"LTXDirectorCS": "LTX Director DUMAS",
|
||||||
"MSRCharacterCS": "MSR Character CS",
|
"MSRCharacterCS": "MSR Character DUMAS",
|
||||||
"MSRCharacterSetCS": "MSR Character Set CS",
|
"MSRCharacterSetCS": "MSR Character Set DUMAS",
|
||||||
"LTXDirectorGuideCS": "LTX Director Guide CS",
|
"LTXDirectorGuideCS": "LTX Director Guide DUMAS",
|
||||||
"LTXDirectorCropGuidesCS": "LTX Director Crop Guides CS",
|
"LTXDirectorCropGuidesCS": "LTX Director Crop Guides DUMAS",
|
||||||
"CleanLatentSliceCS": "Clean Latent Slice CS",
|
"CleanLatentSliceCS": "Clean Latent Slice DUMAS",
|
||||||
}
|
}
|
||||||
|
|
||||||
WEB_DIRECTORY = "./js"
|
WEB_DIRECTORY = "./js"
|
||||||
|
|||||||
@@ -1643,8 +1643,8 @@ class LTXDirector(io.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="LTXDirectorCS",
|
node_id="LTXDirectorCS",
|
||||||
display_name="LTX Director CS",
|
display_name="LTX Director DUMAS",
|
||||||
category="WhatDreamsCost CS",
|
category="WhatDreamsCost DUMAS",
|
||||||
description=(
|
description=(
|
||||||
"Same as Prompt Relay Encode, but local prompts and segment lengths are edited "
|
"Same as Prompt Relay Encode, but local prompts and segment lengths are edited "
|
||||||
"visually as draggable blocks on a timeline. The duration_frames input only sets the "
|
"visually as draggable blocks on a timeline. The duration_frames input only sets the "
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ class MSRCharacter(io.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="MSRCharacterCS",
|
node_id="MSRCharacterCS",
|
||||||
display_name="MSR Character CS",
|
display_name="MSR Character DUMAS",
|
||||||
category="WhatDreamsCost CS",
|
category="WhatDreamsCost DUMAS",
|
||||||
description=(
|
description=(
|
||||||
"Reusable MSR character payload. Accepts up to two reference images plus "
|
"Reusable MSR character payload. Accepts up to two reference images plus "
|
||||||
"a description and optional alias for @alias prompt replacement."
|
"a description and optional alias for @alias prompt replacement."
|
||||||
@@ -78,8 +78,8 @@ class MSRCharacterSet(io.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="MSRCharacterSetCS",
|
node_id="MSRCharacterSetCS",
|
||||||
display_name="MSR Character Set CS",
|
display_name="MSR Character Set DUMAS",
|
||||||
category="WhatDreamsCost CS",
|
category="WhatDreamsCost DUMAS",
|
||||||
description="Bundles up to six MSR Character nodes into one character set for the director.",
|
description="Bundles up to six MSR Character nodes into one character set for the director.",
|
||||||
inputs=[
|
inputs=[
|
||||||
MSRCharacterData.Input("character_1", optional=True),
|
MSRCharacterData.Input("character_1", optional=True),
|
||||||
|
|||||||
Reference in New Issue
Block a user