Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-ac54e00
feat: add sd3.5 support (#445)
master-e410aeb
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
fix: fix clip tokenizer (#383)
master-f4c937c
fix: add some missing cli args to usage (#363)
master-e71ddce
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
feat: add exponential scheduler (#346) * feat: added exponential scheduler * updated README * improved exponential formatting --------- Co-authored-by: leejet <[email protected]>
master-d00c948
feat: add ipndm and ipndm_v samplers (#344)
master-6c88ad3
fix: resolve naming conflict while llama.cpp and sd.cpp both build (#…
master-353ee93
fix: add enum type to sd_type_t (#293)
master-2d4a2f7
feat: add GITS scheduler (#343)