File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments