Skip to content

Commit 08d54d9

Browse files
Deep-UnlearningDeep-Unlearning
authored andcommitted
Remove Zonos snippet code
1 parent bd02b38 commit 08d54d9

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
@@ -987,6 +987,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
987987
countDownloads: `path_extension:"pt" OR path_extension:"safetensors"`,
988988
snippets: snippets.ultralytics,
989989
},
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+
},
990998
} satisfies Record<string, LibraryUiElement>;
991999

9921000
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;

0 commit comments

Comments
 (0)