Skip to content

Releases: leejet/stable-diffusion.cpp

master-7fb8a51

02 Jan 14:34

Choose a tag to compare

chore: make SD_BUILD_DLL visible only to SD_LIB

master-7cb41b1

02 Jan 14:39

Choose a tag to compare

fix: avoid encountering 'std::set undefined' in some environments

master-2c5f3fc

02 Jan 13:08

Choose a tag to compare

chore: add support for building shared library

master-f2e4d97

01 Jan 15:29
f2e4d97

Choose a tag to compare

fix: avoid some memory leaks (#136)

---------

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

master-4a5e7b5

01 Jan 12:46
4a5e7b5

Choose a tag to compare

fix: never use a log message as a format string (#135)

master-2e79a82

01 Jan 08:24
2e79a82

Choose a tag to compare

refactor: reorganize code and use c api (#133)

master-14da17a

30 Dec 06:28

Choose a tag to compare

fix: initialize some pointers to NULL

master-78ad76f

28 Dec 16:18
78ad76f

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

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 <leejet714@gmail.com>

master-0e64238

23 Dec 04:13
0e64238

Choose a tag to compare

feat: implement the complete bpe function (#119)

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

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