summaryrefslogtreecommitdiff
path: root/candle-examples/examples/stable-diffusion/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* Move the stable-diffusion modeling code so that it's easier to re-use. (#812)Laurent Mazare2023-09-111-39/+0
* dinov2 - read images from disk and compute the class probabilities (#503)Laurent Mazare2023-08-181-19/+0
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-181-0/+1
* Track the conv2d operations in stable-diffusion. (#431)Laurent Mazare2023-08-131-0/+26
* Write the generated images using the image crate. (#363)Laurent Mazare2023-08-091-0/+19
* Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)Laurent Mazare2023-08-071-8/+0
* Simple pad support. (#336)Laurent Mazare2023-08-071-4/+0
* Implement group-norm. (#334)Laurent Mazare2023-08-071-5/+0
* Add the recip op + use it in stable-diffusion. (#331)Laurent Mazare2023-08-061-5/+13
* Add the ddim scheduler. (#330)Laurent Mazare2023-08-061-0/+4
* Add a stable diffusion example (#328)Laurent Mazare2023-08-061-0/+17