Skip to content

Releases: leejet/stable-diffusion.cpp

master-555-7397dda

05 Apr 19:45
7397dda

Choose a tag to compare

feat: add webm support (#1391)

master-554-9369ab7

05 Apr 18:42
9369ab7

Choose a tag to compare

feat: inpaint improvements (#1357)

* inpaint: get max pixel max instead of single sample

* inpaint: masked diffusion for inpainting models with inflated mask

* refactor tensor interpolate nearest-like reduction paths and generalize max_pool_2d

---------

Co-authored-by: leejet <leejet714@gmail.com>

master-553-687a81f

05 Apr 17:49
687a81f

Choose a tag to compare

chore: make libwebp optional and support system libwebp (#1387)

Co-authored-by: leejet <leejet714@gmail.com>

master-552-87ecb95

01 Apr 19:47
87ecb95

Choose a tag to compare

feat: add webp support (#1384)

master-551-99c1de3

01 Apr 19:32
99c1de3

Choose a tag to compare

feat: ancestral sampler implementations for flow models (#1374)

* feat: add support for the eta parameter to ancestral samplers

* feat: Euler Ancestral sampler implementation for flow models

* refine flow ancestral sampling and normalize eta defaults

---------

Co-authored-by: leejet <leejet714@gmail.com>

master-550-09b12d5

31 Mar 18:49
09b12d5

Choose a tag to compare

feat(cli): add metadata inspection mode (#1381)

master-549-6dfe945

31 Mar 17:55
6dfe945

Choose a tag to compare

fix: use resolved image size in embedded metadata (#1382)

master-548-bf02167

31 Mar 17:20
bf02167

Choose a tag to compare

feat: show tensor loading progress in MB/s or GB/s (#1380)

master-547-4fe7a35

31 Mar 17:01
4fe7a35

Choose a tag to compare

feat(server): add generation metadata to png images (#1217)

master-546-4d52320

31 Mar 16:09
4d52320

Choose a tag to compare

chore(server): link winsock2 for non-MSVC windows (#1378)