VideoRender / ControlNet /share.py
shichen1231's picture
Duplicate from Anonymous-sub/Rerender
862c70b
Raw
History Blame Contribute Delete
155 Bytes
import config
from cldm.hack import disable_verbosity, enable_sliced_attention
disable_verbosity()
if config.save_memory:
enable_sliced_attention()