feat: support Brownian tree noise in all noise injection samplers - #1899
feat: support Brownian tree noise in all noise injection samplers#1899wbruna wants to merge 1 commit into
Conversation
10262f8 to
e99ea2e
Compare
|
@wbruna,
Probably is not so good idea, because it does not substitute, but rather extends the rng. |
|
@wbruna, hello, I digged a little more, currently the https://github.com/wbruna/stable-diffusion.cpp/blob/sd_brownian_tree/src/runtime/denoiser.hpp#L2724 (Which is the Can you pass the application-wide https://github.com/wbruna/stable-diffusion.cpp/blob/sd_brownian_tree/src/runtime/denoiser.hpp#L2702 Then it should allow to use |
|
Sounds sensible to me. But maybe @fszontagh adopted it to match results from ComfyUI? If so, we may want to keep it as the default for |
|
@wbruna, the And probably there is no need to move anything, because you are already using the app-wide |
|
@wbruna Not a ComfyUI parity thing - mine is a hand-written bridge, ComfyUI uses One caveat: |
Summary
Adds a new extra sampling parameter
noise_sampler=brownian_treeto optionally use Brownian tree noise in LCM and all ancestral samplers.Related Issue / Discussion
#1743
Checklist