Spaces:
Running
on
Zero
Running
on
Zero
File size: 491 Bytes
84f584e b66d2d1 84f584e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[project]
name = "animaginexl4-0-image-prompt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"diffusers>=0.35.1",
"huggingface-hub>=0.34.4",
"safetensors>=0.6.2",
"spaces>=0.40.1",
"vision-ft",
]
[dependency-groups]
dev = [
"gradio>=5.43.1",
"python-dotenv>=1.1.1",
"ruff>=0.12.10",
"ty>=0.0.1a19",
]
[tool.uv.sources]
vision-ft = { path = "../vision-ft", editable = true }
|