EasyLoader (Comfy)
节点功能:该节点是 EasyLoader(Full)的简化版本,专门针对 ComfyUI 原生用户习惯进行优化。
输入参数
参数名称 | 说明 |
---|
optional_lora_stack | 附加 LoRA 模型栈。 |
optional_controlnet_stack | 控制网络模块栈。 |
输出参数
参数名称 | 说明 |
---|
pipe | 包含模型、prompt、latent 的管线对象。 |
model | 当前加载的主模型。 |
vae | 当前使用的 VAE 编解码模型。 |
控件参数
参数名称 | 说明 |
---|
ckpt_name | 主模型 checkpoint 名称。 |
vae_name | 使用的 VAE 编解码模型。 |
clip_skip | CLIP 层数跳过数量。 |
lora_name | 指定的 LoRA 模型。 |
lora_model_strength | LoRA 模型的强度。 |
lora_clip_strength | LoRA 在 CLIP 路径上的强度。 |
resolution | 空 latent 潜空间图像分辨率。 |
empty_latent_width | 空 latent 潜空间宽度(像素)。 |
empty_latent_height | 空 latent 潜空间高度(像素)。 |
positive | 正向提示词。 |
negative | 负向提示词。 |
batch_size | latent 批次数量。 |