summaryrefslogtreecommitdiff
path: root/candle-examples/examples/stable-diffusion
Commit message (Expand)AuthorAgeFilesLines
* Print some per-step timings in stable-diffusion. (#520)Laurent Mazare2023-08-201-1/+4
* dinov2 - read images from disk and compute the class probabilities (#503)Laurent Mazare2023-08-182-21/+2
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-187-0/+7
* F16 support for stable diffusion (#488)Laurent Mazare2023-08-176-43/+99
* Flash-attention support in stable diffusion (#487)Laurent Mazare2023-08-175-32/+78
* Track the conv2d operations in stable-diffusion. (#431)Laurent Mazare2023-08-136-22/+144
* Allow using accelerate with stable-diffusion. (#430)Laurent Mazare2023-08-131-0/+3
* Stable diffusion: retrieve the model files from the HF hub. (#414)Laurent Mazare2023-08-112-34/+71
* Fix the stable-diffusion vae. (#398)Laurent Mazare2023-08-102-4/+4
* Write the generated images using the image crate. (#363)Laurent Mazare2023-08-092-6/+25
* Fix the padding used in stable diffusion. (#362)Laurent Mazare2023-08-092-5/+4
* Fixes for the stable diffusion example. (#342)Laurent Mazare2023-08-084-6/+17
* Some CLIP fixes for stable diffusion. (#338)Laurent Mazare2023-08-072-14/+10
* Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)Laurent Mazare2023-08-072-15/+4
* Simple pad support. (#336)Laurent Mazare2023-08-073-7/+5
* Implement group-norm. (#334)Laurent Mazare2023-08-072-6/+2
* Main diffusion loop for the SD example. (#332)Laurent Mazare2023-08-063-8/+242
* Add the recip op + use it in stable-diffusion. (#331)Laurent Mazare2023-08-061-5/+13
* Add the ddim scheduler. (#330)Laurent Mazare2023-08-065-0/+445
* Add a stable diffusion example (#328)Laurent Mazare2023-08-069-0/+2560