ComfyUI Node
AIHub Expose Model
A ComfyUI node in aihub/expose with 21 inputs and 3 outputs.
AIHub Expose Model
- MODEL
- CLIP
- VAE
◄idexposed_model►
◄labelModel►
◄model►
◄loras►
◄loras_strengths►
◄loras_use_loader_model_only►
◄is_diffusion_modeltrue►
◄diffusion_model_weight_dtypedefault►
◄limit_to_family►
◄limit_to_group►
◄tooltip►
◄advancedfalse►
◄index0►
◄disable_loras_selectionfalse►
◄disable_model_selectionfalse►
◄optional_vae►
◄optional_clip►
◄optional_clip_type►
◄optional_lora_prepend►
◄optional_lora_prepend_strengths►
◄optional_lora_prepend_use_loader_model_only►
Categoryaihub/expose
Inputs (21)
| Name | Type | Default | Description |
|---|---|---|---|
| id | STRING | exposed_model | A unique custom id for this workflow (it should be unique) |
| label | STRING | Model | This is the label that will appear in the field |
| model | STRING | The default model to use as base for this workflow | |
| loras | STRING | The default, comma separated list of loras to apply to this model | |
| loras_strengths | STRING | The default, comma separated list of lora strengths to apply to this model, it must match the number of loras given | |
| loras_use_loader_model_only | STRING | The default, comma separated list of booleans for the loras, 't' or 'f' to apply only to the model and not the clip, it must match the number of loras given | |
| is_diffusion_model | BOOLEAN | true | If set to true, it will load the model from the diffusion_models folder, if false it will load it from the checkpoints folder |
| diffusion_model_weight_dtype | COMBO | default | The weight dtype to use when loading the diffusion model, this is only used if is_diffusion_model is true |
| limit_to_family | STRING | The family of the model to be loaded is limited by this value | |
| limit_to_group | STRING | The group of the model to be loaded is limited by this value | |
| tooltip | STRING | An optional tooltip | |
| advanced | BOOLEAN | false | If set to true, it will make this option be hidden under advanced options for this workflow |
| index | INT | 0 | This value is used for sorting the input fields when displaying; lower values will appear first. |
| disable_loras_selection | BOOLEAN | false | If set to true, it will disable the loras selection field in the UI |
| disable_model_selection | BOOLEAN | false | If set to true, it will disable the checkpoint selection field in the UI |
| optional_vaeopt | STRING | The default for an optional VAE to load, if not given the VAE from the checkpoint will be used if available | |
| optional_clipopt | STRING | The default for an optional CLIP to load, if not given the CLIP from the checkpoint will be used if available | |
| optional_clip_typeopt | STRING | The default for an optional CLIP to load, if not given the CLIP from the checkpoint will be used if available | |
| optional_lora_prependopt | STRING | An optional string to prepend to the loras list, useful for programmatic addition of loras | |
| optional_lora_prepend_strengthsopt | STRING | An optional string to prepend to the loras strengths list, useful for programmatic addition of loras | |
| optional_lora_prepend_use_loader_model_onlyopt | STRING | An optional string to prepend to the loras use_loader_model_only list, useful for programmatic addition of loras |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |
| CLIP | CLIP | — |
| VAE | VAE | — |