Skip to content

Releases: leejet/stable-diffusion.cpp

master-e410aeb

02 Sep 15:56
e410aeb
Compare
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 <[email protected]>

* update ggml for sync some sycl ops

Signed-off-by: zhentaoyu <[email protected]>

* update sycl readme and ggml

Signed-off-by: zhentaoyu <[email protected]>

---------

Signed-off-by: zhentaoyu <[email protected]>

master-14206fd

02 Sep 15:53
14206fd
Compare
Choose a tag to compare
fix: fix clip tokenizer (#383)

master-f4c937c

27 Aug 18:20
f4c937c
Compare
Choose a tag to compare
fix: add some missing cli args to usage (#363)

master-e71ddce

27 Aug 18:35
e71ddce
Compare
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 <[email protected]>

* remove the now unused lerp function

---------

Co-authored-by: stduhpf <[email protected]>

master-dc0882c

27 Aug 17:43
dc0882c
Compare
Choose a tag to compare
feat: add exponential scheduler (#346)

* feat: added exponential scheduler

* updated README

* improved exponential formatting

---------

Co-authored-by: leejet <[email protected]>

master-d00c948

27 Aug 17:21
d00c948
Compare
Choose a tag to compare
feat: add ipndm and ipndm_v samplers (#344)

master-6c88ad3

27 Aug 17:45
6c88ad3
Compare
Choose a tag to compare
fix: resolve naming conflict while llama.cpp and sd.cpp both build (#…

…351)

master-353ee93

27 Aug 17:20
353ee93
Compare
Choose a tag to compare
fix: add enum type to sd_type_t (#293)

master-2d4a2f7

27 Aug 17:21
2d4a2f7
Compare
Choose a tag to compare
feat: add GITS scheduler (#343)

master-2027b16

27 Aug 17:20
2027b16
Compare
Choose a tag to compare
feat: add vulkan backend support (#291)

* Fix includes and init vulkan the same as llama.cpp

* Add Windows Vulkan CI

* Updated ggml submodule

* support epsilon as a parameter for ggml_group_norm

---------

Co-authored-by: Cloudwalk <[email protected]>
Co-authored-by: Oleg Skutte <[email protected]>
Co-authored-by: leejet <[email protected]>