ComfyUI Node
Krea2 SVDQuant Capture Save
Writes the captured activation RMS to ComfyUI/output/. Must be downstream of the KSampler.
Krea2 SVDQuant Capture Save
- latent
- latent
- status
- act_stats_path
◄filenamekrea2_act_stats.safetensors►
◄keep_capturingfalse►
CategoryKrea2/SVDQuant
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| latent | LATENT | Wire the KSampler's output here. This is what forces the node to run *after* sampling rather than before it. | |
| filename | STRING | krea2_act_stats.safetensors | Written under ComfyUI/output/. |
| keep_capturing | BOOLEAN | false | Leave the hooks attached so the next queued prompt keeps adding to the same statistics. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| latent | LATENT | Passed through unchanged. |
| status | STRING | Where the file went and what is in it. |
| act_stats_path | STRING | Absolute path of the file just written. Wire it into the Quantize node's act_stats: that is also what forces the quantizer to run after the calibration pass rather than before it. |