Skip to content

Releases: leejet/stable-diffusion.cpp

master-322-c64994d

13 Oct 14:49
c64994d

Choose a tag to compare

fix: better progress display for second-order samplers (#834)

master-321-5436f6b

13 Oct 14:54
5436f6b

Choose a tag to compare

fix: correct canny preprocessor (#861)

master-320-1c32fa0

12 Oct 16:39
1c32fa0

Choose a tag to compare

fix: avoid generating black images when running T5 on the GPU (#882)

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)