LoRA Tag Loader for ComfyUI
=======
The custom node shall extract “_<lora:CroissantStyle:0.8>_” from positive prompt and output a merged checkpoint model to sampler. The lora tag(s) shall be stripped from output STRING, which can be forwarded to CLIP Text Encoder.
Adding an extra weight shall being passed as the equivalent of strength_clip in Lora Loader.
Giving a “_<lora:CroissantStyle:0.8:0.7>_” shall patch the unet with 0.8 and patch the text encoder with 0.7.
[Ref: What happens to Text Encoder LoRA and Unet LoRA?]
To install, drop the “_comfyui_lora_tag_loader_” folder into the “_…\ComfyUI\ComfyUI\custom_nodes_” directory and restart UI.