Skip to content

Releases: leejet/stable-diffusion.cpp

master-471-7010bb4

13 Jan 19:15
7010bb4

Choose a tag to compare

feat: support for SDXS-512 model (#1180)

* feat: add U-Net specials of SDXS

* docs: update distilled_sd.md for SDXS-512

* feat: for SDXS use AutoencoderTiny as the primary VAE

* docs: update distilled_sd.md for SDXS-512

* fix: SDXS code cleaning after review by stduhpf

* format code

* fix sdxs with --taesd-preview-only

---------

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

master-470-48d3161

13 Jan 18:25
48d3161

Choose a tag to compare

feat: add sd-server API support for steps, sampler and scheduler (#1173)

master-468-885e62e

11 Jan 10:25
885e62e

Choose a tag to compare

refactor: replace ggml_ext_attention with ggml_ext_attention_ext (#1185)

master-467-0e52afc

08 Jan 17:12
0e52afc

Choose a tag to compare

feat: enable vae tiling for vid gen (#1152)

* enable vae tiling for vid gen

* format code

* eliminate compilation warning

---------

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

master-466-27b5f17

08 Jan 16:57

Choose a tag to compare

ci: only push Docker images on master or release

master-463-e7e83ed

06 Jan 17:04
e7e83ed

Choose a tag to compare

fix(server): use has_file for mask multipart detection (#1178)

master-462-c5602a6

05 Jan 17:48
c5602a6

Choose a tag to compare

feat: prioritize gguf and safetensors formats for embeddings and LoRA…

master-457-b90b1ee

04 Jan 16:29
b90b1ee

Choose a tag to compare

chore: eliminate compilation warnings under MSVC (#1170)

master-456-2cef4ba

04 Jan 16:24

Choose a tag to compare

chore: use Release build for windows-latest-cmake

master-455-a119a4d

04 Jan 16:02
a119a4d

Choose a tag to compare

fix: avoid issues when sigma_min is close to 0 (#1138)