简易加载器(Cascade)

节点功能:用于加载Stable Cascade模型的节点,它简化了Stable Cascade多阶段模型的加载和配置过程。
节点中英文对比
简易加载器(Cascade)
  • optional_lora_stack
  • pipe
  • model_c
  • latent_c
  • vae
  • stage_c
    stage_b
    stage_a
    clip_name
    lora_name
    lora_model_strength
    lora_clip_strength
    resolution
    empty_latent_width
    empty_latent_height
    compression
    positive
    negative
    batch_size
    EasyCascadeLoader
  • optional_lora_stack
  • pipe
  • model_c
  • latent_c
  • vae
  • stage_c
    stage_b
    stage_a
    clip_name
    lora_name
    lora_model_strength
    lora_clip_strength
    resolution
    empty_latent_width
    empty_latent_height
    compression
    positive
    negative
    batch_size
    简易加载器(Cascade) - 参数说明
    输入参数
    optional_lora_stack
    附加的 LoRA 堆栈结构。
    输出参数
    pipe
    构造好的推理输入结构。
    model_c
    高分辨率主模型。
    latent_c
    初始空 latent 图像。
    vae
    解码器模型,来自 stage A。
    控件参数
    stage_c
    stage C(最高分辨率)模型路径,支持 ckpt 或 unet 文件。
    stage_b
    stage B(中间分辨率)模型路径。
    stage_a
    stage A,即 VAE 编解码模型名称。
    clip_name
    使用的 CLIP 文本编码器。
    lora_name
    主 LoRA 名称。
    lora_model_strength
    LoRA 对 model_c 的强度。
    lora_clip_strength
    LoRA 对 clip 的强度。
    resolution
    图像逻辑分辨率(如 1024x1024)。
    empty_latent_width
    空 latent 潜空间的宽度。
    empty_latent_height
    空 latent 潜空间的高度。
    compression
    latent 潜空间压缩率。
    positive
    正向提示词。
    negative
    反向提示词。
    batch_size
    每批生成图像数量。
    暂无节点说明
    节点列表 首页