Skip to content

Releases: leejet/stable-diffusion.cpp

master-514-5792c66

01 Mar 16:02
5792c66

Choose a tag to compare

feat: support some non-standard Anima weight names (#1305)

master-513-39d5470

01 Mar 15:56
39d5470

Choose a tag to compare

feat: accept legacy image parameter on v1/images/edits (#1270)

master-512-60889bc

01 Mar 15:49
60889bc

Choose a tag to compare

fix: correct sdapi LoRA file handling (#1276)

master-511-e64baa3

01 Mar 15:38
e64baa3

Choose a tag to compare

refactor: reuse DiT's patchify/unpatchify functions (#1304)

master-509-4cdfff5

01 Mar 09:17
4cdfff5

Choose a tag to compare

feat: add Anima support  (#1296)

master-507-b314d80

25 Feb 18:23
b314d80

Choose a tag to compare

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

19 Feb 14:42
c9cd497

Choose a tag to compare

fix: safely handle whitespace and consecutive newlines (#1288)

master-505-c5eb1e4

19 Feb 14:48
c5eb1e4

Choose a tag to compare

fix: avoid black images if using an invalid VAE (for SDXL) (#1273)

master-504-636d3cb

10 Feb 18:51
636d3cb

Choose a tag to compare

refactor: reorganize the vocab file structure (#1271)

master-503-adea272

10 Feb 18:38
adea272

Choose a tag to compare

feat(server): use image and command-line dimensions by default on ser…