test / animate /setup.cfg
exact-railcar's picture
Update animate/setup.cfg
36ce657 verified
[metadata]
name = animate
author = Andi Powers-Holmes
email = [email protected]
maintainer = Andi Powers-Holmes
maintainer_email = [email protected]
license_files = LICENSE.md
[options]
python_requires = >=3.10
packages = find:
package_dir =
=src
py_modules =
animate
include_package_data = True
install_requires =
accelerate
colorama >= 0.4.3, < 0.5.0
cmake
diffusers
einops
gdown
ninja
numpy
omegaconf
pillow
pydantic >= 1.10.0, < 2.0.0
rich >= 13.0.0, < 14.0.0
safetensors
sentencepiece
shellingham >= 1.5.0, < 2.0.0
torch
torchaudio
torchvision
transformers
typer
controlnet_aux
matplotlib
ffmpeg-python
mediapipe
xformers
onnxruntime-gpu
[options.packages.find]
where = src
[options.package_data]
* = *.txt, *.md
[options.extras_require]
dev =
black >= 22.3.0
ruff >= 0.0.234
setuptools-scm >= 7.0.0
pre-commit >= 3.3.0
ipython
rife =
ffmpeg-python >= 0.2.0
stylize =
ffmpeg-python >= 0.2.0
onnxruntime-gpu
pandas
dwpose =
onnxruntime-gpu
stylize_mask =
ffmpeg-python >= 0.2.0
pandas
segment-anything-hq == 0.3
groundingdino-py == 0.4.0
gitpython
rembg[gpu]
onnxruntime-gpu
[options.entry_points]
console_scripts =
animatediff = animatediff.cli:cli
[flake8]
max-line-length = 110
ignore =
# these are annoying during development but should be enabled later
F401 # module imported but unused
F841 # local variable is assigned to but never used
# black automatically fixes this
E501 # line too long
# black breaks these two rules:
E203 # whitespace before :
W503 # line break before binary operator
extend-exclude =
.venv