|
[build-system] |
|
requires = ["setuptools>=42", "wheel"] |
|
build-backend = "setuptools.build_meta" |
|
|
|
[project] |
|
name = "vace" |
|
version = "1.0.0" |
|
description = "VACE: All-in-One Video Creation and Editing" |
|
authors = [ |
|
{ name = "VACE Team", email = "[email protected]" } |
|
] |
|
requires-python = ">=3.10,<4.0" |
|
readme = "README.md" |
|
dependencies = [ |
|
"torch>=2.5.1", |
|
"torchvision>=0.20.1", |
|
"opencv-python>=4.9.0.80", |
|
"diffusers>=0.31.0", |
|
"transformers>=4.49.0", |
|
"tokenizers>=0.20.3", |
|
"accelerate>=1.1.1", |
|
"gradio>=5.0.0", |
|
"numpy>=1.23.5,<2", |
|
"tqdm", |
|
"imageio", |
|
"easydict", |
|
"ftfy", |
|
"dashscope", |
|
"imageio-ffmpeg", |
|
"flash_attn", |
|
"decord", |
|
"einops", |
|
"scikit-image", |
|
"scikit-learn", |
|
"pycocotools", |
|
"timm", |
|
"onnxruntime-gpu", |
|
"BeautifulSoup4" |
|
] |
|
|
|
[project.optional-dependencies] |
|
ltx = [ |
|
"ltx-video@git+https://github.com/Lightricks/[email protected]" |
|
] |
|
wan = [ |
|
"wan@git+https://github.com/Wan-Video/Wan2.1" |
|
] |
|
annotator = [ |
|
"insightface", |
|
"sam-2@git+https://github.com/facebookresearch/sam2.git", |
|
"segment-anything@git+https://github.com/facebookresearch/segment-anything.git", |
|
"groundingdino@git+https://github.com/IDEA-Research/GroundingDINO.git", |
|
"ram@git+https://github.com/xinyu1205/recognize-anything.git", |
|
"raft@git+https://github.com/martin-chobanyan-sdc/RAFT.git" |
|
] |
|
|
|
[project.urls] |
|
homepage = "https://ali-vilab.github.io/VACE-Page/" |
|
documentation = "https://ali-vilab.github.io/VACE-Page/" |
|
repository = "https://github.com/ali-vilab/VACE" |
|
hfmodel = "https://huggingface.co/collections/ali-vilab/vace-67eca186ff3e3564726aff38" |
|
msmodel = "https://modelscope.cn/collections/VACE-8fa5fcfd386e43" |
|
paper = "https://arxiv.org/abs/2503.07598" |
|
|
|
[tool.setuptools] |
|
packages = { find = {} } |
|
|
|
[tool.black] |
|
line-length = 88 |
|
|
|
[tool.isort] |
|
profile = "black" |
|
|
|
[tool.mypy] |
|
strict = true |