Skip to content

Releases: leejet/stable-diffusion.cpp

master-319-9727c6b

12 Oct 16:24
9727c6b

Choose a tag to compare

fix: resolve VAE tiling problem in Qwen Image (#873)

master-318-beb99a2

12 Oct 16:01
beb99a2

Choose a tag to compare

feat: add Qwen Image support (#851)

* add qwen tokenizer

* add qwen2.5 vl support

* mv qwen.hpp -> qwenvl.hpp

* add qwen image model

* add qwen image t2i pipeline

* fix qwen image flash attn

* add qwen image i2i pipline

* change encoding of vocab_qwen.hpp to utf8

* fix get_first_stage_encoding

* apply jeffbolz f32 patch

https://github.com/leejet/stable-diffusion.cpp/pull/851#issuecomment-3335515302

* fix the issue that occurs when using CUDA with k-quants weights

* optimize the handling of the FeedForward precision fix

* to_add_out precision fix

* update docs

master-317-aa68b87

12 Oct 15:55
aa68b87

Choose a tag to compare

refactor: deal with default img-cfg-scale at the library level (#869)

master-316-5b261b9

12 Oct 16:03
5b261b9

Choose a tag to compare

feat: add a stand-alone upscale mode (#865)

* feat: add a stand-alone upscale mode

* fix prompt option check

* format code

* update README.md

---------

Co-authored-by: leejet <leejet714@gmail.com>

master-315-e70d020

12 Oct 15:30
e70d020

Choose a tag to compare

feat: add support for more esrgan models & x2 & x1 models (#855)

master-314-02af48a

10 Oct 17:16
02af48a

Choose a tag to compare

chore: fix vulkan ci (#878)

master-309-35843c7

25 Sep 15:47
35843c7

Choose a tag to compare

fix: optimize the handling of embedding weight (#859)

master-306-2abe945

24 Sep 17:23
2abe945

Choose a tag to compare

fix: optimize the handling of CLIP embedding weight (#840)

master-305-f3140ea

24 Sep 17:05
f3140ea

Choose a tag to compare

fix: tensor loading thread count (#854)

master-302-1e0d282

24 Sep 15:56
1e0d282

Choose a tag to compare

fix: correct tensor deduplication logic (#844)