Skip to content

Releases: leejet/stable-diffusion.cpp

master-560-e8323ca

08 Apr 17:12
e8323ca

Choose a tag to compare

feat: add flux2 small decoder support (#1402)

master-559-dd75372

08 Apr 17:17
dd75372

Choose a tag to compare

fix: correct double increment on flow denoisers sigma calculations (#…

master-558-8afbeb6

06 Apr 15:22
8afbeb6

Choose a tag to compare

chore: normalize text files to utf-8 without bom (#1394)

master-557-5bf438d

06 Apr 15:10
5bf438d

Choose a tag to compare

refactor: split examples common into header and source (#1393)

master-556-359eb8b

06 Apr 14:29
359eb8b

Choose a tag to compare

refactor: apply RAII ownership to examples (#1392)

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>