Weifeng-Chen / control-a-video

Official Implementation of "Control-A-Video: Controllable Text-to-Video Generation with Diffusion Models"
GNU General Public License v3.0
359 stars 26 forks source link

Create pyproject.toml #10

Open pravdomil opened 1 year ago

pravdomil commented 1 year ago
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "control-a-video"
description = "Controllable Text-to-Video Generation with Diffusion Models"
version = "0.1.0"
authors = []
dependencies = [
    "diffusers",
    "transformers",
    "accelerate",
    "xformers",
    "imageio",
    "decord",
    "opencv-python",
    "einops",
]

[tool.setuptools.package-dir]
control_a_video = "control_a_video"

and

mv model control_a_video