Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
VideoCrafter/VideoCrafter
AI-Platform
/
Mochi1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4a341a4
Mochi1
/
setup.py
Haoxin Chen
init
75f2d00
almost 2 years ago
raw
Copy download link
history
blame
Safe
197 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
'lvdm'
,
version=
'0.0.1'
,
description=
'generic video generation models'
,
packages=find_packages(),
install_requires=[],
)