K00B404's picture
Update share.py
be8260f verified
raw
history blame
154 Bytes
import config
from cldm.hack import disable_verbosity, enable_sliced_attention
disable_verbosity()
if config.save_memory:
enable_sliced_attention()