Skip to content

Commit 7636599

Browse files
authored
chore(api-nodes): add upcoming-deprecation notice to Sora nodes (#13549)
1 parent 443074e commit 7636599

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

comfy_api_nodes/nodes_sora.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ class OpenAIVideoSora2(IO.ComfyNode):
3333
def define_schema(cls):
3434
return IO.Schema(
3535
node_id="OpenAIVideoSora2",
36-
display_name="OpenAI Sora - Video",
36+
display_name="OpenAI Sora - Video (Deprecated)",
3737
category="api node/video/Sora",
38-
description="OpenAI video and audio generation.",
38+
description=(
39+
"OpenAI video and audio generation.\n\n"
40+
"DEPRECATION NOTICE: OpenAI will stop serving the Sora v2 API in September 2026. "
41+
"This node will be removed from ComfyUI at that time."
42+
),
3943
inputs=[
4044
IO.Combo.Input(
4145
"model",

0 commit comments

Comments
 (0)