Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-b7870a0
chore: improve ci (#150) --------- Co-authored-by: leejet <leejet714@gmail.com>
master-730585d
sync: update ggml (#180)
master-4a81904
fix: fix the issue with dynamic linking
master-b636886
feat: introduce GGMLBlock and implement SVD(Broken) (#159) * introduce GGMLBlock and implement SVD(Broken) * add sdxl vae warning
master-193fb62
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
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
style: format code
master-c6071fa
feat: add hipBlas support (#94)
master-5c614e4
feat: add convert api (#142)
master-2b6ec97
sync: update ggml (#134)