diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index e09155053..8185e9602 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -430,6 +430,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/fudan-generative-vision/hallo", countDownloads: `path:"hallo/net.pth"`, }, + hermes: { + prettyLabel: "HERMES", + repoName: "HERMES", + repoUrl: "https://github.com/LMD0311/HERMES", + filter: false, + countDownloads: `path:"ckpt/hermes_final.pth"`, + }, hezar: { prettyLabel: "Hezar", repoName: "Hezar",