Skip to content

Commit 25a1bfa

Browse files
authored
chore(api-nodes-bytedance): mark "seededit" as deprecated, adjust display name of Seedream (comfyanonymous#11490)
1 parent d7111e4 commit 25a1bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

comfy_api_nodes/nodes_bytedance.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def define_schema(cls):
229229
IO.Hidden.unique_id,
230230
],
231231
is_api_node=True,
232+
is_deprecated=True,
232233
)
233234

234235
@classmethod
@@ -269,7 +270,7 @@ class ByteDanceSeedreamNode(IO.ComfyNode):
269270
def define_schema(cls):
270271
return IO.Schema(
271272
node_id="ByteDanceSeedreamNode",
272-
display_name="ByteDance Seedream 4",
273+
display_name="ByteDance Seedream 4.5",
273274
category="api node/image/ByteDance",
274275
description="Unified text-to-image generation and precise single-sentence editing at up to 4K resolution.",
275276
inputs=[

0 commit comments

Comments
 (0)