Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-322-c64994d
fix: better progress display for second-order samplers (#834)
master-321-5436f6b
fix: correct canny preprocessor (#861)
master-320-1c32fa0
fix: avoid generating black images when running T5 on the GPU (#882)
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)