第三方插件 ComfyUI-Easy-Use

简易加载器(Cascade)

EasyCascadeLoader 251

用于加载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

    参数说明

    依据当前节点关联的 `NodesItems` 数据展示输入、输出与控件说明。

    输入参数
    optional_lora_stack optional_lora_stack
    附加的 LoRA 堆栈结构。
    输出参数
    pipe pipe
    构造好的推理输入结构。
    model_c model_c
    高分辨率主模型。
    latent_c latent_c
    初始空 latent 图像。
    vae vae
    解码器模型,来自 stage A。
    控件参数
    stage_c stage_c
    stage C(最高分辨率)模型路径,支持 ckpt 或 unet 文件。
    stage_b stage_b
    stage B(中间分辨率)模型路径。
    stage_a stage_a
    stage A,即 VAE 编解码模型名称。
    clip_name clip_name
    使用的 CLIP 文本编码器。
    lora_name lora_name
    主 LoRA 名称。
    lora_model_strength lora_model_strength
    LoRA 对 model_c 的强度。
    lora_clip_strength lora_clip_strength
    LoRA 对 clip 的强度。
    resolution resolution
    图像逻辑分辨率(如 1024x1024)。
    empty_latent_width empty_latent_width
    空 latent 潜空间的宽度。
    empty_latent_height empty_latent_height
    空 latent 潜空间的高度。
    compression compression
    latent 潜空间压缩率。
    positive positive
    正向提示词。
    negative negative
    反向提示词。
    batch_size batch_size
    每批生成图像数量。

    详细说明

    结合节点用途、参数和调用方式,给出更完整的说明内容。

    暂无节点说明