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 30a30e5 commit f010d8cCopy full SHA for f010d8c
packages/tasks/src/model-libraries.ts
@@ -465,6 +465,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
465
repoUrl: "https://github.com/Tencent/HunyuanDiT",
466
countDownloads: `path:"pytorch_model_ema.pt" OR path:"pytorch_model_distill.pt"`,
467
},
468
+ "hunyuan3d-2": {
469
+ prettyLabel: "Hunyuan3D-2",
470
+ repoName: "Hunyuan3D-2",
471
+ repoUrl: "https://github.com/Tencent/Hunyuan3D-2",
472
+ countDownloads: `path_filename:"model_index" OR path_filename:"config"`,
473
+ },
474
imstoucan: {
475
prettyLabel: "IMS Toucan",
476
repoName: "IMS-Toucan",
0 commit comments