Spaces:
Running
on
Zero
Running
on
Zero
| [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 } | |