The ModelSave node saves trained or modified models to your computer's storage. It takes a model as input and writes it to a file with your specified filename. This allows you to preserve your work and reuse models in future projects.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `model` | The model to be saved to disk | MODEL | Yes | - |
| `filename_prefix` | The filename and path prefix for the saved model file (default: "diffusion_models/ComfyUI") | STRING | Yes | - |
| `prompt` | Workflow prompt information (automatically provided) | PROMPT | No | - |
| `extra_pnginfo` | Additional workflow metadata (automatically provided) | EXTRA_PNGINFO | No | - |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| *None* | This node does not return any output values | - |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ModelSave/en.md)

---
**Source fingerprint (SHA-256):** `1dda8a6d85aa19b739c1fe3e6e7f816e05011044fc8b0b91b23fa303f71d8b19`
