We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd02b38 commit 08d54d9Copy full SHA for 08d54d9
packages/tasks/src/model-libraries.ts
@@ -987,6 +987,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
987
countDownloads: `path_extension:"pt" OR path_extension:"safetensors"`,
988
snippets: snippets.ultralytics,
989
},
990
+ "3dtopia-xl": {
991
+ prettyLabel: "3DTopia-XL",
992
+ repoName: "3DTopia-XL",
993
+ repoUrl: "https://github.com/3DTopia/3DTopia-XL",
994
+ filter: false,
995
+ countDownloads: `path:"model_vae_fp16.pt"`,
996
+ snippets: snippets.threedtopia_xl,
997
+ },
998
} satisfies Record<string, LibraryUiElement>;
999
1000
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
0 commit comments