Skip to content

Releases: leejet/stable-diffusion.cpp

master-2c5f3fc

02 Jan 13:08
Compare
Choose a tag to compare
chore: add support for building shared library

master-f2e4d97

01 Jan 15:29
f2e4d97
Compare
Choose a tag to compare
fix: avoid some memory leaks (#136)

---------

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

master-4a5e7b5

01 Jan 12:46
4a5e7b5
Compare
Choose a tag to compare
fix: never use a log message as a format string (#135)

master-2e79a82

01 Jan 08:24
2e79a82
Compare
Choose a tag to compare
refactor: reorganize code and use c api (#133)

master-14da17a

30 Dec 06:28
Compare
Choose a tag to compare
fix: initialize some pointers to NULL

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)