Skip to content

Commit 1f0b665

Browse files
ariG23498Wauplin
andauthored
Add image-matching-models to model libraries (#1846)
CC: @pcuenca (from our conversation about image matching models repository) For others: 1. The mother issue: alexstoken/image-matching-models#45 2. The image matching models org: https://huggingface.co/image-matching-models 3. I would like to tag the models on the org with `image-matching-models` and that would count the `safetensors` download --------- Co-authored-by: Lucain <[email protected]>
1 parent b65af39 commit 1f0b665

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
509509
repoName: "HunyuanWorld-voyager",
510510
repoUrl: "https://github.com/Tencent-Hunyuan/HunyuanWorld-Voyager",
511511
},
512+
"image-matching-models": {
513+
prettyLabel: "Image Matching Models",
514+
repoName: "Image Matching Models",
515+
repoUrl: "https://github.com/alexstoken/image-matching-models",
516+
filter: false,
517+
countDownloads: `path_extension:"safetensors"`,
518+
},
512519
imstoucan: {
513520
prettyLabel: "IMS Toucan",
514521
repoName: "IMS-Toucan",

0 commit comments

Comments
 (0)