ComfyUI Node
🧬 XS · DARE TIES Stack Visualizer
Preview-only **IMAGE** of how stack entries combine across **21 SDXL UNet blocks** (9 IN + 3 MID + 9 OUT). Each column stacks checkpoints bottom→top in stack order; segment height reflects **model_weight × block_weights[k]** (missing profile ≡ flat **1.0** per block, same as Merge). **normalize_like_merge**: when True, model weights are normalized to sum to 1 before multiplying by profiles — matches **DARE TIES Merge Models** with **normalize_model_weights** enabled. Does **not** simulate DARE, TIES trim, delta_strength, or CLIP merge.
🧬 XS · DARE TIES Stack Visualizer
- model_stack
- preview
- caption
◄normalize_like_mergefalse►
◄column_scalestacked_share►
◄checkpoint_color_modehue_per_child►
◄brightness_from_unettrue►
◄width960►
◄height320►
Categoryadvanced/model_merging/dare_ties
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| model_stack | DARE_TIES_MODEL_STACK | Output from DARE TIES Model Stack (chainable). | |
| normalize_like_merge | BOOLEAN | false | If True, normalize model_weight across entries like Merge with normalize_model_weights. |
| column_scale | COMBO | stacked_share | stacked_share: each column sums to full bar height (mix proportions). absolute: heights use one global scale from the largest column total (magnitudes). |
| checkpoint_color_mode | COMBO | hue_per_child | hue_per_child: S=0.68, legend V≈0.62. muted: S=0.58, wider block brightness swing + legend V≈0.70 — softer than vivid but higher contrast than legacy muted (S=0.42). |
| brightness_from_unet | BOOLEAN | true | Within each checkpoint hue, brighten blocks where that child's effective weight is high relative to its own row max. |
| width | INT | 960320–8192 | Minimum image width; expanded if needed so long checkpoint names in the legend fit. |
| height | INT | 320200–1200 | Output image height. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| preview | IMAGE | — |
| caption | STRING | — |