mirror of
https://github.com/wildminder/ComfyUI-VibeVoice.git
synced 2026-05-01 04:01:37 +00:00
Add files via upload
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[project]
|
||||||
|
name = "ComfyUI-VibeVoice"
|
||||||
|
description = "VibeVoice TTS"
|
||||||
|
version = "0.1.0"
|
||||||
|
license = {file = "LICENSE"}
|
||||||
|
dependencies = ["torch", "torchaudio", "librosa", "numpy", "huggingface_hub", "einops", "scipy", "tokenizers", "soundfile", "s3tokenizer", "tqdm", "conformer", "safetensors", "transformers", "diffusers"]
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Repository = "https://github.com/wildminder/ComfyUI-VibeVoice"
|
||||||
|
# Used by Comfy Registry https://comfyregistry.org
|
||||||
|
|
||||||
|
[tool.comfy]
|
||||||
|
PublisherId = "wildai"
|
||||||
|
DisplayName = "ComfyUI-VibeVoice"
|
||||||
|
Icon = ""
|
||||||
Reference in New Issue
Block a user