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
description="Combine your images to create a video with the objects in them. Upload multiple images as ingredients and generate a high-quality video that incorporates all of them.",
@@ -300,6 +303,7 @@ class PikAdditionsNode(IO.ComfyNode):
description="Swap out any object or region of your video with a new image or object. Define areas to replace either with a mask or coordinates.",
@@ -446,6 +451,7 @@ class PikaffectsNode(IO.ComfyNode):
446
451
@classmethod
447
452
defdefine_schema(cls) ->IO.Schema:
448
453
returnIO.Schema(
454
+
is_deprecated=True,
449
455
node_id="Pikaffects",
450
456
display_name="Pikaffects (Video Effects)",
451
457
description="Generate a video with a specific Pikaffect. Supported Pikaffects: Cake-ify, Crumble, Crush, Decapitate, Deflate, Dissolve, Explode, Eye-pop, Inflate, Levitate, Melt, Peel, Poke, Squish, Ta-da, Tear",
@@ -499,6 +505,7 @@ class PikaStartEndFrameNode(IO.ComfyNode):
499
505
@classmethod
500
506
defdefine_schema(cls) ->IO.Schema:
501
507
returnIO.Schema(
508
+
is_deprecated=True,
502
509
node_id="PikaStartEndFrameNode2_2",
503
510
display_name="Pika Start and End Frame to Video",
504
511
description="Generate a video by combining your first and last frame. Upload two images to define the start and end points, and let the AI create a smooth transition between them.",
0 commit comments