Skip to content

Releases: leejet/stable-diffusion.cpp

master-78ad76f

28 Dec 16:18
78ad76f
Compare
Choose a tag to compare
feat: add SDXL support (#117)

* add SDXL support

* fix the issue with generating large images

master-004dfbe

28 Dec 15:48
004dfbe
Compare
Choose a tag to compare
feat: implement ESRGAN upscaler + Metal Backend (#104)

* add esrgan upscaler

* add sd_tiling

* support metal backend

* add clip_skip

---------

Co-authored-by: leejet <[email protected]>

master-0e64238

23 Dec 04:13
0e64238
Compare
Choose a tag to compare
feat: implement the complete bpe function (#119)

* implement the complete bpe function
---------

Co-authored-by: leejet <[email protected]>

master-8f6b4a3

20 Dec 16:24
8f6b4a3
Compare
Choose a tag to compare
fix: enhance the tokenizer's handing of Unicode (#120)

master-9842a3f

11 Dec 15:34
9842a3f
Compare
Choose a tag to compare
fix: add support for int32_t on other compilers (#114)

master-ca33304

10 Dec 02:07
ca33304
Compare
Choose a tag to compare
fix: remove dangling pointer to work_output in CLIPTextModel (#111)

master-ac8f5a0

10 Dec 05:17
Compare
Choose a tag to compare
feat: add SD-Turbo support

master-69efe3c

09 Dec 09:39
Compare
Choose a tag to compare
chore: make code cleaner

master-2eac844

09 Dec 06:41
Compare
Choose a tag to compare
fix: generate image correctly in img2img mode

master-134883a

05 Dec 14:42
134883a
Compare
Choose a tag to compare
feat: add TAESD implementation - faster autoencoder (#88)

* add taesd implementation

* taesd gpu offloading

* show seed when generating image with -s -1

* less restrictive with larger images

* cuda: im2col speedup x2

* cuda: group norm speedup x90

* quantized models now works in cuda :)

* fix cal mem size

---------

Co-authored-by: leejet <[email protected]>