We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7111e4 commit 25a1bfaCopy full SHA for 25a1bfa
comfy_api_nodes/nodes_bytedance.py
@@ -229,6 +229,7 @@ def define_schema(cls):
229
IO.Hidden.unique_id,
230
],
231
is_api_node=True,
232
+ is_deprecated=True,
233
)
234
235
@classmethod
@@ -269,7 +270,7 @@ class ByteDanceSeedreamNode(IO.ComfyNode):
269
270
def define_schema(cls):
271
return IO.Schema(
272
node_id="ByteDanceSeedreamNode",
- display_name="ByteDance Seedream 4",
273
+ display_name="ByteDance Seedream 4.5",
274
category="api node/image/ByteDance",
275
description="Unified text-to-image generation and precise single-sentence editing at up to 4K resolution.",
276
inputs=[
0 commit comments