Nodes/Krea-2-SVDQuant-ComfyUI/Krea2 SVDQuant Capture Save
ComfyUI Node

Krea2 SVDQuant Capture Save

Writes the captured activation RMS to ComfyUI/output/. Must be downstream of the KSampler.

By alperktt·Created about a month ago·Updated 5 days ago· 11
Krea2 SVDQuant Capture Save
  • latent
  • latent
  • status
  • act_stats_path
filenamekrea2_act_stats.safetensors
keep_capturingfalse
CategoryKrea2/SVDQuant

Inputs (3)

NameTypeDefaultDescription
latentLATENTWire the KSampler's output here. This is what forces the node to run *after* sampling rather than before it.
filenameSTRINGkrea2_act_stats.safetensorsWritten under ComfyUI/output/.
keep_capturingBOOLEANfalseLeave the hooks attached so the next queued prompt keeps adding to the same statistics.

Outputs (3)

NameTypeDescription
latentLATENTPassed through unchanged.
statusSTRINGWhere the file went and what is in it.
act_stats_pathSTRINGAbsolute 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.