Skip to content

Releases: leejet/stable-diffusion.cpp

master-b7870a0

26 Feb 14:18
b7870a0

Choose a tag to compare

chore: improve ci (#150)


---------

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

master-730585d

25 Feb 13:13
730585d

Choose a tag to compare

sync: update ggml (#180)

master-4a81904

25 Feb 13:41

Choose a tag to compare

fix: fix the issue with dynamic linking

master-b636886

24 Feb 12:09
b636886

Choose a tag to compare

feat: introduce GGMLBlock and implement SVD(Broken) (#159)

* introduce GGMLBlock and implement SVD(Broken)

* add sdxl vae warning

master-193fb62

24 Feb 13:33
193fb62

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

master-36ec16a

29 Jan 14:41
36ec16a

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

master-349439f

29 Jan 15:07

Choose a tag to compare

style: format code

master-c6071fa

14 Jan 03:56
c6071fa

Choose a tag to compare

feat: add hipBlas support (#94)

master-5c614e4

14 Jan 03:45
5c614e4

Choose a tag to compare

feat: add convert api (#142)

master-2b6ec97

05 Jan 15:21
2b6ec97

Choose a tag to compare

sync: update ggml (#134)