This commit is contained in:
justumen
2024-08-01 22:48:52 +02:00
parent 7d5551c6fa
commit 1b6bfd3d18
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class imagesToVideo:
RETURN_TYPES = ("STRING",)
RETURN_NAMES = ("comment",)
FUNCTION = "image_to_video"
OUTPUT_NODE = False
OUTPUT_NODE = True
CATEGORY = "Bjornulf"
def image_to_video(self, images, fps, name_prefix, format, crf, force_transparency, mp4_encoder, webm_encoder, audio=None):