Nodes/AUN ComfyUI Nodes/Inputs Hybrid
ComfyUI Node

Inputs Hybrid

Load a standard checkpoint (UNet+CLIP+VAE) or mix-and-match a diffusion-only UNet with explicit CLIP and VAE files, then emit the same downstream inputs as AUNInputs. Right-click → "Collapse Connections" or double-click to hide output labels and converge connection lines.

By loz2754·Created 7 months ago·Updated about a month ago· 4
Inputs Hybrid
    • MODEL
    • CLIP
    • VAE
    • model name
    • sampler
    • scheduler
    • cfg
    • steps
    • latent
    • width
    • height
    • seed
    • MainFolder
    • Filename
    • prefix
    • date format
    • batch size
    • name mode
    model_sourceCheckpoint
    ckpt_name
    diffusion_name
    clip_name
    speed_lorafalse
    speed_lora_model
    speed_lora_strength1.00
    clip_typeAce
    vae_name
    clip_skip-1
    sampler
    scheduler
    cfg2.0
    steps10
    width720
    height720
    aspect_ratio
    aspect_modeOriginal
    batch_size1
    seed0
    MainFolderMainFolder
    ManualNameName
    name_modefalse
    prefix
    date_format
    croptrue
    words1
    megapixels1.0
    multiple8
    auto_nameName
    CategoryAUN Nodes/Loaders+Inputs

    Inputs (30)

    NameTypeDefaultDescription
    model_sourceCOMBOCheckpointChoose a classic checkpoint (UNet+CLIP+VAE) or load a diffusion-only UNet with explicit companions.
    ckpt_nameCOMBOCheckpoint model file to load when model_source='Checkpoint'.
    diffusion_nameCOMBODiffusion-model file (UNet only). Only used when model_source='Diffusion model'.
    clip_nameCOMBOCLIP file to pair with a diffusion model. Matches the comfy-core CLIPLoader list.
    speed_loraBOOLEANfalseEnable SpeedLoRA when loading models in either mode.
    speed_lora_modelCOMBOSpeedLoRA file to apply after loading the model.
    speed_lora_strengthFLOAT1.000–3Strength multiplier when applying the SpeedLoRA weights.
    clip_typeCOMBOAceClip architecture to use when loading a standalone diffusion model.
    vae_nameCOMBOVAE checkpoint to pair with a diffusion model.
    clip_skipINT-1-24–-1Number of last CLIP layers to skip (applied in both modes).
    samplerCOMBOSampling algorithm.
    schedulerCOMBONoise schedule.
    cfgFLOAT2.0-2–100Classifier-Free Guidance scale.
    stepsINT101–10000Sampling steps.
    widthINT72064–8192Image width when aspect_ratio='custom'.
    heightINT72064–8192Image height when aspect_ratio='custom'.
    aspect_ratioCOMBOPreset aspect ratio that overrides width/height.
    aspect_modeCOMBOOriginalRandom swaps dimensions 50% of the time, Swap always flips width/height.
    batch_sizeINT11–64Latent batch size.
    seedINT00–18446744073709550000Base seed.
    MainFolderSTRINGMainFolderPrimary output folder name.
    ManualNameSTRINGNameManual filename when name_mode=Manual.
    name_modeBOOLEANfalseChoose between ManualName and auto_name inputs.
    prefixSTRINGOptional prefix prepended to filenames.
    date_formatCOMBODate placeholder formatting.
    cropBOOLEANtrueTrim filenames to the first N words.
    wordsINT11–10Word limit applied when crop=True.
    megapixelsFLOAT1.00.1–16Target total megapixels used when a ratio is selected.
    multipleINT88–128Nearest multiple to round computed resolution to. Used with ratio.
    auto_nameoptSTRINGNameAutomatic name input used when 'name_mode' stays on Auto.

    Outputs (18)

    NameTypeDescription
    MODELMODEL
    CLIPCLIP
    VAEVAE
    model nameSTRING
    sampler*
    scheduler*
    cfgFLOAT
    stepsINT
    latentLATENT
    widthINT
    heightINT
    seedINT
    MainFolderSTRING
    FilenameSTRING
    prefixSTRING
    date formatSTRING
    batch sizeINT
    name modeBOOLEAN