Skip to content

Commit da767df

Browse files
committed
finish
1 parent 09bfc00 commit da767df

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -806,31 +806,10 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
806806
filter: false,
807807
countDownloads: `path_extension:"pt2" OR path_extension:"pth" OR path_extension:"onnx"`,
808808
},
809-
"seedvr-3b": {
810-
prettyLabel: "SeedVR-3B",
811-
repoName: "SeedVR-3B",
812-
repoUrl: "https://github.com/ByteDance-Seed/SeedVR/",
813-
filter: false,
814-
countDownloads: `path_extension:"pth"`,
815-
},
816-
"seedvr-7b": {
817-
prettyLabel: "SeedVR-7B",
818-
repoName: "SeedVR-7B",
819-
repoUrl: "https://github.com/ByteDance-Seed/SeedVR/",
820-
filter: false,
821-
countDownloads: `path_extension:"pth"`,
822-
},
823-
"seedvr2-3b": {
824-
prettyLabel: "SeedVR2-3B",
825-
repoName: "SeedVR2-3B",
826-
repoUrl: "https://github.com/ByteDance-Seed/SeedVR/",
827-
filter: false,
828-
countDownloads: `path_extension:"pth"`,
829-
},
830-
"seedvr2-7b": {
831-
prettyLabel: "SeedVR2-7B",
832-
repoName: "SeedVR2-7B",
833-
repoUrl: "https://github.com/ByteDance-Seed/SeedVR/",
809+
"seedvr": {
810+
prettyLabel: "SeedVR",
811+
repoName: "SeedVR",
812+
repoUrl: "https://github.com/ByteDance-Seed/SeedVR",
834813
filter: false,
835814
countDownloads: `path_extension:"pth"`,
836815
},

0 commit comments

Comments
 (0)