Skip to content

Commit fd95e17

Browse files
NielsRoggeWauplin
andauthored
Add Trellis as a library (#1068)
This PR enables download counts for trellis: https://huggingface.co/JeffreyXiang/TRELLIS-image-large. Related PR: microsoft/TRELLIS#9 --------- Co-authored-by: Lucain <[email protected]>
1 parent bebee8f commit fd95e17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
795795
snippets: snippets.transformersJS,
796796
filter: true,
797797
},
798+
"trellis": {
799+
prettyLabel: "Trellis",
800+
repoName: "Trellis",
801+
repoUrl: "https://github.com/microsoft/TRELLIS",
802+
countDownloads: `path_extension:"safetensors"`,
803+
},
798804
"unity-sentis": {
799805
prettyLabel: "unity-sentis",
800806
repoName: "unity-sentis",

0 commit comments

Comments
 (0)