Nodes Browser
ComfyDeploy: How ComfyUI Overlay Media Node works in ComfyUI?
What is ComfyUI Overlay Media Node?
This repository contains a custom ComfyUI node for overlaying media using ffmpeg.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI Overlay Media Node
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI Overlay Media Node
This repository contains a custom ComfyUI node for overlaying media using ffmpeg.
Installation
- Clone the repository:
git clone https://github.com/Elaine-chennn/comfyui-overlay-media.git cd comfyui-overlay-media
- Install the required dependencies: pip install -r requirements.txt