Skip to content

Releases: leejet/stable-diffusion.cpp

master-438-298b110

22 Dec 20:13
298b110

Choose a tag to compare

feat: add more caching methods (#1066)

master-437-30a9113

21 Dec 18:29

Choose a tag to compare

fix: add the missing }

master-435-ca5b196

21 Dec 15:09
ca5b196

Choose a tag to compare

feat: do not convert tensor names by default in convert mode (#1122)

master-434-50ff966

21 Dec 14:27
50ff966

Choose a tag to compare

feat: add seamless texture generation support (#914)

* global bool

* reworked circular to global flag

* cleaner implementation of tiling support in sd cpp

* cleaned rope

* working simplified but still need wraps

* Further clean of rope

* resolve flux conflict

* switch to pad op circular only

* Set ggml to most recent

* Revert ggml temp

* Update ggml to most recent

* Revert unneded flux change

* move circular flag to the GGMLRunnerContext

* Pass through circular param in all places where conv is called

* fix of constant and minor cleanup

* Added back --circular option

* Conv2d circular in vae and various models

* Fix temporal padding for qwen image and other vaes

* Z Image circular tiling

* x and y axis seamless only

* First attempt at chroma seamless x and y

* refactor into pure x and y, almost there

* Fix crash on chroma

* Refactor into cleaner variable choices

* Removed redundant set_circular_enabled

* Sync ggml

* simplify circular parameter

* format code

* no need to perform circular pad on the clip

* simplify circular_axes setting

* unify function naming

* remove unnecessary member variables

* simplify rope

---------

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

master-433-88ec9d3

21 Dec 12:00
88ec9d3

Choose a tag to compare

feat: add scale_rope support (#1121)

master-432-60abda5

21 Dec 11:50
60abda5

Choose a tag to compare

feat: select vulkan device with env variable (#629)

master-431-23fce0b

19 Dec 21:32
23fce0b

Choose a tag to compare

feat: add support for Chroma Radiance x0 (#1091)

* Add x0 Flux pred (+prepare for others)

* Fix convert models with empty tensors

* patch_32 exp support attempt

* improve support for patch_32

* follow official pipeline

---------

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

master-430-7c88c47

19 Dec 20:09
7c88c47

Choose a tag to compare

chore: give feedback about cfg values smaller than 1 (#1088)

master-427-78e15bd

18 Dec 17:52
78e15bd

Choose a tag to compare

feat: default to LCM scheduler for LCM sampling (#1109)

* feat: default to LCM scheduler for LCM sampling

* fix bug and attempt to get default scheduler for vid_gen when none is set

---------

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

master-426-97cf2ef

18 Dec 17:19
97cf2ef

Choose a tag to compare

feat: add KL Optimal scheduler (#1098)