ComfyUI Node

AIHub Expose Model

A ComfyUI node in aihub/expose with 21 inputs and 3 outputs.

By otavanopisto·Created 12 months ago·Updated 7 months ago· 7
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)

    NameTypeDefaultDescription
    idSTRINGexposed_modelA unique custom id for this workflow (it should be unique)
    labelSTRINGModelThis is the label that will appear in the field
    modelSTRINGThe default model to use as base for this workflow
    lorasSTRINGThe default, comma separated list of loras to apply to this model
    loras_strengthsSTRINGThe default, comma separated list of lora strengths to apply to this model, it must match the number of loras given
    loras_use_loader_model_onlySTRINGThe 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_modelBOOLEANtrueIf 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_dtypeCOMBOdefaultThe weight dtype to use when loading the diffusion model, this is only used if is_diffusion_model is true
    limit_to_familySTRINGThe family of the model to be loaded is limited by this value
    limit_to_groupSTRINGThe group of the model to be loaded is limited by this value
    tooltipSTRINGAn optional tooltip
    advancedBOOLEANfalseIf set to true, it will make this option be hidden under advanced options for this workflow
    indexINT0This value is used for sorting the input fields when displaying; lower values will appear first.
    disable_loras_selectionBOOLEANfalseIf set to true, it will disable the loras selection field in the UI
    disable_model_selectionBOOLEANfalseIf set to true, it will disable the checkpoint selection field in the UI
    optional_vaeoptSTRINGThe default for an optional VAE to load, if not given the VAE from the checkpoint will be used if available
    optional_clipoptSTRINGThe default for an optional CLIP to load, if not given the CLIP from the checkpoint will be used if available
    optional_clip_typeoptSTRINGThe default for an optional CLIP to load, if not given the CLIP from the checkpoint will be used if available
    optional_lora_prependoptSTRINGAn optional string to prepend to the loras list, useful for programmatic addition of loras
    optional_lora_prepend_strengthsoptSTRINGAn optional string to prepend to the loras strengths list, useful for programmatic addition of loras
    optional_lora_prepend_use_loader_model_onlyoptSTRINGAn optional string to prepend to the loras use_loader_model_only list, useful for programmatic addition of loras

    Outputs (3)

    NameTypeDescription
    MODELMODEL
    CLIPCLIP
    VAEVAE