Nodes/comfyui-Lora-Tag-Power-Loader/LoRA Tag Power Loader
ComfyUI Node

LoRA Tag Power Loader

Power LoRA loader that detects LoRA tags in text input. Supports dual noise weighting for WanVideo/Hunyuan models. Tag Format: - <lora:name:weight> - Sets model weight for both high/low noise. CLIP uses default_weight. - <lora:name:high:low> - Different model weights for high/low noise passes. CLIP uses default_weight. - <lora:name:high:low:clip> - Full control: separate high/low model weights and explicit CLIP weight. Features: - Text-based tag detection (like ImpactWildcardEncode) - Unlimited LoRA loading (like Power Lora Loader) - Dual noise weight support (high/low noise passes) - WanVideo/Hunyuan compatibility with video_model_mode - LoRA caching for performance - Global weight multiplier for quick adjustments Noise Mode: - high_noise: Use high noise weights (for early generation passes) - low_noise: Use low noise weights (for detail refinement passes) - auto: Average of high and low weights For WanVideo/Hunyuan dual LoRA loading, use two instances of this node with different noise_mode settings.

By jonstreeter·Created 9 months ago·Updated 8 months ago· 3
LoRA Tag Power Loader
  • model
  • clip
  • MODEL
  • CLIP
  • text
  • lora_info
  • trigger_words
text
noise_modeauto
default_weight1.00
weight_multiplier1.00
video_model_modefalse
auto_triggerfalse
Categoryloaders

Inputs (8)

NameTypeDefaultDescription
textSTRINGText containing LoRA tags like <lora:name:weight>. Tags are removed from output (or replaced with trigger words if auto_trigger is ON). Supports: <lora:name:weight>, <lora:name:high:low>, <lora:name:high:low:clip>.
modelMODELThe model to apply LoRAs to.
noise_modeCOMBOautoWhich noise weights to use: high_noise for high noise pass, low_noise for low noise pass, auto averages both. For WanVideo dual loading, use two nodes with different modes.
clipoptCLIPCLIP to apply LoRAs to. Optional - if not provided, only model LoRAs will be applied.
default_weightoptFLOAT1.00-10–10Default weight for CLIP and for tags without weights. Model weights are set explicitly in tags.
weight_multiplieroptFLOAT1.000–10Global multiplier for ALL LoRA weights. 2.0 doubles all weights, 0.5 halves them. Applied after individual tag weights.
video_model_modeoptBOOLEANfalseEnable LoRA key standardization for WanVideo/Hunyuan models. Turn ON when using video models.
auto_triggeroptBOOLEANfalseExtract trigger words from LoRA metadata and insert them where the tag was. Supports Civitai, Kohya, AI Toolkit, SimpleTuner, OneTrainer. Prevents LoRA tags from appearing as artifacts in images.

Outputs (5)

NameTypeDescription
MODELMODELThe model with LoRAs applied
CLIPCLIPThe CLIP with LoRAs applied (if CLIP input was provided)
textSTRINGThe input text with LoRA tags removed (or replaced with trigger words if auto_trigger is ON)
lora_infoSTRINGFormatted list of loaded LoRAs with their weights, triggers, and any errors
trigger_wordsSTRINGComma-separated list of all trigger words extracted from loaded LoRAs