We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cb31d commit 044dd93Copy full SHA for 044dd93
pyproject.toml
@@ -1,9 +1,9 @@
1
[project]
2
name = "ComfyUI-VoxCPM"
3
description = "VoxCPM TTS. Context-aware, expressive speech generation and true-to-life voice cloning"
4
-version = "0.3.0"
+version = "1.0.0"
5
license = {file = "LICENSE"}
6
-dependencies = ["torch","torchaudio","transformers","safetensors","huggingface_hub","einops","inflect","addict","wetext","pydantic","simplejson","sortedcontainers","soundfile","diffusers","tqdm","bitsandbytes","torchcodec"]
+dependencies = ["torch","torchaudio","transformers","safetensors","huggingface_hub","einops","inflect","addict","wetext","pydantic","simplejson","sortedcontainers","soundfile","diffusers","tqdm","bitsandbytes"]
7
8
[project.urls]
9
Repository = "https://github.com/wildminder/ComfyUI-VoxCPM"
0 commit comments