HumanSD / share.py
liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame contribute delete
155 Bytes
import config
from cldm.hack import disable_verbosity, enable_sliced_attention
disable_verbosity()
if config.save_memory:
enable_sliced_attention()