Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-507-b314d80
feat: turn flow_shift into a generation parameter (#1289) * feat: turn flow_shift into a generation parameter * format code * simplify set_shift/set_parameters * fix sd_sample_params_to_str * remove unused variable * update docs --------- Co-authored-by: leejet <leejet714@gmail.com>
master-506-c9cd497
fix: safely handle whitespace and consecutive newlines (#1288)
master-505-c5eb1e4
fix: avoid black images if using an invalid VAE (for SDXL) (#1273)
master-504-636d3cb
refactor: reorganize the vocab file structure (#1271)
master-503-adea272
feat(server): use image and command-line dimensions by default on ser…
master-502-45ce78a
ci: correct rocm artifact of linux (#1269)
master-500-3296545
feat: add extra_c_crossattns support for llm embedder (#1265)
master-499-d60fb27
fix: avoid unwanted file extension changes (#1257)
master-498-c7ccafb
fix: correct sdapi handling of cfg_scale and steps (#1260)
master-497-aa0b899
fix: improve handling of VAE decode failures (#1222)