You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Select a Kling preset element (character, scene, effect, etc.) for use in video generation."""
3250
+
3251
+
@classmethod
3252
+
defdefine_schema(cls) ->IO.Schema:
3253
+
returnIO.Schema(
3254
+
node_id="KlingElementSelector",
3255
+
display_name="Kling Element Selector",
3256
+
category="api node/video/Kling",
3257
+
description="Browse and select a Kling preset element with image preview. Elements provide consistent characters, scenes, costumes, and effects for video generation.",
0 commit comments