Nodes Browser

ComfyDeploy: How MediaMixer works in ComfyUI?

What is MediaMixer?

Nodes:Youtube Downloader, Video Merge, Final Frame Selector. Combine two videos into one, output the last frame of a video and download audio and video from youtube within comfyUI

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for MediaMixer and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

MediaMixer

A node suite for downloading audio and video from youtube as we all sevral useful video utilits such as a final frame selector and a node that merges two videos into one.


Installation

Use the world famous ComfyUI-Manager or manually install:

git clone https://github.com/DoctorDiffusion/ComfyUI-MediaMixer.git
cd MediaMixer
pip install -r requirements.txt

If this fails to install yt_dlp:

.\python_embed\python.exe -s -m pip install yt_dlp

Nodes

Final Frame Selector

Final Frame Selector takes an image sequence or video and passes through the final frame as an image node. This works great for extending video with image-to-video tools like Pyramid-Flow.

Reverse Frame Sequence

Inverse the order of the images in a frame sequence with this node to easily reverse videos.

Video Merge Node

The Video Merge node allows you to combine two video clips within ComfyUI. Plug the input video into "Video_A" and your output render into "Video_B" to combine your extended video.

Screenshot 2024-11-01 190029

YouTube video downloader node

Screenshot 2024-11-01 190304

Credits

⭐ If you like the project, please give it a star! ⭐

License

CC0-1.0 license