mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-13 10:42:59 +08:00
Update display name for TextGenerate nodes
This commit is contained in:
parent
2edcd9a880
commit
7349a4be61
@ -26,6 +26,7 @@ class TextGenerate(io.ComfyNode):
|
|||||||
|
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="TextGenerate",
|
node_id="TextGenerate",
|
||||||
|
display_name="Generate Text",
|
||||||
category="text",
|
category="text",
|
||||||
search_aliases=["LLM", "gemma"],
|
search_aliases=["LLM", "gemma"],
|
||||||
inputs=[
|
inputs=[
|
||||||
@ -157,6 +158,7 @@ class TextGenerateLTX2Prompt(TextGenerate):
|
|||||||
parent_schema = super().define_schema()
|
parent_schema = super().define_schema()
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="TextGenerateLTX2Prompt",
|
node_id="TextGenerateLTX2Prompt",
|
||||||
|
display_name="Generate LTX2 Prompt",
|
||||||
category=parent_schema.category,
|
category=parent_schema.category,
|
||||||
inputs=parent_schema.inputs,
|
inputs=parent_schema.inputs,
|
||||||
outputs=parent_schema.outputs,
|
outputs=parent_schema.outputs,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user