Skip to content

Releases: leejet/stable-diffusion.cpp

master-346-c42826b

01 Nov 18:47
c42826b

Choose a tag to compare

fix: resolve multiple inpainting issues (#926)

* Fix inpainting masked image being broken by side effect

* Fix unet inpainting concat not being set

* Fix Flex.2 inpaint mode crash (+ use scale factor)

master-343-dd75fc0

28 Oct 16:05
dd75fc0

Choose a tag to compare

refactor: unify the naming style of ggml extension functions (#921)

master-341-8a45d0f

28 Oct 16:05
8a45d0f

Choose a tag to compare

chore: clean up stb includes (#919)

master-340-9e28be6

25 Oct 16:35
9e28be6

Choose a tag to compare

feat: add chroma radiance support (#910)

* add chroma radiance support

* fix ci

* simply generate_init_latent

* workaround: avoid ggml cuda error

* format code

* add chroma radiance doc

master-339-062490a

25 Oct 16:16
062490a

Choose a tag to compare

feat: add SSD1B and tiny-sd support (#897)

* feat: add code and doc for running SSD1B models

* Added some more lines to support SD1.x with TINY U-Nets too.

* support SSD-1B.safetensors

* fix sdv1.5 diffusers format loader

---------

Co-authored-by: leejet <leejet714@gmail.com>

master-338-faabc5a

25 Oct 14:40
faabc5a

Choose a tag to compare

feat: allow models to run without all text encoder(s) (#645)

master-336-917f7bf

23 Oct 14:24
917f7bf

Choose a tag to compare

fix: support `--flow-shift` for flux models with default pred (#913)

master-335-48e0a28

22 Oct 17:57
48e0a28

Choose a tag to compare

feat: add shift factor support (#903)

master-334-d05e46c

18 Oct 16:05
d05e46c

Choose a tag to compare

chore: add .clang-tidy configuration and apply modernize checks (#902)

master-333-64a7698

18 Oct 16:15
64a7698

Choose a tag to compare

chore: report number of Qwen layers as info (#901)