Nodes/EasyLoRAMerger/🧩 Easy Component Combiner
ComfyUI Node

🧩 Easy Component Combiner

A ComfyUI node in Checkpoint/Utils with 11 inputs and 5 outputs.

By Terpentinas·Created 6 months ago·Updated 3 months ago· 11
🧩 Easy Component Combiner
  • unet_data
  • clip_data
  • vae_data
  • checkpoint
  • model
  • clip
  • vae
  • output_path
combine_unettrue
combine_cliptrue
combine_vaetrue
precisionauto
deviceauto
save_triggerfalse
save_folder/tmp/ComfyUI/models/checkpoints
filename_prefixcombined
CategoryCheckpoint/Utils

Inputs (11)

NameTypeDefaultDescription
combine_unetBOOLEANtrueInclude UNet state dict in combined output
combine_clipBOOLEANtrueInclude CLIP state dict in combined output
combine_vaeBOOLEANtrueInclude VAE state dict in combined output
precisionCOMBOautoOutput precision for combined checkpoint. 'auto' preserves the source tensors' native dtype.
deviceCOMBOauto3 options: auto, cuda, cpu
save_triggerBOOLEANfalseSave combined checkpoint as .safetensors file
unet_dataoptCHECKPOINTUNet state dict (chained from Component Extractor or other node)
clip_dataoptCHECKPOINTCLIP/text-encoder state dict
vae_dataoptCHECKPOINTVAE state dict
save_folderoptSTRING/tmp/ComfyUI/models/checkpointsOutput folder for saved checkpoint (leave empty for default checkpoints dir)
filename_prefixoptSTRINGcombinedPrefix for saved filename (e.g. 'my_model' → my_model.safetensors)

Outputs (5)

NameTypeDescription
checkpointCHECKPOINT
modelMODEL
clipCLIP
vaeVAE
output_pathSTRING