修复本地工作流传递ref_audio的错误

This commit is contained in:
puke
2025-11-12 01:52:28 +08:00
parent 38a9ebd086
commit 21d6a0c8f9
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "pixelle-video"
version = "0.1.1"
version = "0.1.2"
description = "AI-powered video creation platform - Part of Pixelle ecosystem"
authors = [
{name = "Pixelle.AI"}
@@ -24,7 +24,7 @@ dependencies = [
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"python-multipart>=0.0.12",
"comfykit>=0.1.7",
"comfykit>=0.1.9",
]
[project.optional-dependencies]