From e8ff3b1818a020222cf17e09e9874b1c301a017e Mon Sep 17 00:00:00 2001 From: Shenghai Yuan <140951558+SHYuanBest@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:31:31 +0800 Subject: [PATCH 1/4] Unified order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb0182b..b01eceb 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ - [🎯 Supported DiTs](#support-dits) - [📈 Performance](#perf) - [HunyuanVideo](#perf_hunyuanvideo) - - [Mochi-1](#perf_mochi1) - [ConsisID](#perf_consisid) + - [Mochi-1](#perf_mochi1) - [CogVideoX](#perf_cogvideox) - [Flux.1](#perf_flux) - [HunyuanDiT](#perf_hunyuandit) From 0fffeb2cc190d1cc610a69372cb2d4fade61172e Mon Sep 17 00:00:00 2001 From: Shenghai Yuan <140951558+SHYuanBest@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:31:57 +0800 Subject: [PATCH 2/4] unified name --- docs/performance/{ConsisID.md => consisid.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/performance/{ConsisID.md => consisid.md} (98%) diff --git a/docs/performance/ConsisID.md b/docs/performance/consisid.md similarity index 98% rename from docs/performance/ConsisID.md rename to docs/performance/consisid.md index 3065a84..41cdd01 100644 --- a/docs/performance/ConsisID.md +++ b/docs/performance/consisid.md @@ -26,4 +26,4 @@ As shown in the table, the ConsisID model achieves a significant reduction in in Learn more about ConsisID with the following resources. - A [video](https://www.youtube.com/watch?v=PhlgC-bI5SQ) demonstrating ConsisID's main features. -- The research paper, [Identity-Preserving Text-to-Video Generation by Frequency Decomposition](https://hf.co/papers/2411.17440) for more details. \ No newline at end of file +- The research paper, [Identity-Preserving Text-to-Video Generation by Frequency Decomposition](https://hf.co/papers/2411.17440) for more details. From 206046309554657a37e30884d9b946327a660900 Mon Sep 17 00:00:00 2001 From: Shenghai Yuan <140951558+SHYuanBest@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:32:11 +0800 Subject: [PATCH 3/4] unified name --- docs/performance/{ConsisID_zh.md => consisid_zh.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/performance/{ConsisID_zh.md => consisid_zh.md} (100%) diff --git a/docs/performance/ConsisID_zh.md b/docs/performance/consisid_zh.md similarity index 100% rename from docs/performance/ConsisID_zh.md rename to docs/performance/consisid_zh.md From ba315915969ef99bc568a38125328f7390e87c22 Mon Sep 17 00:00:00 2001 From: Shenghai Yuan <140951558+SHYuanBest@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:28:45 +0800 Subject: [PATCH 4/4] Update consisid_zh.md --- docs/performance/consisid_zh.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/performance/consisid_zh.md b/docs/performance/consisid_zh.md index a82c78e..c970645 100644 --- a/docs/performance/consisid_zh.md +++ b/docs/performance/consisid_zh.md @@ -21,3 +21,10 @@ | 2 | 2 | 1 | 1 | 76.56s | | 2 | 1 | 1 | 2 | 59.72s | | 1 | 1 | 1 | 1 | 114.87s | + +## Resources + +通过以下资源了解有关 ConsisID 的更多信息: + +- 一段 [视频](https://www.youtube.com/watch?v=PhlgC-bI5SQ) 演示了 ConsisID 的主要功能; +- 有关更多详细信息,请参阅研究论文 [Identity-Preserving Text-to-Video Generation by Frequency Decomposition](https://hf.co/papers/2411.17440)。