Skip to content

Commit 3f590d2

Browse files
authored
Add stable-audio-3 library (#2190)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Low risk: adds a new static entry to the model libraries registry without altering existing logic or data flows. > > **Overview** > Adds a new `stable-audio-3` entry to `MODEL_LIBRARIES_UI_ELEMENTS` in `model-libraries.ts`, including label/repo metadata and an Elastic download-count query targeting `model_config.json` (not included in filters). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit ca5626f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent efdf1ee commit 3f590d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
13031303
filter: false,
13041304
countDownloads: `path_extension:".pth"`,
13051305
},
1306+
"stable-audio-3": {
1307+
prettyLabel: "Stable Audio 3",
1308+
repoName: "stable-audio-3",
1309+
repoUrl: "https://github.com/Stability-AI/stable-audio-3",
1310+
filter: false,
1311+
countDownloads: `path:"model_config.json"`,
1312+
},
13061313
"stable-audio-tools": {
13071314
prettyLabel: "Stable Audio Tools",
13081315
repoName: "stable-audio-tools",

0 commit comments

Comments
 (0)