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

@@ -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)

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):