EasyLoader (HunyuanDiT)
节点功能:混元模型加载器。
输入参数
参数名称 | 说明 |
---|---|
optional_lora_stack | 外部叠加 LoRA 模型堆栈。 |
optional_controlnet_stack | 外部 ControlNet 模型控制堆栈。 |
输出参数
参数名称 | 说明 |
---|---|
pipe | 包含模型、VAE、CLIP、prompt 编码等结构体。 |
model | 加载后的主模型对象。 |
vae | 加载后的 VAE 编码器。 |
控件参数
参数名称 | 说明 |
---|---|
ckpt_name | 从 checkpoints 文件夹中选择模型 ckpt。 |
vae_name | 选择 VAE 编码器,用于图像压缩与还原。 |
lora_name | 主 LoRA 模型名称,可设置为 "None"。 |
lora_model_strength | 主 LoRA 对模型的融合强度。 |
lora_clip_strength | 主 LoRA 对 CLIP 编码器的融合强度。 |
resolution | 预设分辨率,决定 latent 维度快捷选项。 |
empty_latent_width | 生成 latent 的宽度(像素)。 |
empty_latent_height | 生成 latent 的高度(像素)。 |
positive | 正向提示词。 |
negative | 负向提示词。 |
batch_size | 同时生成的 latent 数量。 |
节点用法: