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 37b877a commit 6638151Copy full SHA for 6638151
packages/tasks/src/model-libraries.ts
@@ -394,6 +394,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
394
repoUrl: "https://github.com/Tencent/HunyuanDiT",
395
countDownloads: `path:"pytorch_model_ema.pt" OR path:"pytorch_model_distill.pt"`,
396
},
397
+ "hunyuan3d-2": {
398
+ prettyLabel: "Hunyuan3D-2",
399
+ repoName: "Hunyuan3D-2",
400
+ repoUrl: "https://github.com/Tencent/Hunyuan3D-2",
401
+ countDownloads: `path:"model_index.json" OR path:"config.yaml"`,
402
+ },
403
imstoucan: {
404
prettyLabel: "IMS Toucan",
405
repoName: "IMS-Toucan",
0 commit comments