Skip to content

Releases: leejet/stable-diffusion.cpp

master-356-4ffcbca

11 Nov 17:07
4ffcbca

Choose a tag to compare

fix: specify enum modifier in sd_set_preview_callback signature (#959)

master-355-694f0d9

09 Nov 16:50
694f0d9

Choose a tag to compare

refactor: optimize the logic for name conversion and the processing o…

master-354-8ecdf05

09 Nov 16:50
8ecdf05

Choose a tag to compare

feat: add image preview support (#522)

master-353-ee89afc

09 Nov 15:28
ee89afc

Choose a tag to compare

fix: resolve issue with pmid (#957)

master-352-d2d3944

09 Nov 15:24
d2d3944

Choose a tag to compare

feat: add support for SD2.x with TINY U-Nets (#939)

master-351-0fa3e1a

09 Nov 15:14
0fa3e1a

Choose a tag to compare

fix: prevent core dump in PM V2 in case of incomplete cmd line (#950)

master-350-c2d8ffc

07 Nov 15:54
c2d8ffc

Choose a tag to compare

fix: compatibility for models with modified tensor shapes (#951)

master-349-fb748bb

07 Nov 15:38
fb748bb

Choose a tag to compare

fix: TAE encoding (#935)

master-348-8f6c5c2

03 Nov 14:07
8f6c5c2

Choose a tag to compare

refactor: simplify the model loading logic (#933)

* remove String2GGMLType

* remove preprocess_tensor

* fix clip init

* simplify the logic for reading weights

master-347-6103d86

01 Nov 18:50
6103d86

Choose a tag to compare

refactor: introduce GGMLRunnerContext (#928)

* introduce GGMLRunnerContext

* add Flash Attention enable control through GGMLRunnerContext

* add conv2d_direct enable control through GGMLRunnerContext