A custom C# backend extension built for SwarmUI that implements the KreaSeedVarianceEnhancer node mechanics.
Highly distilled "fast-render" models (such as Krea 2 Turbo) frequently suffer from extremely rigid seed variance, where altering the seed value produces near-identical layout composition. This extension introduces controlled, calculated vector noise directly into your prompt conditioning layer during early sampling steps to break out of rigid patterns—delivering fresh compositions, angles, and layout variations without changing your core prompt phrasing.
Your underlying ComfyUI backend instance must have the following node tracking package installed to process the pipeline calculations:
- ComfyUI-KJNodes (Or the original standalone
KreaSeedVarianceEnhancerrepository).- To Install via CLI: Navigate to your custom nodes directory and clone:
cd SwarmUI/dlbackend/comfy/ComfyUI/custom_nodes/ git clone [https://github.com/kijai/ComfyUI-KJNodes.git](https://github.com/kijai/ComfyUI-KJNodes.git) - Restart your backend/SwarmUI after manual installation.
- To Install via CLI: Navigate to your custom nodes directory and clone:
- Create a directory named
KreaSeedVarianceEnhancerinsideSwarmUI/src/Extensions/. - Save
KreaSeedVarianceEnhancerExtension.csandKreaSeedVarianceEnhancerExtension.csprojinto that folder. - Restart SwarmUI. The core will discover the
.csprojand build the binary wrapper components automatically.
Once loaded, the following sliders are added natively to your generation parameter sidebars:
- Krea Variance Enhancer Enabled: Toggles processing intercept on/off.
- Krea Variance Noise Insertion: Choose when noise is mixed (
beginning stepsis recommended to modify underlying layout foundation). - Krea Variance Auto Strength: Scales global intensity proportional to your prompt data distribution curve.
- Krea Variance Randomize Percent: Controls exactly how many vector elements are exposed to shifts.
- Krea Variance Granularity:
values: Scatters subtle variations (fine details/textures alter).tokens: Shifts entire context concepts simultaneously (camera angles, subject layouts, completely new object positions occur).
- Krea Variance Switchover Percent: Defines exactly when noise drops away completely so the model can spend the remaining iterations locking down sharp, clean, un-distorted details.