ComfyUI Node
ID-LoRA Model Loader
Load LTX-2.3 checkpoint, text encoder, and ID-LoRA weights into a reusable pipeline.
ID-LoRA Model Loader
- Pipeline
◄checkpoint_path▾►
◄text_encoder_path►
◄lora_path▾►
◄lora_strength1.00►
◄quantize▾►
◄stg_scale1.0►
◄identity_guidance_scale3.0►
◄av_bimodal_scale3.0►
CategoryID-LoRA
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| checkpoint_path | COMBO | LTX-2.3 base checkpoint (.safetensors). | |
| text_encoder_path | STRING | Gemma text-encoder directory. Leave empty to auto-detect from ComfyUI's text_encoders folders. | |
| lora_path | COMBO | ID-LoRA checkpoint (.safetensors). Select 'none' to skip. | |
| lora_strength | FLOAT | 1.000–2 | LoRA application strength. |
| quantize | COMBO | Quantization mode for the transformer. | |
| stg_scale | FLOAT | 1.00–10 | STG (Spatio-Temporal Guidance) scale. 0 disables. |
| identity_guidance_scale | FLOAT | 3.00–20 | Identity guidance scale for speaker transfer. |
| av_bimodal_scale | FLOAT | 3.00–20 | Audio-video bimodal CFG scale. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Pipeline | ID_LORA_PIPELINE | Loaded ID-LoRA pipeline. |