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