LoRA Preset List Loader & Encoder
LoraPresetListLoader
Pack: ComfyUI_Eugene_Nodes
custom_nodes.ComfyUI_Eugene_Nodes
Inputs (12)
| Name | Type | Required |
|---|---|---|
| positive_prefix | STRING | required |
| positive_suffix | STRING | required |
| negative_prefix | STRING | required |
| negative_suffix | STRING | required |
| stop_at_clip_layer | INT | required |
| input_dictionary | DICT | optional |
| model | MODEL | optional |
| clip | CLIP | optional |
| vae | VAE | optional |
| basic_pipe | BASIC_PIPE | optional |
| dict_bus | DICT_BUS | optional |
| preset_list | LIST | optional |
Outputs (9)
| Name | Type |
|---|---|
| input_dict | DICT |
| model | MODEL |
| clip | CLIP |
| vae | VAE |
| positive_conditioning | CONDITIONING |
| negative_conditioning | CONDITIONING |
| basic_pipe | BASIC_PIPE |
| positive_prompt | STRING |
| negative_prompt | STRING |