CoolFace
Apppublic

georgefen/Face-Landmark-ControlNet

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
116likes
share.py9 linesDownload Raw Back to root
1import config2from cldm.hack import disable_verbosity, enable_sliced_attention3 4 5disable_verbosity()6 7if config.save_memory:8    enable_sliced_attention()9