Skip to content

Commit d9f3397

Browse files
dk-liangWauplinLMD0311
authored
Add hermes as a library and enable download tracking (#1626)
This PR adds hermes as a dedicated library: https://huggingface.co/LMD0311/HERMES --------- Co-authored-by: Lucain <[email protected]> Co-authored-by: Xin Zhou <[email protected]> Co-authored-by: Lucain <[email protected]>
1 parent c96c17b commit d9f3397

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
@@ -430,6 +430,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
430430
repoUrl: "https://github.com/fudan-generative-vision/hallo",
431431
countDownloads: `path:"hallo/net.pth"`,
432432
},
433+
hermes: {
434+
prettyLabel: "HERMES",
435+
repoName: "HERMES",
436+
repoUrl: "https://github.com/LMD0311/HERMES",
437+
filter: false,
438+
countDownloads: `path:"ckpt/hermes_final.pth"`,
439+
},
433440
hezar: {
434441
prettyLabel: "Hezar",
435442
repoName: "Hezar",

0 commit comments

Comments
 (0)