Skip to content

Commit b5b4d13

Browse files
authored
Add diffree as lib for download stats (#823)
1 parent 76f4383 commit b5b4d13

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
@@ -151,6 +151,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
151151
filter: false,
152152
countDownloads: `path_extension:"pth"`,
153153
},
154+
diffree: {
155+
prettyLabel: "Diffree",
156+
repoName: "Diffree",
157+
repoUrl: "https://github.com/OpenGVLab/Diffree",
158+
filter: false,
159+
countDownloads: `path:"diffree-step=000010999.ckpt"`,
160+
},
154161
diffusers: {
155162
prettyLabel: "Diffusers",
156163
repoName: "🤗/diffusers",

0 commit comments

Comments
 (0)