ComfyUI-Schedulizer

ComfyUI-Schedulizer
★ 10

语音转文本歌词转提示旅行行程生成ComfyUI 节点
利用 Whisper large-v2 将歌曲或音频转为文本,并将歌词转换为可在 ComfyUI 中直接使用的旅行行程提示,便于自动生成提示调度。
💡 把歌曲歌词或音频转为可用于 ComfyUI 的旅行行程提示。
🍴 2 Forks💻 Python🔄 2024-11-30
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
openai-whisper
pillow
uuid
Screenshot 2024-11-11 160110
📄 README

🔉📋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:

Navagate to your custom node folder …ComfyUI/custom_nodes

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

  • comfyanonymous/ComfyUI
  • OpenAI/Whisper
  • ltdrdata/ComfyUI-Manager
  • FizzleDorf/ComfyUI_FizzNodes
  • yuvraj108c/ComfyUI-Whisper
  • Kosinkadink/ComfyUI-VideoHelperSuite
  • jjkramhoeft/ComfyUI-Jjk-Nodes

  • ⭐ 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.