ComfyUI Node
Inputs Diffusers Basic
A lightweight diffusion-model setup node that loads a standalone UNet with explicit CLIP and VAE files, prepares common sampler settings, and creates an empty latent batch. Right-click → "Collapse Connections" or double-click to hide output labels and converge connection lines.
Inputs Diffusers Basic
- MODEL
- CLIP
- VAE
- model name
- sampler
- scheduler
- cfg
- steps
- latent
- width
- height
- seed
- batch size
◄diffusion_name▾►
◄clip_name▾►
◄speed_lorafalse►
◄speed_lora_modelNone►
◄speed_lora_strength1.00►
◄clip_typeAce►
◄vae_name▾►
◄sampler▾►
◄scheduler▾►
◄cfg2.0►
◄steps10►
◄width720►
◄height720►
◄aspect_ratio▾►
◄aspect_modeOriginal►
◄batch_size1►
◄seed0►
◄megapixels1.0►
◄multiple8►
CategoryAUN Nodes/Loaders+Inputs
Inputs (19)
| Name | Type | Default | Description |
|---|---|---|---|
| diffusion_name | COMBO | Diffusion-model file (UNet only). Matches the comfy-core diffusion model list. | |
| clip_name | COMBO | CLIP file to pair with a diffusion model. Matches the comfy-core CLIPLoader list. | |
| speed_lora | BOOLEAN | false | Enable SpeedLoRA when loading models. |
| speed_lora_model | COMBO | None | SpeedLoRA file to apply after loading the model. |
| speed_lora_strength | FLOAT | 1.000–3 | Strength multiplier when applying the SpeedLoRA weights. |
| clip_type | COMBO | Ace | Clip architecture to use when loading a diffusion model. |
| vae_name | COMBO | VAE checkpoint to pair with a diffusion model. | |
| sampler | COMBO | Sampling algorithm. | |
| scheduler | COMBO | Noise schedule. | |
| cfg | FLOAT | 2.0-2–100 | Classifier-Free Guidance scale. |
| steps | INT | 101–10000 | Sampling steps. |
| width | INT | 72064–8192 | Image width when aspect_ratio='custom'. |
| height | INT | 72064–8192 | Image height when aspect_ratio='custom'. |
| aspect_ratio | COMBO | Preset aspect ratio that overrides width/height. | |
| aspect_mode | COMBO | Original | Random swaps dimensions 50% of the time, Swap always flips width/height. |
| batch_size | INT | 11–64 | Latent batch size. |
| seed | INT | 00–18446744073709550000 | Base seed. |
| megapixels | FLOAT | 1.00.1–16 | Target total megapixels used when a ratio is selected. |
| multiple | INT | 88–128 | Nearest multiple to round computed resolution to. Used with ratio. |
Outputs (13)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |
| CLIP | CLIP | — |
| VAE | VAE | — |
| model name | STRING | — |
| sampler | * | — |
| scheduler | * | — |
| cfg | FLOAT | — |
| steps | INT | — |
| latent | LATENT | — |
| width | INT | — |
| height | INT | — |
| seed | INT | — |
| batch size | INT | — |