We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443074e commit 7636599Copy full SHA for 7636599
1 file changed
comfy_api_nodes/nodes_sora.py
@@ -33,9 +33,13 @@ class OpenAIVideoSora2(IO.ComfyNode):
33
def define_schema(cls):
34
return IO.Schema(
35
node_id="OpenAIVideoSora2",
36
- display_name="OpenAI Sora - Video",
+ display_name="OpenAI Sora - Video (Deprecated)",
37
category="api node/video/Sora",
38
- description="OpenAI video and audio generation.",
+ 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
+ ),
43
inputs=[
44
IO.Combo.Input(
45
"model",
0 commit comments