简易加载器(Kolors)
节点功能:快手的可图模型加载器。EasyLoader (Kolors)-
节点中英文对比
简易加载器(Kolors)
unet_name
vae_name
chatglm3_name
lora_name
lora_model_strength
lora_clip_strength
resolution
empty_latent_width
empty_latent_height
positive
negative
batch_size
auto_clean_gpu
EasyLoader (Kolors)
unet_name
vae_name
chatglm3_name
lora_name
lora_model_strength
lora_clip_strength
resolution
empty_latent_width
empty_latent_height
positive
negative
batch_size
auto_clean_gpu
简易加载器(Kolors) - 参数说明
输入参数
model_override
使用外部传入的 model 覆盖加载。
vae_override
使用外部传入的 vae 覆盖加载。
optional_lora_stack
多个 LoRA 的堆叠结构。
输出参数
pipe
构建的采样用 pipeline 对象。
model
加载的 Unet 模型。
vae
加载的 VAE 解码器。
控件参数
unet_name
Unet 模型文件名。
vae_name
VAE 模型文件名。
chatglm3_name
ChatGLM3 模型文件名。
lora_name
主 LoRA 名称。
lora_model_strength
LoRA 注入 Unet 的强度。
lora_clip_strength
保留字段,对 clip 强度。
resolution
分辨率标签(如 1024 x 576)。
empty_latent_width
空 latent 潜空间宽度。
empty_latent_height
空 latent 潜空间高度。
positive
正向提示词。
negative
反向提示词。
batch_size
生成图像批次数。
auto_clean_gpu
编码后是否自动释放 ChatGLM3 显存。
暂无节点说明