ComfyUI > Nodes > ComfyUI-HY-Motion1 > HY-Motion Load LLM (GGUF)

ComfyUI Node: HY-Motion Load LLM (GGUF)

Class Name

HYMotionLoadLLMGGUF

Category
HY-Motion/Loaders
Author
jtydhr88 (Account age: 0days)
Extension
ComfyUI-HY-Motion1
Latest Updated
2026-03-20
Github Stars
0.26K

How to Install ComfyUI-HY-Motion1

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

HY-Motion Load LLM (GGUF) Description

Facilitates loading LLMs from GGUF files, optimizing performance by offloading to CPU.

HY-Motion Load LLM (GGUF):

The HYMotionLoadLLMGGUF node is designed to facilitate the loading of large language models (LLMs) from GGUF files, which are specialized file formats used for storing pre-trained models. This node is particularly beneficial for AI artists and developers who need to integrate sophisticated language models into their projects without delving into the complexities of model loading and configuration. By leveraging this node, you can seamlessly load models with support for offloading computations to the CPU, which can be advantageous for managing system resources and optimizing performance. The primary goal of this node is to simplify the process of accessing and utilizing advanced language models, thereby enabling you to focus on creative and functional aspects of your projects.

HY-Motion Load LLM (GGUF) Input Parameters:

gguf_file

The gguf_file parameter specifies the path to the GGUF file that contains the pre-trained language model you wish to load. This parameter is crucial as it determines which model will be loaded and used in your application. The file path can either be a direct path or a relative path starting with llm/GGUF/. If the file path is not correctly specified, the node will raise an error, prompting you to select a valid GGUF file. There are no explicit minimum or maximum values for this parameter, but it must be a valid file path.

offload_to_cpu

The offload_to_cpu parameter is a boolean flag that indicates whether the model's computations should be offloaded to the CPU. This can be particularly useful if you are working with limited GPU resources or if you want to balance the computational load between the CPU and GPU. The default value for this parameter is False, meaning that by default, computations are not offloaded to the CPU. Setting this parameter to True can help manage system resources more effectively, especially when dealing with large models.

HY-Motion Load LLM (GGUF) Output Parameters:

wrapper

The wrapper output parameter is an instance of the HYMotionLLMWrapper class, which encapsulates the loaded language model and its tokenizer. This wrapper provides a convenient interface for interacting with the model, allowing you to generate text or perform other language-related tasks. The wrapper includes important attributes such as model, tokenizer, llm_type, and max_length, which define the model's configuration and capabilities. Understanding the wrapper output is essential for effectively utilizing the loaded model in your applications.

HY-Motion Load LLM (GGUF) Usage Tips:

  • Ensure that the gguf_file path is correctly specified and points to a valid GGUF file to avoid file not found errors.
  • Consider setting offload_to_cpu to True if you experience GPU memory constraints, as this can help distribute the computational load more evenly across your system's resources.

HY-Motion Load LLM (GGUF) Common Errors and Solutions:

GGUF file not found: <gguf_path>

  • Explanation: This error occurs when the specified GGUF file path does not exist or is incorrect.
  • Solution: Verify that the gguf_file parameter is set to the correct path and that the file exists at the specified location.

Please select a GGUF file

  • Explanation: This error is raised when the gguf_file parameter is set to the default placeholder value "(select file)".
  • Solution: Update the gguf_file parameter to point to a valid GGUF file path before attempting to load the model.

HY-Motion Load LLM (GGUF) Related Nodes

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

HY-Motion Load LLM (GGUF)