Releases: leejet/stable-diffusion.cpp
Releases · leejet/stable-diffusion.cpp
master-445-860a78e
fix: avoid crash when using taesd for preview only (#1141)
master-444-a0adcfb
feat: add support for qwen image edit 2511 (#1096)
master-443-3d5fdd7
feat: add support for more underline loras (#1135)
master-442-3e6c428
chore: use Ninja on Windows to speed up build process (#1120)
master-440-3e81246
fix: correct ggml_pad_ext (#1133)
master-438-298b110
feat: add more caching methods (#1066)
master-437-30a9113
fix: add the missing }
master-435-ca5b196
feat: do not convert tensor names by default in convert mode (#1122)
master-434-50ff966
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
feat: add scale_rope support (#1121)