# Prompt LoRA Extractor A small ComfyUI utility node that solves one problem: you want LoRA tags in the same string as your prompt, but CLIP should not see those tags, and LoRA Manager needs them on a separate input. Put lora:name:strength (or lora:name:model:clip ) anywhere in your prompt text. This node: 1. Removes those tags from the text → cleaned_text (safe for CLIP / encoding) 2. Collects t…