Skip to content

Tags: akiojin/stable-diffusion.cpp

Tags

master-435-ca5b196

Toggle master-435-ca5b196's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: do not convert tensor names by default in convert mode (leejet#……1122)

master-434-50ff966

Toggle master-434-50ff966's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add seamless texture generation support (leejet#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

Toggle master-433-88ec9d3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add scale_rope support (leejet#1121) 

master-432-60abda5

Toggle master-432-60abda5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: select vulkan device with env variable (leejet#629) 

master-431-23fce0b

Toggle master-431-23fce0b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for Chroma Radiance x0 (leejet#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

Toggle master-430-7c88c47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: give feedback about cfg values smaller than 1 (leejet#1088) 

master-427-78e15bd

Toggle master-427-78e15bd's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: default to LCM scheduler for LCM sampling (leejet#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

Toggle master-426-97cf2ef's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add KL Optimal scheduler (leejet#1098) 

master-425-bda7fab

Toggle master-425-bda7fab's commit message
chore: remove unused debug code 

master-424-c2e18c8

Toggle master-424-c2e18c8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make flash attn work with high noise diffusion model (leejet#1111)