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
*
onnx: fix pad, unsqueeze (#2317)
shua
2024-07-23
1
-1
/
+1
*
Utilize batches in Stable Diffusion (#2071)
NorilskMajor
2024-04-16
2
-17
/
+60
*
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
*
Fix typo in README (#1740)
Daniel Varga
2024-02-22
1
-1
/
+1
*
Format properly the Stable Diffusion example run with params (#1511)
stano
2024-01-01
1
-1
/
+1
*
Add more mentions to SDXL Turbo in the readme. (#1397)
Laurent Mazare
2023-12-03
1
-6
/
+16
*
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
*
Mention the flash-attention restriction in the readme. (#1158)
Laurent Mazare
2023-10-23
1
-0
/
+3
*
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
*
Stable-Diffusion readme (#814)
Laurent Mazare
2023-09-11
2
-0
/
+63
*
Move the stable-diffusion modeling code so that it's easier to re-use. (#812)
Laurent Mazare
2023-09-11
12
-3303
/
+1
*
Fix for cudnn to work with img2img. (#753)
Laurent Mazare
2023-09-06
1
-0
/
+2
*
img2img pipeline for stable diffusion. (#752)
Laurent Mazare
2023-09-06
2
-11
/
+85
*
Add a custom softmax implementation. (#744)
Laurent Mazare
2023-09-05
1
-1
/
+1
*
Simplify usage of the pool functions. (#662)
Laurent Mazare
2023-08-29
1
-1
/
+1
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
1
-0
/
+2
*
Use multiple transformer layer in the same cross-attn blocks. (#653)
Laurent Mazare
2023-08-29
4
-22
/
+43
*
Preliminary support for SDXL. (#647)
Laurent Mazare
2023-08-29
4
-57
/
+253
*
Remove some dead-code annotations. (#629)
Laurent Mazare
2023-08-27
4
-15
/
+0
*
Trace softmax (#568)
Laurent Mazare
2023-08-23
1
-3
/
+8
*
Add some group parameter to convolutions. (#566)
Laurent Mazare
2023-08-23
4
-4
/
+10
*
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