Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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

ParameterData TypeRequiredRangeDescription
modelMODELYes-The model to be saved to disk
filename_prefixSTRINGYes-The filename and path prefix for the saved model file (default: “diffusion_models/ComfyUI”)
promptPROMPTNo-Workflow prompt information (automatically provided)
extra_pnginfoEXTRA_PNGINFONo-Additional workflow metadata (automatically provided)

Outputs

Output NameData TypeDescription
None-This node does not return any output values