Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-fbd42b6
fix: fix embeddings with quantized models (#601)
master-f50a7f6
fix: fix race condition causing inconsistent value for `decoder_only`…
master-85e9a12
fix: preprocess tensor names in tensor types map (#607) Thank you for your contribution
master-195d170
sync: update ggml
master-f27f2b2
docs: add missing --mask and --guidance options to print_usage (#572)
master-f23b803
fix:: unapply current loras properly (#590)
master-838beb9
chore: add global SYCL compile flags (#597)
master-69c7378
fix: force binary mask for inpaint models (#589) Co-authored-by: leejet <[email protected]>
master-3753223
fix: make get_files_from_dir works with absolute path (#598) Co-authored-by: Matti Pulkkinen <[email protected]>
master-1be2491
feat: partial LyCORIS support (tucker decomposition for LoCon + LoHa …