TTS支持参考音频逻辑

This commit is contained in:
puke
2025-10-31 15:50:35 +08:00
parent 7c3a49f55b
commit 2fe5e7c0fa
8 changed files with 435 additions and 316 deletions

View File

@@ -14,7 +14,6 @@ dependencies = [
"pyyaml>=6.0.0",
"edge-tts>=7.2.3",
"certifi>=2025.10.5",
"comfykit>=0.1.0",
"ffmpeg-python>=0.2.0",
"httpx>=0.28.1",
"pillow>=10.0.0,<12",
@@ -24,6 +23,7 @@ dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"python-multipart>=0.0.12",
"comfykit>=0.1.6",
]
[project.optional-dependencies]