Model Save KJ
advanced/model_mergingOutput Node
ModelSaveKJExample
JSON Example
{
"class_type": "ModelSaveKJ",
"inputs": {
"model": [
"node_id",
0
],
"filename_prefix": "diffusion_models/ComfyUI",
"model_key_prefix": "model.diffusion_model."
}
}This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
model | MODEL | required | - | - |
filename_prefix | STRING | required | - | "diffusion_models/ComfyUI" |
model_key_prefix | STRING | required | - | "model.diffusion_model." |
Outputs
This node has no outputs.
Was this page helpful?