> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# GetICLoRAParameters - ComfyUI Built-in Node Documentation

> Complete documentation for the GetICLoRAParameters node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/GetICLoRAParameters/en.md)

## Overview

This node extracts IC-LoRA parameters from the metadata of a LoRA-loaded model. It reads the safetensors metadata to find values like the reference downscale factor and outputs them as a structured parameter object, which can be connected to the LTXVAddGuide node for special guide handling.

## Inputs

| Parameter      | Data Type | Required | Range | Description                                                                                   |
| -------------- | --------- | -------- | ----- | --------------------------------------------------------------------------------------------- |
| `iclora_model` | MODEL     | Yes      | N/A   | Direct output from a LoRA Loader for the specific IC-LoRA from which to extract the metadata. |

## Outputs

| Output Name         | Data Type            | Description                                                                                                                                                            |
| ------------------- | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `iclora_parameters` | IC\_LORA\_PARAMETERS | IC-LoRA parameters extracted from the LoRA metadata (e.g., reference\_downscale\_factor). Connect to LTXVAddGuide if the LoRA requires special handling of the guides. |

***

**Source fingerprint (SHA-256):** `44673f0b06cb258014efd77f734c076865d59338ddf825598d85592f000aca50`
