index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
/
examples
/
stable-diffusion
/
main.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
onnx: fix pad, unsqueeze (#2317)
shua
2024-07-23
1
-1
/
+1
*
Utilize batches in Stable Diffusion (#2071)
NorilskMajor
2024-04-16
1
-16
/
+58
*
Improve the error message on overlong prompts. (#1908)
Laurent Mazare
2024-03-21
1
-0
/
+14
*
Add a --seed argument to the stable-diffusion example. (#1812)
Niklas Hallqvist
2024-03-08
1
-0
/
+8
*
Stable Diffusion Turbo Support (#1395)
Edwin Cheng
2023-12-03
1
-31
/
+90
*
fix: address clippy 0.1.74 issues (#1336)
drbh
2023-11-16
1
-2
/
+2
*
Remove some unusued bits. (#1067)
Laurent Mazare
2023-10-09
1
-1
/
+0
*
Override the repo for SDXL f16 vae weights. (#1064)
Laurent Mazare
2023-10-09
1
-2
/
+13
*
Add the clamping for stable-diffusion. (#1041)
Laurent Mazare
2023-10-05
1
-2
/
+1
*
Use the module trait in stable-diffusion. (#817)
Laurent Mazare
2023-09-11
1
-1
/
+1
*
Move the stable-diffusion modeling code so that it's easier to re-use. (#812)
Laurent Mazare
2023-09-11
1
-11
/
+1
*
img2img pipeline for stable diffusion. (#752)
Laurent Mazare
2023-09-06
1
-11
/
+74
*
Preliminary support for SDXL. (#647)
Laurent Mazare
2023-08-29
1
-42
/
+128
*
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
1
-2
/
+2
*
F16 support for stable diffusion (#488)
Laurent Mazare
2023-08-17
1
-20
/
+48
*
Flash-attention support in stable diffusion (#487)
Laurent Mazare
2023-08-17
1
-1
/
+4
*
Track the conv2d operations in stable-diffusion. (#431)
Laurent Mazare
2023-08-13
1
-0
/
+17
*
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
1
-29
/
+62
*
Fix the stable-diffusion vae. (#398)
Laurent Mazare
2023-08-10
1
-3
/
+3
*
Write the generated images using the image crate. (#363)
Laurent Mazare
2023-08-09
1
-6
/
+6
*
Fix the padding used in stable diffusion. (#362)
Laurent Mazare
2023-08-09
1
-3
/
+2
*
Fixes for the stable diffusion example. (#342)
Laurent Mazare
2023-08-08
1
-2
/
+13
*
Some CLIP fixes for stable diffusion. (#338)
Laurent Mazare
2023-08-07
1
-9
/
+5
*
Main diffusion loop for the SD example. (#332)
Laurent Mazare
2023-08-06
1
-5
/
+239
*
Add the ddim scheduler. (#330)
Laurent Mazare
2023-08-06
1
-0
/
+3
*
Add a stable diffusion example (#328)
Laurent Mazare
2023-08-06
1
-0
/
+30