@@ -130,13 +130,6 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
130130 filter : false ,
131131 countDownloads : `path:"llm_config.json"` ,
132132 } ,
133- "seedvr-models" : {
134- prettyLabel : "SeedVR" ,
135- repoName : "SeedVR" ,
136- repoUrl : "https://github.com/ByteDance-Seed/SeedVR/" ,
137- filter : false ,
138- countDownloads : `path_extension:"pth"` ,
139- } ,
140133 ben2 : {
141134 prettyLabel : "BEN2" ,
142135 repoName : "BEN2" ,
@@ -813,6 +806,34 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
813806 filter : false ,
814807 countDownloads : `path_extension:"pt2" OR path_extension:"pth" OR path_extension:"onnx"` ,
815808 } ,
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/" ,
834+ filter : false ,
835+ countDownloads : `path_extension:"pth"` ,
836+ } ,
816837 "sentence-transformers" : {
817838 prettyLabel : "sentence-transformers" ,
818839 repoName : "sentence-transformers" ,
0 commit comments