Flux2Klein Ksampler Soon!
dropping some news real quick
I'm releasing a proper Ksampler for flux2klein because I figured out that using the raw formula produces way more accurate colors and I genuinely think THIS is the main reason we keep getting that color shift and washed out results.
and before anyone asks, yes I benchmarked it against ModelSamplingFlux using the exact same shift settings and the ksampler I built wins every time. accurate colors, zero washout, no exceptions.
the difference comes down to the ODE formula. what's inside comfy right now is:
x_new = x + dt * (x + v)
that extra x getting thrown in is what's drifting your colors every single step. my ksampler uses the raw formula the way it's actually supposed to be:
x_new = x + dt * v
that's it. clean velocity, straight line, no gray fog creeping into your renders.
proper release coming soon!!!
will post results in the comments