File size: 188 Bytes
78ab311
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import ControlNet.config
from ControlNet.cldm.hack import disable_verbosity, enable_sliced_attention


disable_verbosity()

if ControlNet.config.save_memory:
    enable_sliced_attention()