From 3962dc6d772ee222ededf9e2686c523a254566de Mon Sep 17 00:00:00 2001 From: DefTruth <31974251+DefTruth@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:25:07 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4b66ca4..bf13d76 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ This repo contains PyTorch model definitions, pretrained weights and inference/s - [🛠️ Dependencies and Installation](#️-dependencies-and-installation) - [🧱 Download Pretrained Models](#-download-pretrained-models) - [🔑 Usage](#-usage) + - [🎉 Community Support](#-community-support) - [🔗 BibTeX](#-bibtex) - [Acknowledgements](#acknowledgements) - [Github Star History](#github-star-history) @@ -246,6 +247,12 @@ image = pipe( image.save(f"generated_image.png") ``` +## 🎉 Community Support + +### cache-dit + +[cache-dit](https://github.com/vipshop/cache-dit) offers Day 1 Fully Cache Acceleration support for HunyuanImage-2.1 with DBCache and TaylorSeer. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/run_hunyuan_image_2.1.py) for more details. + ## 🔗 BibTeX From abc78013ef1ce554a2cff2823930ac3969d9eb99 Mon Sep 17 00:00:00 2001 From: DefTruth <31974251+DefTruth@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:31:25 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf13d76..b1717eb 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ image.save(f"generated_image.png") ### cache-dit -[cache-dit](https://github.com/vipshop/cache-dit) offers Day 1 Fully Cache Acceleration support for HunyuanImage-2.1 with DBCache and TaylorSeer. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/run_hunyuan_image_2.1.py) for more details. +[cache-dit](https://github.com/vipshop/cache-dit)(Day 1) offers Fully Cache Acceleration support for HunyuanImage-2.1 with DBCache and TaylorSeer. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/run_hunyuan_image_2.1.py) for more details. ## 🔗 BibTeX From 22e83effd747bf19ba82650908cb1efb64995ed1 Mon Sep 17 00:00:00 2001 From: DefTruth <31974251+DefTruth@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:33:26 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1717eb..7e8f480 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ image.save(f"generated_image.png") ### cache-dit -[cache-dit](https://github.com/vipshop/cache-dit)(Day 1) offers Fully Cache Acceleration support for HunyuanImage-2.1 with DBCache and TaylorSeer. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/run_hunyuan_image_2.1.py) for more details. +[cache-dit](https://github.com/vipshop/cache-dit)(Day 1) offers Fully Cache Acceleration support for HunyuanImage-2.1 with DBCache and TaylorSeer. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/pipeline/run_hunyuan_image_2.1.py) for more details. ## 🔗 BibTeX From 97f6e5b009f167595bcfaf1d5025ba649f466661 Mon Sep 17 00:00:00 2001 From: DefTruth <31974251+DefTruth@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:06:00 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e8f480..48bba54 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This repo contains PyTorch model definitions, pretrained weights and inference/s - [🛠️ Dependencies and Installation](#️-dependencies-and-installation) - [🧱 Download Pretrained Models](#-download-pretrained-models) - [🔑 Usage](#-usage) - - [🎉 Community Support](#-community-support) + - [🎉 Community](#-community) - [🔗 BibTeX](#-bibtex) - [Acknowledgements](#acknowledgements) - [Github Star History](#github-star-history) @@ -247,11 +247,9 @@ image = pipe( image.save(f"generated_image.png") ``` -## 🎉 Community Support +## 🎉 Community -### cache-dit - -[cache-dit](https://github.com/vipshop/cache-dit)(Day 1) offers Fully Cache Acceleration support for HunyuanImage-2.1 with DBCache and TaylorSeer. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/pipeline/run_hunyuan_image_2.1.py) for more details. +- [cache-dit](https://github.com/vipshop/cache-dit)(Day 1) offers Fully Cache Acceleration support for HunyuanImage-2.1 with DBCache and TaylorSeer. Visit their [example](https://github.com/vipshop/cache-dit/blob/main/examples/pipeline/run_hunyuan_image_2.1.py) for more details. ## 🔗 BibTeX