Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-2c5f3fc
chore: add support for building shared library
master-f2e4d97
fix: avoid some memory leaks (#136) --------- Co-authored-by: leejet <[email protected]>
master-4a5e7b5
fix: never use a log message as a format string (#135)
master-2e79a82
refactor: reorganize code and use c api (#133)
master-14da17a
fix: initialize some pointers to NULL
master-78ad76f
feat: add SDXL support (#117) * add SDXL support * fix the issue with generating large images
master-004dfbe
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
feat: implement the complete bpe function (#119) * implement the complete bpe function --------- Co-authored-by: leejet <[email protected]>
master-8f6b4a3
fix: enhance the tokenizer's handing of Unicode (#120)
master-9842a3f
fix: add support for int32_t on other compilers (#114)