From 5f5fceecacb6655a88dfa0f50cc60882c332bd38 Mon Sep 17 00:00:00 2001 From: Jianyi Wang <1120582412@qq.com> Date: Wed, 11 Jun 2025 13:38:29 +0800 Subject: [PATCH 1/4] Update model-libraries.ts --- packages/tasks/src/model-libraries.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index d1fa1601dc..e175e5ef3a 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -130,6 +130,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path:"llm_config.json"`, }, + "seedvr-models": { + prettyLabel: "SeedVR", + repoName: "SeedVR", + repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", + filter: false, + countDownloads: `path_extension:"pth"`, + }, ben2: { prettyLabel: "BEN2", repoName: "BEN2", From 09bfc00cb15bbea72281dcdaa2941cef696fa36e Mon Sep 17 00:00:00 2001 From: IceClear <1120582412@qq.com> Date: Wed, 11 Jun 2025 23:11:11 +0800 Subject: [PATCH 2/4] split repos --- packages/tasks/src/model-libraries.ts | 35 +++++++++++++++++++++------ 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index a0df4462e2..d1fc054bba 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -130,13 +130,6 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path:"llm_config.json"`, }, - "seedvr-models": { - prettyLabel: "SeedVR", - repoName: "SeedVR", - repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", - filter: false, - countDownloads: `path_extension:"pth"`, - }, ben2: { prettyLabel: "BEN2", repoName: "BEN2", @@ -813,6 +806,34 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path_extension:"pt2" OR path_extension:"pth" OR path_extension:"onnx"`, }, + "seedvr-3b": { + prettyLabel: "SeedVR-3B", + repoName: "SeedVR-3B", + repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", + filter: false, + countDownloads: `path_extension:"pth"`, + }, + "seedvr-7b": { + prettyLabel: "SeedVR-7B", + repoName: "SeedVR-7B", + repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", + filter: false, + countDownloads: `path_extension:"pth"`, + }, + "seedvr2-3b": { + prettyLabel: "SeedVR2-3B", + repoName: "SeedVR2-3B", + repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", + filter: false, + countDownloads: `path_extension:"pth"`, + }, + "seedvr2-7b": { + prettyLabel: "SeedVR2-7B", + repoName: "SeedVR2-7B", + repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", + filter: false, + countDownloads: `path_extension:"pth"`, + }, "sentence-transformers": { prettyLabel: "sentence-transformers", repoName: "sentence-transformers", From da767df721b84dec0dec19a1d644ac6a1fd0c541 Mon Sep 17 00:00:00 2001 From: IceClear <1120582412@qq.com> Date: Thu, 12 Jun 2025 01:05:21 +0800 Subject: [PATCH 3/4] finish --- packages/tasks/src/model-libraries.ts | 29 ++++----------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index d1fc054bba..2f4e23f3e6 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -806,31 +806,10 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path_extension:"pt2" OR path_extension:"pth" OR path_extension:"onnx"`, }, - "seedvr-3b": { - prettyLabel: "SeedVR-3B", - repoName: "SeedVR-3B", - repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", - filter: false, - countDownloads: `path_extension:"pth"`, - }, - "seedvr-7b": { - prettyLabel: "SeedVR-7B", - repoName: "SeedVR-7B", - repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", - filter: false, - countDownloads: `path_extension:"pth"`, - }, - "seedvr2-3b": { - prettyLabel: "SeedVR2-3B", - repoName: "SeedVR2-3B", - repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", - filter: false, - countDownloads: `path_extension:"pth"`, - }, - "seedvr2-7b": { - prettyLabel: "SeedVR2-7B", - repoName: "SeedVR2-7B", - repoUrl: "https://github.com/ByteDance-Seed/SeedVR/", + "seedvr": { + prettyLabel: "SeedVR", + repoName: "SeedVR", + repoUrl: "https://github.com/ByteDance-Seed/SeedVR", filter: false, countDownloads: `path_extension:"pth"`, }, From 4ed373d586fa5590930bab3173a731f5b7b3a1d1 Mon Sep 17 00:00:00 2001 From: Lucain Date: Wed, 11 Jun 2025 19:11:35 +0200 Subject: [PATCH 4/4] Update packages/tasks/src/model-libraries.ts --- packages/tasks/src/model-libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 2f4e23f3e6..867b0a0f8f 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -806,7 +806,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path_extension:"pt2" OR path_extension:"pth" OR path_extension:"onnx"`, }, - "seedvr": { + seedvr: { prettyLabel: "SeedVR", repoName: "SeedVR", repoUrl: "https://github.com/ByteDance-Seed/SeedVR",