第三方插件 ComfyUI-Easy-Use

简易k采样器(完整版)

EasyKSampler (Full) 267

该节点相比于EasyKSampler 提供了更完整的K采样功能。EasyKSampler (Full)-

节点中英文对比

按当前节点配置,分别展示中文与英文节点结构。

中文节点
简易k采样器(完整版)
  • pipe
  • 模型
  • 正面条件
  • 负面条件
  • latent
  • vae
  • clip
  • xyPlot
  • image
  • pipe
  • image
  • 模型
  • 正面条件
  • 负面条件
  • latent
  • vae
  • clip
  • 随机种子
  • steps
    cfg
    sampler_name
    scheduler
    denoise
    image_output
    link_id
    save_prefix
    seed
    英文节点
    EasyKSampler (Full)
  • pipe
  • model
  • positive
  • negative
  • latent
  • vae
  • clip
  • xyPlot
  • image
  • pipe
  • image
  • model
  • positive
  • negative
  • latent
  • vae
  • clip
  • seed
  • steps
    cfg
    sampler_name
    scheduler
    denoise
    image_output
    link_id
    save_prefix
    seed

    参数说明

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

    输入参数
    pipe pipe
    上游流程的完整 pipe 对象,用于继承模型、采样器、prompt、latent 等信息。
    模型 model
    使用的模型对象,覆盖 pipe 中的模型。
    正面条件 positive
    正向提示词。
    负面条件 negative
    反向提示词。
    latent latent
    潜空间。
    vae vae
    编解码模型。
    clip clip
    文本编码模型。
    xyPlot xyPlot
    用于批量测试某个变量在不同取值下生成结果。
    image image
    原始图像输入,用于 encode 成 latent。
    输出参数
    pipe pipe
    包含完整上下文的流程对象,携带采样后状态。
    image image
    解码后的图像数据(tensor 格式)。
    模型 model
    本次采样使用的模型对象。
    正面条件 positive
    最终的正向提示词。
    负面条件 negative
    最终的反向提示词。
    latent latent
    最终的潜空间。
    vae vae
    使用的编解码模型。
    clip clip
    使用的文本编码模型。
    随机种子 seed
    实际使用的种子。
    控件参数
    steps steps
    采样步数,决定采样质量与速度,范围 1~10000。
    cfg cfg
    提示词引导系数。
    sampler_name sampler_name
    采样器名称。
    scheduler scheduler
    调度器名称。
    denoise denoise
    去噪强度。
    image_output image_output
    输出方式选项,包括 Hide, Preview, Save, Sender 等。若不希望显示图像,可选 Hide;如需发送至前端或保存,请选择合适模式。
    link_id link_id
    图像传输的通信链接 ID,仅 Sender 模式下使用。
    save_prefix save_prefix
    保存文件名前缀,默认 ComfyUI。
    seed seed
    随机种子。

    详细说明

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

    暂无节点说明

    同类节点导航

    继续浏览同一分类下的相邻节点,方便串联学习。