Skip to content

[Community pipeline] Echo-Memory overlay for Wan 2.1 1.3B #14482

Description

@WayneJin0918

Model/Pipeline/Scheduler description

Request to add a GitHub community pipeline that overlays the released Echo-Memory context_k1 DiT fine-tune onto official Diffusers Wan 2.1 1.3B.

This is not a new official Wan checkpoint and not the full Echo-Memory multi-chunk / camera-action / SSM research stack. It remaps original DiffSynth/Wan transformer keys onto WanPipeline.transformer (825 / 825 official keys) so users can load:

from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained(
    "Wan-AI/Wan2.1-T2V-1.3B-Diffusers",
    custom_pipeline="pipeline_echo_memory",
    torch_dtype=torch.bfloat16,
)
pipe.load_echo_memory_weights()

PR: #14471

Open source status

  • The model implementation is available.
  • The model weights are available (Only relevant if addition is not a scheduler).

Provide useful links for the implementation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions