From 970b9af6621ab922d250fe2283a63c411ebf879f Mon Sep 17 00:00:00 2001 From: Brian Jew Date: Wed, 18 Oct 2023 09:47:14 -0700 Subject: [PATCH] Add ComfyUI-AudioScheduler to the list of custom nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e31842b0..094a9817 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2515,6 +2515,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "a1lazydog", + "title": "Audio Scheduler", + "reference": "https://github.com/a1lazydog/ComfyUI-AudioScheduler", + "files": [ + "https://github.com/a1lazydog/ComfyUI-AudioScheduler" + ], + "install_type": "copy", + "description": "Load mp3 files and use the audio nodes to power animations and prompt scheduling. Use with FizzNodes." } ] }