Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pyproject.toml for Custom Node Registry #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui-xtts"
description = "a custom comfyui node for [a/coqui-ai/TTS](https://github.com/coqui-ai/TTS.git)'s xtts module! support 17 languages voice cloning and tts"
version = "1.0.0"
license = "LICENSE"
dependencies = ["# core deps", "cython>=0.29.30", "scipy>=1.11.2", "soundfile>=0.12.0", "librosa>=0.10.0", "scikit-learn>=1.3.0", "numba==0.55.1;python_version<\"3.9\"", "numba>=0.57.0;python_version>=\"3.9\"", "inflect>=5.6.0", "tqdm>=4.64.1", "anyascii>=0.3.0", "pyyaml>=6.0", "fsspec>=2023.6.0 # <= 2023.9.1 makes aux tests fail", "aiohttp>=3.8.1", "packaging>=23.1", "mutagen==1.47.0", "# deps for examples", "flask>=2.0.1", "# deps for inference", "pysbd>=0.3.4", "# deps for notebooks", "umap-learn>=0.5.1", "pandas>=1.4,<2.0", "# deps for training", "matplotlib>=3.7.0", "# coqui stack", "trainer>=0.0.36", "# config management", "coqpit>=0.0.16", "# chinese g2p deps", "jieba", "pypinyin", "# korean", "hangul_romanize", "# gruut+supported langs", "gruut[de,es,fr]==2.2.3", "# deps for korean", "jamo", "nltk", "g2pkk>=0.1.1", "# deps for bangla", "bangla", "bnnumerizer", "bnunicodenormalizer", "#deps for tortoise", "einops>=0.6.0", "transformers>=4.33.0", "#deps for bark", "encodec>=0.1.1", "# deps for XTTS", "unidecode>=1.3.2", "num2words", "spacy[ja]>=3", "mecab-python3==1.0.6", "unidic-lite==1.0.8", "cutlet", "pydub", "srt", "audiotsm", "numpy"]

[project.urls]
Repository = "https://github.com/AIFSH/ComfyUI-XTTS"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-XTTS"
Icon = ""