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
Provide useful links for the implementation
Model/Pipeline/Scheduler description
Request to add a GitHub community pipeline that overlays the released Echo-Memory
context_k1DiT 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:PR: #14471
Open source status
Provide useful links for the implementation
context_k1/epoch-0.safetensors)