Skip to content

Releases: leejet/stable-diffusion.cpp

master-397-bfbb929

06 Dec 16:36
bfbb929

Choose a tag to compare

feat: do not convert bf16 to f32 (#1055)

master-396-689e44c

06 Dec 16:33
689e44c

Choose a tag to compare

fix: correct ggml_ext_silu_act (#1056)

master-395-985aedd

04 Dec 16:21
985aedd

Choose a tag to compare

refactor: optimize the handling of pred type (#1048)

master-394-3f3610b

04 Dec 15:24
3f3610b

Choose a tag to compare

chore: optimize lora log (#1047)

master-393-118683d

04 Dec 15:29
118683d

Choose a tag to compare

fix: correct preview method selection (#1038)

master-392-bcc9c0d

04 Dec 14:42
bcc9c0d

Choose a tag to compare

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

03 Dec 15:09
5865b5e

Choose a tag to compare

refactor: split SDParams to SDCliParams/SDContextParams/SDGenerationP…

master-390-edf2cb3

03 Dec 15:13
edf2cb3

Choose a tag to compare

fix: fix CosXL not being detected (#989)

master-387-e4c50f1

01 Dec 15:22
e4c50f1

Choose a tag to compare

chore: add sd_ prefix to a few functions (#967)

master-386-0743a1b

01 Dec 15:20
0743a1b

Choose a tag to compare

fix: fix vae tiling for flux2 (#1025)