Nodes Browser
ComfyDeploy: How Schedulizer works in ComfyUI?
What is Schedulizer?
Nodes:Whisper Node, Prompt Schedule Converter. Convert song lyrics into a useable prompt travel schedule within comfyUI. Includes whisper large-v2.
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
Schedulizer
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI Schedulizer
Transcribe audio with Whisper in ComfyUI. Turn a songs lyrics into a ready to use format for prompt travel schedules at any desired framerate.
Installation
Use the world famous ComfyUI-Manager or manually install:
git clone https://github.com/DoctorDiffusion/ComfyUI-Schedulizer.git
cd ComfyUI-Schedulizer
pip install -r requirements.txt
Nodes
Whisper Node
Transcribe audio and get timestamps.
Prompt Schedule Converter
Converts the text with timestamps into a usable format for a prompt travel schedule at a selected frame rate.
Credits
⭐ If you like the project, please give it a star! ⭐
License
Whisper's code and model weights are released under the MIT License. For this reason this will also fall under the same License.