Skip to content

Releases: leejet/stable-diffusion.cpp

master-193fb62

24 Feb 13:33
193fb62
Compare
Choose a tag to compare
feat: add capability to repeatedly run the upscaler in a row (#174)

* Add in upscale repeater logic

---------

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

master-36ec16a

29 Jan 14:41
36ec16a
Compare
Choose a tag to compare
feat: Control Net support + Textual Inversion (embeddings) (#131)

* add controlnet to pipeline

* add cli params

* control strength cli param

* cli param keep controlnet in cpu

* add Textual Inversion

* add canny preprocessor

* refactor: change ggml_type_sizef to ggml_row_size

* process hint once time

* ignore the embedding name case

---------

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

master-349439f

29 Jan 15:07
Compare
Choose a tag to compare
style: format code

master-c6071fa

14 Jan 03:56
c6071fa
Compare
Choose a tag to compare
feat: add hipBlas support (#94)

master-5c614e4

14 Jan 03:45
5c614e4
Compare
Choose a tag to compare
feat: add convert api (#142)

master-2b6ec97

05 Jan 15:21
2b6ec97
Compare
Choose a tag to compare
sync: update ggml (#134)

master-7fb8a51

02 Jan 14:34
Compare
Choose a tag to compare
chore: make SD_BUILD_DLL visible only to SD_LIB

master-7cb41b1

02 Jan 14:39
Compare
Choose a tag to compare
fix: avoid encountering 'std::set undefined' in some environments

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]>