ComfyUI Node
Magical Encoder (HMN)
Encodes and buffers a conditioning on the hard drive. Uses that buffer if enabled.
Magical Encoder (HMN)
- clip
- LoRABox
- model
- CONDITIONING
- CLIP or not
- MODEL or not
◄Activetrue►
◄Output_Path[time(%Y-%m-%d)]►
◄NameBuffer►
◄Overridefalse►
◄text—►
◄Encoder_1▾►
◄use_Encoder_2false►
◄Encoder_2▾►
◄use_Encoder_3false►
◄Encoder_3▾►
◄use_Encoder_4false►
◄Encoder_4▾►
◄clip_skip-2►
◄model_type▾►
◄load_device▾►
CategoryHellrunner's/Utils
Inputs (18)
| Name | Type | Default | Description |
|---|---|---|---|
| Active | BOOLEAN | true | Boolean On/Off Switch for better integration in complex flows |
| Output_Path | STRING | [time(%Y-%m-%d)] | Subfolder Path into "output" |
| Name | STRING | Buffer | Buffer File Name (Name.conditioning) |
| Override | BOOLEAN | false | Force override the buffer |
| text | STRING | The text to be encoded. | |
| Encoder_1 | COMBO | The Encoder_1 used for encoding the text. | |
| use_Encoder_2 | BOOLEAN | false | Enable second encoder |
| Encoder_2 | COMBO | The Encoder_2 used for encoding the text. | |
| use_Encoder_3 | BOOLEAN | false | Enable 3rd encoder |
| Encoder_3 | COMBO | The Encoder_3 used for encoding the text. | |
| use_Encoder_4 | BOOLEAN | false | Enable 4th encoder |
| Encoder_4 | COMBO | The Encoder_4 used for encoding the text. | |
| clip_skip | INT | -2-128–-1 | Last Layer |
| model_type | COMBO | Model Type to load encoders for. | |
| load_device | COMBO | 2 options: default, cpu | |
| clipopt | CLIP | The CLIP model used for encoding the text. | |
| LoRABoxopt | LORABOX | LoRABox | |
| modelopt | MODEL | The model to apply the LoRABox to |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| CONDITIONING | CONDITIONING | Conditioning |
| CLIP or not | CLIP | Used Clip, if encode happens. Used for chaining encoders so loading does not happen multiple times |
| MODEL or not | MODEL | Used Model, if LoRABox is not empty |