ComfyUI > Nodes > COMFYUI_PROMPTMODELS > 🧠 PRO Unet Loader GGUF+

ComfyUI Node: 🧠 PRO Unet Loader GGUF+

Class Name

PRO_UnetLoaderGGUFAdvanced

Category
GetSetNode_Pro/loaders
Author
cdanielp (Account age: 0days)
Extension
COMFYUI_PROMPTMODELS
Latest Updated
2026-03-17
Github Stars
0.02K

How to Install COMFYUI_PROMPTMODELS

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

🧠 PRO Unet Loader GGUF+ Description

Facilitates loading GGUF UNet models in ComfyUI with options for data type and CPU usage.

🧠 PRO Unet Loader GGUF+:

The PRO_UnetLoaderGGUFAdvanced node is designed to facilitate the loading of UNet models, specifically those stored in GGUF format, within the ComfyUI environment. This advanced loader extends the capabilities of the basic PRO_UnetLoaderGGUF by offering additional options for model loading, such as specifying the data type and choosing whether to force the model to run on the CPU. This flexibility allows you to optimize model performance based on your hardware capabilities and specific requirements. The node is particularly beneficial for AI artists and developers who need to manage and deploy various diffusion models efficiently, ensuring that the models are loaded with the desired precision and computational resource allocation.

🧠 PRO Unet Loader GGUF+ Input Parameters:

unet_name

The unet_name parameter specifies the name of the UNet model file you wish to load. This parameter is crucial as it determines which model will be loaded and used for further processing. The available options for this parameter are dynamically generated by the get_unet_files() function, which scans predefined directories for compatible model files. There are no minimum or maximum values, but the parameter must match one of the available model file names.

dtype

The dtype parameter allows you to specify the data type for the model's weights. This can significantly impact the model's performance and memory usage. The available options are auto, float32, float16, and bfloat16, with auto being the default. Choosing float32 provides the highest precision, while float16 and bfloat16 offer reduced precision but can improve performance and reduce memory usage on compatible hardware.

force_cpu

The force_cpu parameter is a boolean option that, when set to True, forces the model to be loaded and executed on the CPU, regardless of the availability of a GPU. This can be useful if you want to conserve GPU resources or if your GPU does not support the required operations. The default value is False, meaning the model will use the GPU if available.

🧠 PRO Unet Loader GGUF+ Output Parameters:

model

The model output parameter provides the loaded UNet model, ready for use in your AI workflows. This output is crucial as it represents the core component that will be used for generating or processing images. The model is returned in a format compatible with the rest of the ComfyUI pipeline, ensuring seamless integration with other nodes and processes.

info

The info output parameter is a string that contains information about the loading process, such as confirmation that the specified model has been successfully loaded. This output is useful for logging and debugging purposes, providing you with feedback on the node's operation and helping to ensure that the correct model has been loaded.

🧠 PRO Unet Loader GGUF+ Usage Tips:

  • Ensure that the unet_name parameter matches one of the available model files listed by the get_unet_files() function to avoid file not found errors.
  • Use the dtype parameter to optimize model performance based on your hardware capabilities. For instance, float16 can be beneficial on GPUs that support half-precision operations.
  • Consider setting force_cpu to True if you encounter compatibility issues with your GPU or if you want to free up GPU resources for other tasks.

🧠 PRO Unet Loader GGUF+ Common Errors and Solutions:

FileNotFoundError: [PRO_UnetLoader] Not found: <unet_name>``

  • Explanation: This error occurs when the specified unet_name does not match any available model files.
  • Solution: Verify that the unet_name is correct and corresponds to one of the files listed by the get_unet_files() function.

ImportError: Requires ComfyUI-GGUF

  • Explanation: This error indicates that the GGUF library is not available, which is necessary for loading GGUF models.
  • Solution: Ensure that the ComfyUI-GGUF library is installed and properly configured in your environment.

ValueError: Unsupported: <file_extension>``

  • Explanation: This error occurs when the model file has an unsupported extension.
  • Solution: Check that the model file has a supported extension such as .gguf, .safetensors, .ckpt, .pt, .pth, or .bin.

🧠 PRO Unet Loader GGUF+ Related Nodes

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

🧠 PRO Unet Loader GGUF+