ComfyUI Node
🛡️ Easy Checkpoint Studio
A ComfyUI node in Checkpoint/Universal with 14 inputs and 6 outputs.
🛡️ Easy Checkpoint Studio
- checkpoint_data
- checkpoint
- model
- clip
- vae
- output_path
- forensic_report
◄checkpoint▾►
◄strip_vaefalse►
◄strip_tefalse►
◄strip_clipfalse►
◄precisionauto►
◄output_formatsafetensors►
◄deviceauto►
◄save_triggerfalse►
◄filenameconverted_checkpoint►
◄keep_metadatatrue►
◄svd_modenone►
◄svd_energy_threshold0.95►
◄save_folder/tmp/ComfyUI/models/checkpoints►
CategoryCheckpoint/Universal
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| checkpoint | COMBO | 1 options: None | |
| strip_vae | BOOLEAN | false | Remove VAE weights from the checkpoint |
| strip_te | BOOLEAN | false | Remove Text Encoder weights (CLIP/T5) |
| strip_clip | BOOLEAN | false | Remove CLIP visual encoder (if present) |
| precision | COMBO | auto | Precision: int8 / int8_convrot save ~50% smaller files but require ComfyUI-Flux2-INT8 custom node to load. ConvRot uses Hadamard rotation for better quality at the same file size. |
| output_format | COMBO | safetensors | Output file format: safetensors (standard) or GGUF with block-wise quantization (load with ComfyUI-GGUF nodes). |
| device | COMBO | auto | 3 options: auto, cuda, cpu |
| save_trigger | BOOLEAN | false | — |
| filename | STRING | converted_checkpoint | — |
| checkpoint_dataopt | CHECKPOINT | — | |
| keep_metadataopt | BOOLEAN | true | Preserve original metadata |
| svd_modeopt | COMBO | none | SVD compression mode: none, selective (large weight matrices only), full (all weight matrices) |
| svd_energy_thresholdopt | FLOAT | 0.950.5–1 | Energy threshold for automatic rank selection (0.95 = keep 95% of energy) |
| save_folderopt | STRING | /tmp/ComfyUI/models/checkpoints | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| checkpoint | CHECKPOINT | — |
| model | MODEL | — |
| clip | CLIP | — |
| vae | VAE | — |
| output_path | STRING | — |
| forensic_report | STRING | — |