Skip to content

Commit 9a02382

Browse files
authored
chore(api-nodes): mark OpenAIDalle2 and OpenAIDalle3 nodes as deprecated (comfyanonymous#10757)
1 parent bd01d9f commit 9a02382

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

comfy_api_nodes/nodes_openai.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def define_schema(cls):
169169
IO.Hidden.unique_id,
170170
],
171171
is_api_node=True,
172+
is_deprecated=True,
172173
)
173174

174175
@classmethod
@@ -299,6 +300,7 @@ def define_schema(cls):
299300
IO.Hidden.unique_id,
300301
],
301302
is_api_node=True,
303+
is_deprecated=True,
302304
)
303305

304306
@classmethod

0 commit comments

Comments
 (0)