第三方插件 ComfyUI-MimicMotionWrapper

MimicMotion Sampler

MimicMotion Sampler 239

通过调用传入的 mimic_pipeline,结合参考图像和姿态图像,生成相应的运动模仿视频帧/用于解码潜在空间的样本(latent samples),将其转化为图像帧。MimicMotion

节点中英文对比

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

中文节点
MimicMotion Sampler
  • mimic_pipeline
  • ref_image
  • pose_images
  • optional_scheduler
  • samples
  • steps
    cfg_min
    cfg_max
    seed
    fps
    noise_aug_strength
    context_size
    context_overlap
    keep_model_loaded
    pose_strength
    pose_start_percent
    pose_end_percent
    image_embed_strength
    英文节点
    MimicMotion Sampler
  • mimic_pipeline
  • ref_image
  • pose_images
  • optional_scheduler
  • samples
  • steps
    cfg_min
    cfg_max
    seed
    fps
    noise_aug_strength
    context_size
    context_overlap
    keep_model_loaded
    pose_strength
    pose_start_percent
    pose_end_percent
    image_embed_strength

    参数说明

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

    输入参数
    mimic_pipeline mimic_pipeline
    MimicMotion 模型管线(包含预加载的 pipeline、模型名和数据类型信息)。
    ref_image ref_image
    驱动图像,输入参考图,支持批量处理格式 (N, H, W, 3)。
    pose_images pose_images
    动作图像序列 (N, H, W, 3),作为动作驱动。推荐输入动作序列图(如 OpenPose 输出),帧数应大于 context_size,保证流畅性。
    optional_scheduler optional_scheduler
    自定义调度器(如 DDIM、Euler 等)。
    输出参数
    samples samples
    MimicMotion 生成的 latent 视频帧序列(非图像)。
    控件参数
    steps steps
    Diffusion 推理步数,数值越大效果越细腻,速度越慢。常用值为 25~50,过低可能模糊,过高显存占用增加,速度变慢。
    cfg_min cfg_min
    最小提示词引导强度。
    cfg_max cfg_max
    最大提示词引导强度。
    seed seed
    随机种子。
    fps fps
    输出视频的帧率(Frames Per Second)。
    noise_aug_strength noise_aug_strength
    动作图像的噪声增强强度。
    context_size context_size
    滑动窗口中的帧数。
    context_overlap context_overlap
    上下文滑动窗口重叠帧数。推荐为 6~12,重叠更多能提升过渡平滑度,但会增加计算量。
    keep_model_loaded keep_model_loaded
    是否保留模型加载状态。若显存充足建议开启,以避免频繁加载模型。
    pose_strength pose_strength
    动作控制强度。 越大越严格模仿 pose 动作,适合精确动作匹配场景,推荐 1.0~2.0。
    pose_start_percent pose_start_percent
    动作控制开始的进度百分比。0.0 表示从头开始控制动作。
    pose_end_percent pose_end_percent
    动作控制结束的进度百分比。1.0 表示整段视频都受动作控制影响。
    image_embed_strength image_embed_strength
    图像嵌入强度,控制参考图像在外观风格上的影响力。推荐保持在 1.0~1.5,高于 2.0 时可能出现失真或动作驱动失效。

    详细说明

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

    暂无节点说明

    同类节点导航

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

    上一篇 MimicMotion GetPoses 第三方插件
    下一篇 已经是同类节点中的最后一篇