Skip to content

Commit 6638151

Browse files
Add Hunyuan3D-2 Library (#1241)
Co-authored-by: vb <[email protected]>
1 parent 37b877a commit 6638151

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
394394
repoUrl: "https://github.com/Tencent/HunyuanDiT",
395395
countDownloads: `path:"pytorch_model_ema.pt" OR path:"pytorch_model_distill.pt"`,
396396
},
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+
},
397403
imstoucan: {
398404
prettyLabel: "IMS Toucan",
399405
repoName: "IMS-Toucan",

0 commit comments

Comments
 (0)