Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the stable-diffusion modeling code so that it's easier to re-use. (#812) | Laurent Mazare | 2023-09-11 | 1 | -39/+0 |
* | dinov2 - read images from disk and compute the class probabilities (#503) | Laurent Mazare | 2023-08-18 | 1 | -19/+0 |
* | Add a simple Module trait and implement it for the various nn layers (#500) | Laurent Mazare | 2023-08-18 | 1 | -0/+1 |
* | Track the conv2d operations in stable-diffusion. (#431) | Laurent Mazare | 2023-08-13 | 1 | -0/+26 |
* | Write the generated images using the image crate. (#363) | Laurent Mazare | 2023-08-09 | 1 | -0/+19 |
* | Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337) | Laurent Mazare | 2023-08-07 | 1 | -8/+0 |
* | Simple pad support. (#336) | Laurent Mazare | 2023-08-07 | 1 | -4/+0 |
* | Implement group-norm. (#334) | Laurent Mazare | 2023-08-07 | 1 | -5/+0 |
* | Add the recip op + use it in stable-diffusion. (#331) | Laurent Mazare | 2023-08-06 | 1 | -5/+13 |
* | Add the ddim scheduler. (#330) | Laurent Mazare | 2023-08-06 | 1 | -0/+4 |
* | Add a stable diffusion example (#328) | Laurent Mazare | 2023-08-06 | 1 | -0/+17 |