From 0744b19b13876d4610281cb7888f8d2180a141a7 Mon Sep 17 00:00:00 2001 From: DoctorDiffusion <139909432+DoctorDiffusion@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:58:34 -0500 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5a4e4851..6b012ba6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17077,6 +17077,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Doctor Diffusion", + "title": "MediaMixer", + "id": "mediamixer", + "reference": "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer", + "files": [ + "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer" + ], + "install_type": "git-clone", + "description": "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" + }, + { + "author": "Doctor Diffusion", + "title": "Schedulizer", + "id": "schedulizer", + "reference": "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer", + "files": [ + "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer" + ], + "install_type": "git-clone", + "description": "Nodes:Whisper Node, Prompt Schedule Converter. Convert song lyrics into a useable prompt travel schedule within comfyUI. Includes whisper large-v2." } ] }