From 1b6bfd3d18fae7c5093d946cc93d407d713445d0 Mon Sep 17 00:00:00 2001 From: justumen Date: Thu, 1 Aug 2024 22:48:52 +0200 Subject: [PATCH] ... --- README.md | 2 +- images_to_video.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 584ed7e..5134f9d 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Temporary images are stored in the folder `ComfyUI/temp_images_imgs2video/` as w **Description:** Remove transparency from an image by filling the alpha channel with a solid color. (black, white or greenscreen) -Of course it takes in an image with transparency, liek from rembg nodes. +Of course it takes in an image with transparency, like from rembg nodes. Necessary for some nodes that don't support transparency. ## 23 - 🔲 Image to grayscale (black & white) diff --git a/images_to_video.py b/images_to_video.py index 901f45f..c04115a 100644 --- a/images_to_video.py +++ b/images_to_video.py @@ -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):