Skip to content

Releases: leejet/stable-diffusion.cpp

master-fbd42b6

01 Mar 04:28
fbd42b6
Compare
Choose a tag to compare
fix: fix embeddings with quantized models (#601)

master-f50a7f6

01 Mar 04:25
f50a7f6
Compare
Choose a tag to compare
fix: fix race condition causing inconsistent value for `decoder_only`…

master-85e9a12

01 Mar 04:23
85e9a12
Compare
Choose a tag to compare
fix: preprocess tensor names in tensor types map (#607)

Thank you for your contribution

master-195d170

01 Mar 04:47
Compare
Choose a tag to compare
sync: update ggml

master-f27f2b2

22 Feb 14:07
f27f2b2
Compare
Choose a tag to compare
docs: add missing --mask and --guidance options to print_usage (#572)

master-f23b803

22 Feb 14:05
f23b803
Compare
Choose a tag to compare
fix:: unapply current loras properly (#590)

master-838beb9

22 Feb 14:04
838beb9
Compare
Choose a tag to compare
chore: add global SYCL compile flags (#597)

master-69c7378

22 Feb 14:11
69c7378
Compare
Choose a tag to compare
fix: force binary mask for inpaint models (#589)

Co-authored-by: leejet <[email protected]>

master-3753223

22 Feb 13:53
3753223
Compare
Choose a tag to compare
fix: make get_files_from_dir works with absolute path (#598)

Co-authored-by: Matti Pulkkinen <[email protected]>

master-1be2491

22 Feb 14:02
1be2491
Compare
Choose a tag to compare
feat: partial LyCORIS support (tucker decomposition for LoCon + LoHa …