PhotoAI_Mellow / share.py
nik1-kaj's picture
Duplicate from Mellow-ai/PhotoAI
be6c3ba
raw
history blame
155 Bytes
import config
from cldm.hack import disable_verbosity, enable_sliced_attention
disable_verbosity()
if config.save_memory:
enable_sliced_attention()