Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-397-bfbb929
feat: do not convert bf16 to f32 (#1055)
master-396-689e44c
fix: correct ggml_ext_silu_act (#1056)
master-395-985aedd
refactor: optimize the handling of pred type (#1048)
master-394-3f3610b
chore: optimize lora log (#1047)
master-393-118683d
fix: correct preview method selection (#1038)
master-392-bcc9c0d
feat: handle ggml compute failures without crashing the program (#1003) * Feat: handle compute failures more gracefully * fix Unreachable code after return Co-authored-by: idostyle <idostyl3@googlemail.com> * adjust z_image.hpp --------- Co-authored-by: idostyle <idostyl3@googlemail.com> Co-authored-by: leejet <leejet714@gmail.com>
master-391-5865b5e
refactor: split SDParams to SDCliParams/SDContextParams/SDGenerationP…
master-390-edf2cb3
fix: fix CosXL not being detected (#989)
master-387-e4c50f1
chore: add sd_ prefix to a few functions (#967)
master-386-0743a1b
fix: fix vae tiling for flux2 (#1025)