Skip to content

Commit 2483b01

Browse files
authored
Ensure alphabetical order
1 parent 7f6f6bd commit 2483b01

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ export interface LibraryUiElement {
5858
*/
5959

6060
export const MODEL_LIBRARIES_UI_ELEMENTS = {
61+
acestep: {
62+
prettyLabel: "ACE-Step",
63+
repoName: "ACE-Step",
64+
repoUrl: "https://github.com/ace-step/ACE-Step",
65+
filter: false,
66+
countDownloads: `path:"ace_step_transformer/config.json"`,
67+
},
6168
"adapter-transformers": {
6269
prettyLabel: "Adapters",
6370
repoName: "adapters",
@@ -1040,14 +1047,6 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
10401047
countDownloads: `path:"model_vae_fp16.pt"`,
10411048
snippets: snippets.threedtopia_xl,
10421049
},
1043-
acestep: {
1044-
prettyLabel: "ACE-Step",
1045-
repoName: "ACE-Step",
1046-
repoUrl: "https://github.com/ace-step/ACE-Step",
1047-
filter: false,
1048-
countDownloads: `path:"ace_step_transformer/config.json"`,
1049-
},
1050-
10511050
} satisfies Record<string, LibraryUiElement>;
10521051

10531052
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;

0 commit comments

Comments
 (0)