mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-24 05:52:11 -03:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user