scene_diffusion___ / share.py
xywwww's picture
Upload 26 files
86ea3d3 verified
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()