This collection provides four additional nodes for loading and managing Hunyuan Video LoRAs in ComfyUI
This collection provides four additional nodes for loading and managing Hunyuan Video LoRAs in ComfyUI:
Interactive node for editing and applying individual LoRA block settings. At the moment, it allows you to specifically enable/disable different double blocks when loading the lora.
Inputs:
Loads a LoRA using previously cached block settings.
Inputs:
Applies multiple LoRAs from a JSON configuration.
Inputs:
Example:
[
{
"filename": "kerbal30.safetensors",
"strength": 0.75,
"use_block_cache": true,
"use_single_blocks": false
},
{
"filename": "other_lora.safetensors",
"strength": 0.5,
"use_block_cache": false,
"use_single_blocks": true
}
]
Automatically applies LoRAs based on trigger words in the prompt.
Inputs:
Example Prompt:
Example Config File (lora_triggers.yaml):
loras:
- filename: kerbal30.safetensors
strength: 0.75
use_block_cache: true
use_single_blocks: false
keywords:
- kerbal
- astronaut
- spacesuit
Block settings are stored in the cache directory at:
ComfyUI_PixelFun/cache/
Each LoRA's block settings are saved as [lora_name]_blocks.yaml
in this directory.