ComfyUI Node
Krea2 SVDQuant Checkpoint Loader
Loads an all-in-one Krea2 checkpoint containing diffusion model, text encoder, and VAE in a single file. Attaches low-rank SVDQuant branches if present.
Krea2 SVDQuant Checkpoint Loader
- model
- clip
- vae
- status
◄ckpt_name▾►
◄vram_managementauto►
CategoryKrea2/SVDQuant
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | An all-in-one Krea2 checkpoint containing diffusion model, quantized text encoder, and VAE. If it carries SVDQuant branches (*.svdq_l1/*.svdq_l2), they will be attached automatically. | |
| vram_managementopt | COMBO | auto | Leave on "auto" unless something is wrong. "auto" lets ComfyUI manage this model the way it manages any other, which on an ordinary launch means the dynamic-VRAM streaming patcher -- that is what keeps iteration time flat once the model stops fitting in VRAM. "classic" pins it to the older patcher, where a model that no longer fits falls back to streaming weights per module per step and an iteration goes from ~1 s to 30-100 s. KREA2_DISABLE_DYNAMIC=1 forces classic for a whole server run. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| model | MODEL | Wire this to a KSampler. |
| clip | CLIP | Wire this to CLIPTextEncode. |
| vae | VAE | Wire this to VAEDecode. |
| status | STRING | Rank, variant, size and which kernel the quantized layers will actually dispatch to. |