index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
/
examples
/
stable-diffusion
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print some per-step timings in stable-diffusion. (#520)
Laurent Mazare
2023-08-20
1
-1
/
+4
*
dinov2 - read images from disk and compute the class probabilities (#503)
Laurent Mazare
2023-08-18
2
-21
/
+2
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
7
-0
/
+7
*
F16 support for stable diffusion (#488)
Laurent Mazare
2023-08-17
6
-43
/
+99
*
Flash-attention support in stable diffusion (#487)
Laurent Mazare
2023-08-17
5
-32
/
+78
*
Track the conv2d operations in stable-diffusion. (#431)
Laurent Mazare
2023-08-13
6
-22
/
+144
*
Allow using accelerate with stable-diffusion. (#430)
Laurent Mazare
2023-08-13
1
-0
/
+3
*
Stable diffusion: retrieve the model files from the HF hub. (#414)
Laurent Mazare
2023-08-11
2
-34
/
+71
*
Fix the stable-diffusion vae. (#398)
Laurent Mazare
2023-08-10
2
-4
/
+4
*
Write the generated images using the image crate. (#363)
Laurent Mazare
2023-08-09
2
-6
/
+25
*
Fix the padding used in stable diffusion. (#362)
Laurent Mazare
2023-08-09
2
-5
/
+4
*
Fixes for the stable diffusion example. (#342)
Laurent Mazare
2023-08-08
4
-6
/
+17
*
Some CLIP fixes for stable diffusion. (#338)
Laurent Mazare
2023-08-07
2
-14
/
+10
*
Skeleton for the avg-pool2d and upsample-nearest2d ops. (#337)
Laurent Mazare
2023-08-07
2
-15
/
+4
*
Simple pad support. (#336)
Laurent Mazare
2023-08-07
3
-7
/
+5
*
Implement group-norm. (#334)
Laurent Mazare
2023-08-07
2
-6
/
+2
*
Main diffusion loop for the SD example. (#332)
Laurent Mazare
2023-08-06
3
-8
/
+242
*
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
5
-0
/
+445
*
Add a stable diffusion example (#328)
Laurent Mazare
2023-08-06
9
-0
/
+2560