Spaces:
Runtime error
Runtime error
File size: 154 Bytes
be8260f | 1 2 3 4 5 6 7 8 | import config
from cldm.hack import disable_verbosity, enable_sliced_attention
disable_verbosity()
if config.save_memory:
enable_sliced_attention() |