Reencode Latent
节点功能:用于在不同 VAE 模型之间转换潜在空间表示,这在需要使用不同模型进行处理时非常有用。Reencode
节点中英文对比
Reencode Latent
tile_mode
tile_size
overlap
Reencode Latent
tile_mode
tile_size
overlap
Reencode Latent - 参数说明
输入参数
samples
需要重新编码的 latent 图像。
input_vae
用于解码的 VAE 模型。
output_vae
用于编码的 VAE 模型。
输出参数
LATENT
重新编码后的 latent 图像。
控件参数
tile_mode
控制是否在编码/解码时使用分块(tiled)方式处理图像。
选项说明:
• None:不使用分块,适合小图;
• Both:解码和编码都使用分块方式,适合高分辨率;
• Decode(input) only:仅在解码时分块,适合从大图 latent 解出图像时使用;
• Encode(output) only:仅编码时分块,适合处理大图时压入 latent。
tile_size
分块大小(单位:像素),当使用 tiled 方式时生效。
overlap
相邻分块之间的重叠区域大小,仅在启用 tiled 模式时有效。
暂无节点说明