feature: init proj

This commit is contained in:
贺海国
2026-04-15 18:43:55 +08:00
parent 580dbb8d25
commit 9bfa47804f
9 changed files with 2552 additions and 2 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "z-image-turbo"
version = "0.1.0"
description = "Z-Image-Turbo AI image generation web app"
requires-python = ">=3.12"
dependencies = [
"torch",
"gradio",
"gradio[mcp]",
"transformers",
"kernels",
"modelscope",
"diffusers",
"python-dotenv>=1.2.2",
]