ComfyUI-MediaMixer

ComfyUI-MediaMixer
★ 35

YouTube下载音视频处理视频合并帧选择工具
一套ComfyUI节点集合,可从YouTube下载音视频,并提供最终帧选择、两个视频合并等实用工具,便于在ComfyUI中获取与处理媒体素材。
💡 在ComfyUI流程中自动下载并合并YouTube视频素材。
🍴 8 Forks💻 Python🔄 2024-12-05
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
torch
yt_dlp
Screenshot 2024-11-01 190029
Screenshot 2024-11-26 121720
Screenshot 2024-11-26 121318
Screenshot 2024-11-23 150431
📄 README

🎬🔀MediaMixer

A video utility node suite for ComfyUI


Installation

Use the world famous ComfyUI-Manager or manually install:

Navagate to your custom node folder ...ComfyUI/custom_nodes

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

If this fails to install yt_dlp to your desired python environment, use the following comand:

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

Nodes

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.

Final & First 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, CogVideoX, and LTX-Video.

First Frame Selector will do the same but with the first frame, this was a requested node.

YouTube Video Downloader

Reverse Frame Sequence

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

Prompt Journal

Take a list of text and output a single row as a string of text from the top outout string and/or the full text from the second string output. Use with a primitive to randomize or have further control.

This was created to easily batch video prompts from within ComfyUI.

Credits

  • comfyanonymous/ComfyUI
  • ltdrdata/ComfyUI-Manager
  • yt-dlp/yt-dlp
  • ⭐ If you like the project, please give it a star! ⭐

    License

    CC0-1.0 license