Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-319-9727c6b
fix: resolve VAE tiling problem in Qwen Image (#873)
master-318-beb99a2
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
refactor: deal with default img-cfg-scale at the library level (#869)
master-316-5b261b9
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
feat: add support for more esrgan models & x2 & x1 models (#855)
master-314-02af48a
chore: fix vulkan ci (#878)
master-309-35843c7
fix: optimize the handling of embedding weight (#859)
master-306-2abe945
fix: optimize the handling of CLIP embedding weight (#840)
master-305-f3140ea
fix: tensor loading thread count (#854)
master-302-1e0d282
fix: correct tensor deduplication logic (#844)