Skip to content

Commit 2b7457c

Browse files
author
AricGamma
authored
Add Hallo and Champ libraries (#792)
1 parent 5c99c68 commit 2b7457c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
122122
filter: false,
123123
countDownloads: `path:"params.index.json"`,
124124
},
125+
champ: {
126+
prettyLabel: "Champ",
127+
repoName: "Champ",
128+
repoUrl: "https://github.com/fudan-generative-vision/champ",
129+
countDownloads: `path:"champ/motion_module.pth"`,
130+
},
125131
chat_tts: {
126132
prettyLabel: "ChatTTS",
127133
repoName: "ChatTTS",
@@ -236,6 +242,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
236242
filter: false,
237243
countDownloads: `path:"ckpt/tensor00000_000" OR path:"ckpt-0/tensor00000_000"`,
238244
},
245+
hallo: {
246+
prettyLabel: "Hallo",
247+
repoName: "Hallo",
248+
repoUrl: "https://github.com/fudan-generative-vision/hallo",
249+
countDownloads: `path:"hallo/net.pth"`,
250+
},
239251
"hunyuan-dit": {
240252
prettyLabel: "HunyuanDiT",
241253
repoName: "HunyuanDiT",

0 commit comments

Comments
 (0)