Skip to content

Commit 93948e3

Browse files
authored
feat(api-nodes): enable Kling Omni O1 node (#11229)
1 parent e711aaf commit 93948e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_api_nodes/nodes_kling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ async def get_node_list(self) -> list[type[IO.ComfyNode]]:
20562056
OmniProImageToVideoNode,
20572057
OmniProVideoToVideoNode,
20582058
OmniProEditVideoNode,
2059-
# OmniProImageNode, # need support from backend
2059+
OmniProImageNode,
20602060
]
20612061

20622062

0 commit comments

Comments
 (0)