From f500fcd8d2f7d39baebb6ac3ccf95132e18e4678 Mon Sep 17 00:00:00 2001 From: "yanjun.qiu" Date: Fri, 17 Oct 2025 02:08:27 +0000 Subject: [PATCH 1/2] docs: add cache-dit to community works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 690d1a5..2cc51e5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If your work has improved **Wan2.1** and you would like more people to see it, p - [CFG-Zero](https://github.com/WeichenFan/CFG-Zero-star) enhances **Wan2.1** (covering both T2V and I2V models) from the perspective of CFG. - [TeaCache](https://github.com/ali-vilab/TeaCache) now supports **Wan2.1** acceleration, capable of increasing speed by approximately 2x. Feel free to give it a try! - [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) provides more support for **Wan2.1**, including video-to-video, FP8 quantization, VRAM optimization, LoRA training, and more. Please refer to [their examples](https://github.com/modelscope/DiffSynth-Studio/tree/main/examples/wanvideo). - +- [CacheDiT] offers Fully Cache Acceleration support for Wan2.1 with DBCache, TaylorSeer and Cache CFG. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/pipeline/run_wan.py) for more details. ## 📑 Todo List - Wan2.1 Text-to-Video From ae832d4ff76421f591685a5390d52705663895f0 Mon Sep 17 00:00:00 2001 From: DefTruth Date: Fri, 17 Oct 2025 02:12:59 +0000 Subject: [PATCH 2/2] docs: add cache-dit to community works --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc51e5..91dc438 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If your work has improved **Wan2.1** and you would like more people to see it, p - [CFG-Zero](https://github.com/WeichenFan/CFG-Zero-star) enhances **Wan2.1** (covering both T2V and I2V models) from the perspective of CFG. - [TeaCache](https://github.com/ali-vilab/TeaCache) now supports **Wan2.1** acceleration, capable of increasing speed by approximately 2x. Feel free to give it a try! - [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) provides more support for **Wan2.1**, including video-to-video, FP8 quantization, VRAM optimization, LoRA training, and more. Please refer to [their examples](https://github.com/modelscope/DiffSynth-Studio/tree/main/examples/wanvideo). -- [CacheDiT] offers Fully Cache Acceleration support for Wan2.1 with DBCache, TaylorSeer and Cache CFG. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/pipeline/run_wan.py) for more details. +- [CacheDiT](https://github.com/vipshop/cache-dit) offers Fully Cache Acceleration support for Wan2.1 with DBCache, TaylorSeer and Cache CFG. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/pipeline/run_wan.py) for more details. ## 📑 Todo List - Wan2.1 Text-to-Video