Image Only Checkpoint Loader (img2vid model)

Learn about the ImageOnlyCheckpointLoader node in ComfyUI, which is designed to load checkpoints specifically for image-based models within video generation workflows. It efficiently retrieves and configures the necessary components from a given checkpoint, focusing on image-related aspects of the model.

comfyUI节点-Image Only Checkpoint Loader(img2vid model)|Checkpoint加载器(仅图像

This node will detect models located in the ComfyUI/models/checkpoints folder, and it will also read models from additional paths configured in the extra_model_paths.yaml file. Sometimes, you may need to refresh the ComfyUI interface to allow it to read the model files from the corresponding folder.

Documentation

  • Class name: ImageOnlyCheckpointLoader
  • Category: loaders/video_models
  • Output node: False

This node specializes in loading checkpoints specifically for image-based models within video generation workflows. It efficiently retrieves and configures the necessary components from a given checkpoint, focusing on image-related aspects of the model.

Input types

FieldComfy dtypeDescription
ckpt_nameCOMBO[STRING]Specifies the name of the checkpoint to load, crucial for identifying and retrieving the correct checkpoint file from a predefined list.

Output types

FieldComfy dtypeDescription
modelMODELReturns the main model loaded from the checkpoint, configured for image processing within video generation contexts.
clip_visionCLIP_VISIONProvides the CLIP vision component from the checkpoint, tailored for image understanding and feature extraction.
vaeVAEDelivers the Variational Autoencoder (VAE) component, essential for image manipulation and generation tasks.

Comments

Sign in with GitHub to join the discussion.

Loading comments…