# comfyui_lora_tag_loader
**Repository Path**: xeval/comfyui_lora_tag_loader
## Basic Information
- **Project Name**: comfyui_lora_tag_loader
- **Description**: git clone https://github.com/badjeff/comfyui_lora_tag_loader.git
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-02-27
- **Last Updated**: 2024-02-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
LoRA Tag Loader for ComfyUI
=======
### A ComfyUI custom node to read LoRA tag(s) from text and load it into checkpoint model.
## **Examples:**
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.
## **One More Thing:**
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?]
## **Install:**
To install, drop the "_**comfyui_lora_tag_loader**_" folder into the "_**...\ComfyUI\ComfyUI\custom_nodes**_" directory and restart UI.