Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
text2-video-zero
like
7
Text-to-Video
arxiv:
2303.13439
Model card
Files
Files and versions
Community
2
b944fa1
text2-video-zero
/
share.py
camenduru
thanks to Text2Video-Zero team ❤
b944fa1
over 1 year ago
raw
Copy download link
history
blame
Safe
155 Bytes
import
config
from
cldm.hack
import
disable_verbosity, enable_sliced_attention
disable_verbosity()
if
config.save_memory:
enable_sliced_attention()