ComfyUI Node
💪TB | Load T5 Encoder (Experimental)
Load a T5 encoder using experimental methods to utilize limited GPU memory on mid-range or low-end GPUs.
💪TB | Load T5 Encoder (Experimental)
- CLIP
◄t5_name▾►
◄typeauto►
◄inference_modeauto►
◄inference_dtypeauto►
Category💪TinyBreaker/loaders
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| t5_name | COMBO | The name of the T5 encoder checkpoint to load. | |
| type | COMBO | auto | Specifies the model format in which ComfyUI processes embeddings generated by the T5 encoder. |
| inference_mode | COMBO | auto | Choose the code that will be used to perform inference. |
| inference_dtype | COMBO | auto | Data type used for inference. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CLIP | CLIP | The loaded T5 Encoder ready for use as a CLIP connection. |