diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 960fb1b415..6024b04d35 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -509,6 +509,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { repoName: "HunyuanWorld-voyager", repoUrl: "https://github.com/Tencent-Hunyuan/HunyuanWorld-Voyager", }, + "image-matching-models": { + prettyLabel: "Image Matching Models", + repoName: "Image Matching Models", + repoUrl: "https://github.com/alexstoken/image-matching-models", + filter: false, + countDownloads: `path_extension:"safetensors"`, + }, imstoucan: { prettyLabel: "IMS Toucan", repoName: "IMS-Toucan",