Text2Video-Zero / share.py
lev1's picture
T2V, Video Pix2Pix and Pose-Guided Gen
714bf26
raw history blame
No virus
155 Bytes
import config
from cldm.hack import disable_verbosity, enable_sliced_attention
disable_verbosity()
if config.save_memory:
enable_sliced_attention()