Releases: leejet/stable-diffusion.cpp
Releases ยท leejet/stable-diffusion.cpp
master-d164236
fix: fix metal build issues (#183)
master-a65c410
sync: update ggml
master-7be65fa
feat: add progress callback (#170)
master-b7870a0
chore: improve ci (#150) --------- Co-authored-by: leejet <[email protected]>
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 <[email protected]>
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 <[email protected]>
master-349439f
style: format code