16 lines
299 B
TOML
16 lines
299 B
TOML
[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",
|
|
]
|