8000 Add SeedVR to model-libraries.ts (#1523) · huggingface/huggingface.js@bc3d547 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc3d547

Browse files
IceClearWauplin
andauthored
Add SeedVR to model-libraries.ts (#1523)
This MR is for registering the SeedV 8000 R model to the hub https://huggingface.co/ByteDance-Seed/SeedVR-Models --------- Co-authored-by: Lucain <lucainp@gmail.com>
1 parent 89dc370 commit bc3d547

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,13 @@ 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: {
810+
prettyLabel: "SeedVR",
811+
repoName: "SeedVR",
812+
repoUrl: "https://github.com/ByteDance-Seed/SeedVR",
813+
filter: false,
814+
countDownloads: `path_extension:"pth"`,
815+
},
809816
"sentence-transformers": {
810817
prettyLabel: "sentence-transformers",
811818
repoName: "sentence-transformers",

0 commit comments

Comments
 (0)
0