summaryrefslogtreecommitdiff
path: root/candle-examples/examples/wuerstchen
Commit message (Expand)AuthorAgeFilesLines
* Remove some unusued bits. (#1067)Laurent Mazare2023-10-091-13/+1
* Add the clamping for stable-diffusion. (#1041)Laurent Mazare2023-10-051-2/+3
* Adapt more examples to the updated safetensor api. (#947)Laurent Mazare2023-09-231-12/+12
* Add flash-attn support. (#912)Laurent Mazare2023-09-201-2/+12
* Add details on wuerstchen. (#911)Laurent Mazare2023-09-202-0/+27
* Wuerstchen parameter tweaks. (#907)Laurent Mazare2023-09-201-2/+2
* Line-up the wuerstchen model with the python implementation. (#901)Laurent Mazare2023-09-191-1/+0
* Improve the error message on shape mismatch for cat. (#897)Laurent Mazare2023-09-191-6/+2
* Only use classifier free guidance for the prior. (#896)Laurent Mazare2023-09-191-63/+85
* W decoding. (#893)Laurent Mazare2023-09-191-27/+29
* Prior denoising. (#889)Laurent Mazare2023-09-181-5/+21
* Fix the W clip embeddings. (#887)Laurent Mazare2023-09-181-3/+3
* More Wuerstchen fixes. (#882)Laurent Mazare2023-09-171-20/+37
* Add the DDPM scheduler. (#877)Laurent Mazare2023-09-171-4/+20
* Wuerstchen main (#876)Laurent Mazare2023-09-171-270/+89
* Add a KV cache to T5. (#873)Laurent Mazare2023-09-171-0/+499