Spaces:
Running
on
A100
Running
on
A100
File size: 747 Bytes
1e1527a |
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
[project]
name = "ace-step"
version = "1.5.0"
description = "ACE-Step 1.5"
readme = "README.md"
requires-python = ">=3.12,<3.13"
license = {text = "Apache-2.0"}
dependencies = [
"torch>=2.9.1",
"torchvision",
"torchaudio>=2.9.1",
"transformers",
"diffusers",
"gradio",
"matplotlib>=3.7.5",
"scipy>=1.10.1",
"soundfile>=0.13.1",
"loguru>=0.7.3",
"einops>=0.8.1",
"accelerate>=1.12.0",
]
[project.scripts]
acestep = "acestep.acestep_v15_pipeline:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = []
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu130"
[tool.hatch.build.targets.wheel]
packages = ["acestep"]
|