Skip to content

Commit 35b95ca

Browse files
committed
Move HERMES entry to the alphabetical order
1 parent ca09e9d commit 35b95ca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 7 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",
@@ -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

11871187
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;

0 commit comments

Comments
 (0)