Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates saving image-based model checkpoints with metadata and filename prefix for efficient organization and management.
The ImageOnlyCheckpointSave
node is designed to facilitate the saving of model checkpoints specifically for image-based models. This node is particularly useful for AI artists who work with image generation models and need to save their progress or configurations at various stages. By using this node, you can ensure that your model, along with its associated components like CLIP Vision and VAE, is saved with a specific filename prefix. This helps in organizing and managing different versions of your models efficiently. The node also supports saving additional metadata such as prompts and extra PNG information, making it a comprehensive tool for checkpoint management in image-based AI projects.
This parameter represents the image generation model that you want to save. It is a required input and ensures that the core model is included in the checkpoint. The model is essential for reproducing the same results when the checkpoint is loaded later.
The clip_vision
parameter refers to the CLIP Vision model component. This is also a required input and is crucial for tasks that involve visual understanding and processing. Including this component in the checkpoint ensures that all visual features and capabilities are preserved.
The vae
parameter stands for Variational Autoencoder, which is another required input. The VAE is important for encoding and decoding images, and saving it along with the model ensures that the image generation process remains consistent.
This parameter allows you to specify a prefix for the checkpoint filename. It is a required input and helps in organizing your saved checkpoints. The default value is "checkpoints/ComfyUI", but you can customize it to suit your project needs.
The prompt
parameter is an optional input that allows you to save the text prompt used during the model's training or generation process. This can be useful for documentation and reproducibility purposes.
The extra_pnginfo
parameter is another optional input that lets you save additional PNG metadata. This can include any extra information you want to associate with the checkpoint, providing more context and details for future reference.
This node does not produce any direct output parameters. Its primary function is to save the specified model and its components to a checkpoint file.
model
, clip_vision
, vae
, and filename_prefix
) are provided to avoid errors during the checkpoint saving process.prompt
and extra_pnginfo
parameters to save additional context and metadata, which can be helpful for future reference and reproducibility.model
parameter is not provided or is invalid.clip_vision
parameter is not provided or is invalid.vae
parameter is not provided or is invalid.filename_prefix
parameter is not provided.© Copyright 2024 RunComfy. All Rights Reserved.