-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
24 lines (22 loc) · 996 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "videoclipgenerator"
description = "Vibe Music Engine is a custom node that processes audio input using OpenAI’s Whisper models. It provides transcription, translation, and precise word-level timing—perfect for generating subtitles and edit decision lists (EDL) for video editing workflows. In addition, it features beat detection to synchronize video cuts with the music rhythm. You can generate full-lenght video based on song words with Automatic prompting the img2video i2v or text2video."
version = "0.1.0"
license = {file = "LICENSE"}
dependencies = [
"ffmpeg-python==0.2.0",
"openai-whisper",
"numba>=0.58.0",
"anthropic>=0.5.0",
"requests>=2.31.0",
"psutil>=5.9.5",
"python-dotenv>=1.0.0",
"pysrt>=1.1.2"
]
[project.urls]
Repository = "https://github.com/lazniak/videoclipgenerator"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "pablogfx"
DisplayName = "VideoClipGenerator - by PabloGFX"
Icon = ""