File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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" ,
@@ -1175,13 +1182,6 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
11751182 countDownloads : `path:"model_vae_fp16.pt"` ,
11761183 snippets : snippets . threedtopia_xl ,
11771184 } ,
1178- hermes : {
1179- prettyLabel : "HERMES" ,
1180- repoName : "HERMES" ,
1181- repoUrl : "https://github.com/LMD0311/HERMES" ,
1182- filter : false ,
1183- countDownloads : `path:"ckpt/hermes_final.pth"` ,
1184- } ,
11851185} satisfies Record < string , LibraryUiElement > ;
11861186
11871187export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS ;
You can’t perform that action at this time.
0 commit comments