Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > Sage Utils > Load Models

ComfyUI Node: Load Models

Class Name

Sage_LoadModelFromInfo

Category
Sage Utils/model
Author
arcum42 (Account age: 6442days)
Extension
Sage Utils
Latest Updated
2026-05-17
Github Stars
0.03K

How to Install Sage Utils

Install this extension via the ComfyUI Manager by searching for Sage Utils
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Sage Utils in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Load Models Description

Facilitates loading model components like UNET, CLIP, VAE using structured info for AI workflows.

Load Models:

The Sage_LoadModelFromInfo node is designed to facilitate the loading of various model components using information provided in a structured format. This node leverages the GraphBuilder utility to construct and manage the computational graph necessary for model execution. By utilizing this node, you can seamlessly integrate different model components such as UNET, CLIP, and VAE into your workflow, ensuring that each component is correctly instantiated and ready for use. The primary advantage of this node is its ability to handle complex model configurations and dependencies, making it an essential tool for AI artists who wish to streamline their model loading processes without delving into the technical intricacies of model management.

Load Models Input Parameters:

model_info

The model_info parameter is a structured input that contains detailed information about the model components you wish to load. This information typically includes paths, configurations, and metadata necessary for the correct instantiation of the models. The model_info parameter is crucial as it dictates which models are loaded and how they are configured within the computational graph. There are no explicit minimum, maximum, or default values for this parameter, as it is expected to be a comprehensive dictionary or object containing all necessary details for model loading.

model_shifts

The model_shifts parameter is an optional input that allows you to specify any shifts or adjustments that need to be applied to the models during loading. This can include transformations or modifications to the model's parameters or configurations. The model_shifts parameter provides flexibility in adjusting model behavior without altering the original model files. Like model_info, this parameter does not have predefined minimum, maximum, or default values, as it is highly dependent on the specific adjustments required for your models.

Load Models Output Parameters:

model

The model output represents the primary model component that has been loaded and configured based on the provided model_info. This output is essential for further processing and execution within your AI workflow, as it encapsulates the core functionality of the model you intend to use.

clip

The clip output is a specific component of the model related to the CLIP architecture. It is derived from the model_info and is crucial for tasks that involve image and text processing, leveraging the capabilities of the CLIP model to understand and generate content based on multimodal inputs.

vae

The vae output corresponds to the Variational Autoencoder (VAE) component of the model. This output is particularly important for tasks involving image generation and reconstruction, as the VAE is responsible for encoding and decoding image data within the model's architecture.

Load Models Usage Tips:

  • Ensure that the model_info parameter is comprehensive and accurately reflects the models you wish to load, as this will directly impact the success of the node's execution.
  • Utilize the model_shifts parameter to fine-tune model behavior and performance, especially if you require specific adjustments or transformations to be applied during model loading.

Load Models Common Errors and Solutions:

Failed to create UNET node from unet_info.

  • Explanation: This error occurs when the node is unable to instantiate the UNET component due to incomplete or incorrect unet_info.
  • Solution: Verify that the unet_info provided in the model_info parameter is complete and correctly formatted, ensuring all necessary paths and configurations are included.

Failed to create CLIP node from clip_info.

  • Explanation: This error indicates a problem with loading the CLIP component, often due to missing or malformed clip_info.
  • Solution: Check the clip_info section of your model_info to ensure it contains all required details and is correctly structured.

Failed to create VAE node from vae_info.

  • Explanation: This error suggests an issue with the VAE component instantiation, typically due to incomplete or incorrect vae_info.
  • Solution: Review the vae_info in your model_info to confirm that it is complete and accurately describes the VAE model you intend to load.

Load Models Related Nodes

Go back to the extension to check out more related nodes.
Sage Utils
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Load Models