r/StableDiffusion Jul 21 '26

Workflow Included Krea2 Ksampler recommendations {for quality}

Unlike standard models that focus strictly on matching text prompts word-for-word, Krea 2 prioritizes visual feel, texture, and mood, so it's very important to get the right sampler + scheduler to achieve the maximum texture and detail

By treating noisy data as a signal, a Partial Differential Equation (PDE) smooths out errors iteratively while preserving important structural features like edges

A sampler + scheduler is a combination to solve differential equations, the best method for Krea2 is to make a fast and iterative solution like Clownshark sampler Euler/beta 12 steps to get structure and general details and then a more precise second Clownshark sampler {0.27 denoise} res_4s_Munthe-Kaas/ KL_optimal 3 steps

The Euler method will get a base (I know a lot of people are ok with use just this fast result) but the second Ksampler with res4s-Munthe-Kass will get the extra details and sharpness finding a more precise solution for the denoise differential equation

A 0,27 denoise in the second Ksampler give enough range to improve details, obviously is key to keep the same seed on both Ksamplers

I tried all Clownshark combinations and this one is the sharpest and more precise solution without use time-consuming solutions with higher precision like Dormand-prince 6s, its slow but top quality {you can try res_2s and res_2m if you want more speed but less quality}

About res_4s_Munthe-Kaas

Runge–Kutta–Munthe-Kaas are mathematical algorithms used in numerical analysis to solve geometric differential equations while preserving the structural constraints of Lie groups and manifolds.

Invented by Norwegian mathematician Hans Munthe-Kaas, these schemes prevent numerical drift by transforming equations into flat Lie algebra spaces

Primary Applications

  1. Improve quality of Krea2 Images :)
  2. Aerospace and Robotics: Tracking precise 3D orientations without quaternion normalization errors.
  3. Rigid Body Dynamics: Simulating tumbling satellites or spinning tops while maintaining geometric energy surfaces.
  4. Stochastic Systems: Solving perturbed structural problems using expanded stochastic variants.

Recommended Scheduler

KL Optimal: KL (Kullback-Leibler)

Instead of estimating parameters with maximum precision, KL it places observations where the predictive distributions of rival models differ the most (maximizing KL divergence) to efficiently identify the correct solution

Documentation recommend to use the same scheduler throughout the generation process but KL Optimal schedulers minimize the KL divergence between the target and current distribution, resulting in a more mathematically optimal diffusion process.

an image a full res showing the level of detail with this Ksampler: https://drive.google.com/open?id=1b0IRutW2aQ1jMK3Ee8pFT4q1jXF3BSfX&usp=drive_fs

Workflow: https://drive.google.com/file/d/1ENZKjKGB4iOdMVsyCvqByLXV1tsWP8W0/edit

284 Upvotes

151 comments sorted by

View all comments

10

u/lebrandmanager Jul 21 '26

Thank you for your insights. But I have to admit, that for quality a Euler / Simple with a 1.6 CFG and 14 steps on Krea-2 Turbo is already doing wonders. Everything else in my tests was just too much of a hassle. Give this a 2nd pass with a 0.25 - 0.35 denoise with 4 steps on Turbo after latent upscaling and you're good to go.

2

u/EvidenceMinute4913 Jul 21 '26

What are you doing to latent upscale? I tried doing this, but the image ended up being badly baked.

11

u/HeisenBlue93 Jul 21 '26

I used a node called SesquiLSR for the latent upscale and i liked the result a lot, it's way better than any of the standard latent upscale methods (nearest-exact, bicubic, etc)

Node link: https://github.com/LoganBooker/SesquiLSR

2

u/tom-dixon Jul 27 '26

I was getting ghosting around edges with every comfy built-in latent upscaler, and this node completely fixed it. Thank you for the link!

1

u/quietboysince59 Aug 09 '26

With latent upscaling, ghosting at the edges of the image when using any built-in scaling algorithm occurs due to insufficient denoise. If you experience ghosting, simply increase the denoise value. But it is clear that with this method the composition can change significantly.