Skip to content

Releases: leejet/stable-diffusion.cpp

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 (#…

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]>

master-0362cc4

27 Aug 17:58
0362cc4
Compare
Choose a tag to compare
fix: fix some typos (#361)

master-f5997a1

25 Aug 07:20
Compare
Choose a tag to compare
fix: do not force using f32 for some flux layers

This sometimes leads to worse result

master-8847114

25 Aug 15:52
Compare
Choose a tag to compare
fix: fix issue when applying lora

master-79c9fe9

25 Aug 06:46
Compare
Choose a tag to compare
feat: do not convert some tensors

master-5c561ea

25 Aug 09:14
Compare
Choose a tag to compare
feat: do not convert more flux tensors

master-1bdc767

25 Aug 07:05
Compare
Choose a tag to compare
feat: force using f32 for some layers