File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,13 @@ export interface LibraryUiElement {
5858 */
5959
6060export 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
10531052export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS ;
You can’t perform that action at this time.
0 commit comments