Skip to content

Releases: leejet/stable-diffusion.cpp

master-d164236

02 Mar 09:34
d164236
Compare
Choose a tag to compare
fix: fix metal build issues (#183)

master-a65c410

02 Mar 12:09
Compare
Choose a tag to compare
sync: update ggml

master-7be65fa

02 Mar 09:46
7be65fa
Compare
Choose a tag to compare
feat: add progress callback (#170)

master-b7870a0

26 Feb 14:18
b7870a0
Compare
Choose a tag to compare
chore: improve ci (#150)


---------

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

master-730585d

25 Feb 13:13
730585d
Compare
Choose a tag to compare
sync: update ggml (#180)

master-4a81904

25 Feb 13:41
Compare
Choose a tag to compare
fix: fix the issue with dynamic linking

master-b636886

24 Feb 12:09
b636886
Compare
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
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