Skip to content

Releases: leejet/stable-diffusion.cpp

master-480-b87fe13

19 Jan 17:50
b87fe13

Choose a tag to compare

feat: support new chroma radiance "x0_x32_proto" (#1209)

master-479-e50e1f2

19 Jan 17:37
e50e1f2

Choose a tag to compare

feat: add taef2 support (#1211)

master-478-c6206fb

19 Jan 17:13

Choose a tag to compare

fix: set VAE conv scale for all SDXL variants

master-477-639091f

19 Jan 17:10
639091f

Choose a tag to compare

feat: add support for Segmind's Vega model (#1195)

master-475-2efd199

18 Jan 18:17
2efd199

Choose a tag to compare

fix: use Unix timestamp for  field instead of ISO string (#1205)

master-474-61659ef

18 Jan 18:17
61659ef

Choose a tag to compare

feat: add basic sdapi support to sd-server (#1197)

* feat: add basic sdapi support to sd-server

Compatible with AUTOMATIC1111 / Forge.

* fix img2img with no mask

* add more parameter validation

* eliminate MSVC warnings

---------

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

master-473-9565c7f

17 Jan 19:10
9565c7f

Choose a tag to compare

add support for flux2 klein (#1193)

* add support for flux2 klein 4b

* add support for flux2 klein 8b

* use attention_mask in Flux.2 klein LLMEmbedder

* update docs

master-472-fbce16e

17 Jan 19:07
fbce16e

Choose a tag to compare

fix: avoid undefined behavior on image mask allocation failure (#1198)

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)