summaryrefslogtreecommitdiff
path: root/candle-examples/examples/stable-diffusion/main.rs
Commit message (Expand)AuthorAgeFilesLines
* onnx: fix pad, unsqueeze (#2317)shua2024-07-231-1/+1
* Utilize batches in Stable Diffusion (#2071)NorilskMajor2024-04-161-16/+58
* Improve the error message on overlong prompts. (#1908)Laurent Mazare2024-03-211-0/+14
* Add a --seed argument to the stable-diffusion example. (#1812)Niklas Hallqvist2024-03-081-0/+8
* Stable Diffusion Turbo Support (#1395)Edwin Cheng2023-12-031-31/+90
* fix: address clippy 0.1.74 issues (#1336)drbh2023-11-161-2/+2
* Remove some unusued bits. (#1067)Laurent Mazare2023-10-091-1/+0
* Override the repo for SDXL f16 vae weights. (#1064)Laurent Mazare2023-10-091-2/+13
* Add the clamping for stable-diffusion. (#1041)Laurent Mazare2023-10-051-2/+1
* Use the module trait in stable-diffusion. (#817)Laurent Mazare2023-09-111-1/+1
* Move the stable-diffusion modeling code so that it's easier to re-use. (#812)Laurent Mazare2023-09-111-11/+1
* img2img pipeline for stable diffusion. (#752)Laurent Mazare2023-09-061-11/+74
* Preliminary support for SDXL. (#647)Laurent Mazare2023-08-291-42/+128
* 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-181-2/+2
* F16 support for stable diffusion (#488)Laurent Mazare2023-08-171-20/+48
* Flash-attention support in stable diffusion (#487)Laurent Mazare2023-08-171-1/+4
* Track the conv2d operations in stable-diffusion. (#431)Laurent Mazare2023-08-131-0/+17
* 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-111-29/+62
* Fix the stable-diffusion vae. (#398)Laurent Mazare2023-08-101-3/+3
* Write the generated images using the image crate. (#363)Laurent Mazare2023-08-091-6/+6
* Fix the padding used in stable diffusion. (#362)Laurent Mazare2023-08-091-3/+2
* Fixes for the stable diffusion example. (#342)Laurent Mazare2023-08-081-2/+13
* Some CLIP fixes for stable diffusion. (#338)Laurent Mazare2023-08-071-9/+5
* Main diffusion loop for the SD example. (#332)Laurent Mazare2023-08-061-5/+239
* Add the ddim scheduler. (#330)Laurent Mazare2023-08-061-0/+3
* Add a stable diffusion example (#328)Laurent Mazare2023-08-061-0/+30