feature: init proj
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user