Skip to content

Commit b65af39

Browse files
ariG23498pcuenca
andauthored
Adding LightGlue entry (#1837)
The root issue for context: alexstoken/image-matching-models#45 I am trying to add more custom image matching libraries to the hub, so that we can track their download better and have more models uploaded to the Hub. CC: @pcuenca --------- Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
1 parent a2ad9ea commit b65af39

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
@@ -623,6 +623,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
623623
filter: false,
624624
snippets: snippets.lerobot,
625625
},
626+
lightglue: {
627+
prettyLabel: "LightGlue",
628+
repoName: "LightGlue",
629+
repoUrl: "https://github.com/cvg/LightGlue",
630+
filter: false,
631+
countDownloads: `path_extension:"pth" OR path:"config.json"`,
632+
},
626633
liveportrait: {
627634
prettyLabel: "LivePortrait",
628635
repoName: "LivePortrait",

0 commit comments

Comments
 (0)