EasyUse/Loadersgenerated

EasyLoader (A1111)(a1111Loader)

The EasyLoader (A1111) node (a1111Loader) is a convenience loader from ComfyUI-Easy-Use that combines checkpoint loading, VAE selection, LoRA application, promp...

a1111 Loader

optional_lora_stack
optional_controlnet_stack
pipe
model
vae
ckpt_name
COMBO
vae_name
COMBO
clip_skip
-2
lora_name
COMBO
lora_model_strength
1.00
lora_clip_strength
1.00
resolution
512 x 512
empty_latent_width
INT
empty_latent_height
INT
positive
STRING
negative
STRING
batch_size
1
a1111_prompt_style
Easy Use

The EasyLoader (A1111) node (a1111Loader) is a convenience loader from ComfyUI-Easy-Use that combines checkpoint loading, VAE selection, LoRA application, prompt input, latent sizing, and batch configuration into a single workflow node. It belongs to the EasyUse/Loaders category and returns a ready-to-use pipeline object as well as the composed model and VAE.

Description

This node is designed for A1111-style workflows. It lets you select a checkpoint and VAE, apply a LoRA with separate model and CLIP strengths, set a CLIP skip value, choose a latent resolution, enter positive and negative prompts, and control batch size — all from one loader. It also accepts optional LoRA and ControlNet stacks, and includes an A1111 prompt-style flag for workflows that use Automatic1111-style prompt syntax.

Inputs

FieldTypeDefaultRangeDescription
ckpt_nameCOMBOCheckpoint file to load.
vae_nameCOMBOVAE file to use with the checkpoint.
clip_skipINT-2-24 to 0Number of CLIP layers to skip. Negative values are expected; -2 is the common A1111-style setting.
lora_nameCOMBOLoRA file to apply.
lora_model_strengthFLOAT1.0-10.0 to 10.0Strength applied to the model portion of the LoRA.
lora_clip_strengthFLOAT1.0-10.0 to 10.0Strength applied to the CLIP portion of the LoRA.
resolutionCOMBO512 x 512Preset resolution used to configure the empty latent dimensions.
empty_latent_widthINTWidth of the empty latent. Can be set manually or derived from resolution.
empty_latent_heightINTHeight of the empty latent. Can be set manually or derived from resolution.
positiveSTRING``Positive prompt text.
negativeSTRING``Negative prompt text.
batch_sizeINT11 to 4096Number of latent samples to generate in a batch.
optional_lora_stackLORA_STACKOptional stack of additional LoRA adapters. When connected, these are applied in addition to lora_name.
optional_controlnet_stackCONTROL_NET_STACKOptional stack of ControlNet adapters to apply alongside the loaded checkpoint.
a1111_prompt_styleBOOLEANEnables A1111-style prompt processing when active.

Outputs

FieldTypeDescription
PIPE_LINEPIPE_LINEEasyUse pipeline object containing the loaded model, VAE, prompts, latent settings, and related data for downstream EasyUse nodes.
MODELMODELThe composed model after checkpoint loading and LoRA application.
VAEVAEThe loaded VAE.

Usage Notes

  • This node is intended as an all-in-one starting point for checkpoint + LoRA + prompt workflows, making it convenient for A1111-style generations.
  • The default clip_skip of -2 matches the commonly used CLIP skip value in Automatic1111.
  • Use resolution to quickly choose a standard latent size, or set empty_latent_width and empty_latent_height directly for custom dimensions.
  • If lora_name is unused, you can leave the LoRA strength values at their defaults or adjust them without affecting the checkpoint.
  • Connect optional_lora_stack or optional_controlnet_stack when you need multiple LoRAs or ControlNets combined in one loader step.
  • The PIPE_LINE output is useful when feeding other EasyUse nodes because it carries the prompts, latent, model, and VAE as one collection. The separate MODEL and VAE outputs are available when you only need those components.

Comments

Sign in with GitHub to join the discussion.

Loading comments…