ComfyUI Node
LoRA Visualizer
Analyzes prompt text to extract and visualize LoRA information with metadata. • Parses standard LoRA tags: <lora:name:strength> • Parses custom WanLoRA tags: <wanlora:name:strength> • Displays thumbnails, trigger words, and base models • Shows scalable previews with hover galleries • Supports both image and video LoRAs • Requires ComfyUI LoRA Manager for metadata
LoRA Visualizer
- raw_lora_info
- original_prompt
◄prompt_text►
Categoryconditioning
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt_text | STRING | Input text containing LoRA tags like <lora:MyLora:0.8> or <wanlora:MyWanLora:1.0>. The node will automatically detect and visualize all LoRA references with their metadata. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| raw_lora_info | STRING | Raw metadata information about detected LoRAs in a structured format for debugging and analysis. |
| original_prompt | STRING | The original prompt text passed through unchanged for downstream processing. |