diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index e050353c5..eab0b7a33 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -394,6 +394,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoUrl: "https://github.com/Tencent/HunyuanDiT", countDownloads: `path:"pytorch_model_ema.pt" OR path:"pytorch_model_distill.pt"`, }, + "hunyuan3d-2": { + prettyLabel: "Hunyuan3D-2", + repoName: "Hunyuan3D-2", + repoUrl: "https://github.com/Tencent/Hunyuan3D-2", + countDownloads: `path:"model_index.json" OR path:"config.yaml"`, + }, imstoucan: { prettyLabel: "IMS Toucan", repoName: "IMS-Toucan",