1
Some checks failed
CI / lint (push) Failing after 11s

This commit is contained in:
zcr
2026-03-18 11:09:01 +08:00
parent 1c33f35aed
commit b3eda2f7c7
49 changed files with 105 additions and 36 deletions

4
pyproject.toml Normal file → Executable file
View File

@@ -21,6 +21,7 @@ dependencies = [
"datetime>=6.0",
"litserve>=0.2.17",
"minio>=7.2.20",
"diffusers",
]
[project.optional-dependencies]
@@ -46,3 +47,6 @@ quote-style = "double"
indent-style = "space"
line-ending = "auto"
docstring-code-format = true
[tool.uv.sources]
diffusers = { git = "https://github.com/huggingface/diffusers.git" }