Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-514-5792c66
feat: support some non-standard Anima weight names (#1305)
master-513-39d5470
feat: accept legacy image parameter on v1/images/edits (#1270)
master-512-60889bc
fix: correct sdapi LoRA file handling (#1276)
master-511-e64baa3
refactor: reuse DiT's patchify/unpatchify functions (#1304)
master-509-4cdfff5
feat: add Anima support (#1296)
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…