ComfyUI > Nodes > ComfyUI-UniRig > UniRig: Load Model

ComfyUI Node: UniRig: Load Model

Class Name

UniRigLoadModel

Category
UniRig
Author
PozzettiAndrea (Account age: 2326days)
Extension
ComfyUI-UniRig
Latest Updated
2026-03-04
Github Stars
0.36K

How to Install ComfyUI-UniRig

Install this extension via the ComfyUI Manager by searching for ComfyUI-UniRig
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-UniRig 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

UniRig: Load Model Description

Facilitates model loading in UniRig, optimizing checkpoints and configurations for AI animation.

UniRig: Load Model:

The UniRigLoadModel node is designed to facilitate the loading of models within the UniRig framework, which is part of a rigging pipeline used in AI-driven animation and modeling tasks. This node is responsible for downloading necessary model checkpoints and resolving configuration settings related to precision and attention mechanisms. By handling these tasks, the node ensures that models are prepared and optimized for subsequent inference processes, which occur lazily in other nodes. This approach allows for efficient resource management and streamlined workflows, particularly beneficial for artists and developers working with complex rigging and animation models. The node's primary goal is to simplify the model loading process, making it accessible and efficient for users who may not have a deep technical background.

UniRig: Load Model Input Parameters:

precision

The precision parameter determines the numerical precision used during model computations. It offers options such as auto, bf16, fp16, and fp32. The auto setting automatically selects the best precision based on your GPU's capabilities, with bf16 being optimal for Ampere and newer architectures, fp16 for Volta and Turing, and fp32 for older GPUs. This parameter impacts the model's performance and memory usage, with lower precision generally offering faster computations and reduced memory requirements at the potential cost of numerical accuracy.

attn_backend

The attn_backend parameter specifies the attention mechanism backend to be used. Options include auto, flash_attn, and sdpa. The auto setting chooses the best available backend, prioritizing flash_attn if the necessary package is installed, as it typically offers superior performance. This parameter affects the efficiency and speed of attention computations within the model, which can be crucial for tasks involving large datasets or complex animations.

UniRig: Load Model Output Parameters:

model

The model output parameter represents the loaded UniRig model, ready for use in subsequent inference tasks. This output is crucial as it encapsulates the configured model, including all necessary settings and optimizations, ensuring that it is prepared for efficient execution in the rigging pipeline. The model's readiness and configuration are essential for achieving optimal performance and accuracy in animation and modeling tasks.

UniRig: Load Model Usage Tips:

  • Utilize the auto setting for both precision and attn_backend to allow the node to automatically select the most suitable configurations based on your hardware, ensuring optimal performance without manual adjustments.
  • Ensure that the flash-attn package is installed if you wish to leverage the flash_attn backend for potentially enhanced attention computation performance.

UniRig: Load Model Common Errors and Solutions:

Error loading model: <specific_error_message>

  • Explanation: This error indicates that there was an issue during the model loading process, possibly due to incorrect configurations or missing dependencies.
  • Solution: Verify that all required packages and dependencies are installed correctly. Check the model ID and ensure that the specified model is available and accessible. Additionally, review the log messages for more detailed information on the error and adjust configurations as necessary.

UniRig: Load Model Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-UniRig
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.

UniRig: Load Model