Rerender / ControlNet /share.py
patgpt4's picture
Duplicate from Anonymous-sub/Rerender
1239b39
raw
history blame contribute delete
No virus
155 Bytes
import config
from cldm.hack import disable_verbosity, enable_sliced_attention
disable_verbosity()
if config.save_memory:
enable_sliced_attention()