CoolFace
Apppublic

Joeythemonster/Text2Video-Zero

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
share.py9 linesDownload Raw Back to root
1import config2from cldm.hack import disable_verbosity, enable_sliced_attention3 4 5disable_verbosity()6 7if config.save_memory:8    enable_sliced_attention()9