Zhenyu Li
update
78ab311
raw
history blame
188 Bytes
import ControlNet.config
from ControlNet.cldm.hack import disable_verbosity, enable_sliced_attention
disable_verbosity()
if ControlNet.config.save_memory:
enable_sliced_attention()