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 #2

Merged
merged 2 commits into from
Mar 6, 2025
Merged
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 = "geeky-kokoro-tts"
description = "A powerful and feature-rich custom node collection for ComfyUI that integrates the Kokoro TTS (Text-to-Speech) system with advanced voice modification capabilities. This package allows you to generate natural-sounding speech and apply various voice effects within ComfyUI workflows."
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["kokoro>=0.8.4", "soundfile>=0.12.1", "numpy>=1.22.0", "torch>=2.0.0", "tqdm>=4.64.0", "einops>=0.6.0", "librosa>=0.10.0", "scipy>=1.9.0", "resampy>=0.4.3"]

[project.urls]
Repository = "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "Geeky Ghost"
DisplayName = "ComfyUI-Geeky-Kokoro-TTS"
Icon = "🔊"