Skip to content

Releases: leejet/stable-diffusion.cpp

master-ac54e00

24 Oct 15:21
ac54e00

Choose a tag to compare

feat: add sd3.5 support (#445)

master-e410aeb

02 Sep 15:56
e410aeb

Choose a tag to compare

sync: update ggml to fix large image generation with SYCL backend (#380)

* turn off fast-math on host in SYCL backend

Signed-off-by: zhentaoyu <zhentao.yu@intel.com>

* update ggml for sync some sycl ops

Signed-off-by: zhentaoyu <zhentao.yu@intel.com>

* update sycl readme and ggml

Signed-off-by: zhentaoyu <zhentao.yu@intel.com>

---------

Signed-off-by: zhentaoyu <zhentao.yu@intel.com>

master-14206fd

02 Sep 15:53
14206fd

Choose a tag to compare

fix: fix clip tokenizer (#383)

master-f4c937c

27 Aug 18:20
f4c937c

Choose a tag to compare

fix: add some missing cli args to usage (#363)

master-e71ddce

27 Aug 18:35
e71ddce

Choose a tag to compare

fix: improve VAE tiling (#372)

* fix and improve: VAE tiling
- properly handle the upper left corner interpolating both x and y
- refactor out lerp
- use smootherstep to preserve more detail and spend less area blending

* actually fix vae tile merging

Co-authored-by: stduhpf <stephduh@live.fr>

* remove the now unused lerp function

---------

Co-authored-by: stduhpf <stephduh@live.fr>

master-dc0882c

27 Aug 17:43
dc0882c

Choose a tag to compare

feat: add exponential scheduler (#346)

* feat: added exponential scheduler

* updated README

* improved exponential formatting

---------

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

master-d00c948

27 Aug 17:21
d00c948

Choose a tag to compare

feat: add ipndm and ipndm_v samplers (#344)

master-6c88ad3

27 Aug 17:45
6c88ad3

Choose a tag to compare

fix: resolve naming conflict while llama.cpp and sd.cpp both build (#…

master-353ee93

27 Aug 17:20
353ee93

Choose a tag to compare

fix: add enum type to sd_type_t (#293)

master-2d4a2f7

27 Aug 17:21
2d4a2f7

Choose a tag to compare

feat: add GITS scheduler (#343)