Skip to content

Commit 378d5c6

Browse files
committed
track download stats for the ACE-Step repo.
1 parent 70b41a6 commit 378d5c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
10401040
countDownloads: `path:"model_vae_fp16.pt"`,
10411041
snippets: snippets.threedtopia_xl,
10421042
},
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/diffusion_pytorch_model.safetensors"`,
1049+
},
1050+
10431051
} satisfies Record<string, LibraryUiElement>;
10441052

10451053
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;

0 commit comments

Comments
 (0)