ComfyUI Node
WAN LoRA High/Low Splitter
Splits a prompt containing WAN 2.2 LoRA tags into HIGH and LOW variants. Uses Ollama to intelligently split a prompt containing mixed HIGH/LOW LoRA tags: • High prompt: Original prompt with only HIGH LoRA tags • Low prompt: Original prompt with only LOW LoRA tags • Uses qwen2.5-coder:7b model for structured output
WAN LoRA High/Low Splitter
- high_prompt
- low_prompt
- analysis
◄prompt_text►
Categoryconditioning
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_text | STRING | Prompt containing WAN 2.2 HIGH/LOW LoRA tag pairs. HIGH tags: <lora:name_HIGH:strength> → high noise prompt LOW tags: <lora:name_LOW:strength> → low noise prompt Single LoRAs (no HIGH/LOW) → included in both prompts |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| high_prompt | STRING | High noise prompt with HIGH LoRA tags for WAN 2.2 |
| low_prompt | STRING | Low noise prompt with LOW LoRA tags for WAN 2.2 |
| analysis | STRING | JSON analysis of LoRA tag distribution |