summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/wuerstchen/common.rs
Commit message (Expand)AuthorAgeFilesLines
* Add flash-attn support. (#912)Laurent Mazare2023-09-201-1/+2
* Line-up the wuerstchen model with the python implementation. (#901)Laurent Mazare2023-09-191-2/+2
* Only use classifier free guidance for the prior. (#896)Laurent Mazare2023-09-191-0/+28
* Specialized attention module for Wuerstchen. (#890)Laurent Mazare2023-09-181-4/+4
* More Wuerstchen fixes. (#882)Laurent Mazare2023-09-171-3/+3
* Remove the parameters for the Wuerstchen layer-norm. (#879)Laurent Mazare2023-09-171-16/+23
* Add the attention block. (#846)Laurent Mazare2023-09-141-0/+41
* Start adding the Wuerstchen diffusion pipeline (#843)Laurent Mazare2023-09-141-0/+126