Tags: allenx6032/stable-diffusion.cpp
Tags
fix: improve VAE tiling (leejet#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 <stephduh@live.fr> * remove the now unused lerp function --------- Co-authored-by: stduhpf <stephduh@live.fr>
feat: add exponential scheduler (leejet#346) * feat: added exponential scheduler * updated README * improved exponential formatting --------- Co-authored-by: leejet <leejet714@gmail.com>
feat: add vulkan backend support (leejet#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 <cloudwalk@icculus.org> Co-authored-by: Oleg Skutte <00.00.oleg.00.00@gmail.com> Co-authored-by: leejet <leejet714@gmail.com>
fix: resolve naming conflict while llama.cpp and sd.cpp both build (l… …eejet#351)
fix: do not force using f32 for some flux layers This sometimes leads to worse result
PreviousNext