-
Notifications
You must be signed in to change notification settings - Fork 431
Add univa to models #1526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add univa to models #1526
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -1027,6 +1027,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { | |||||||||||||
countDownloads: `path_extension:"pt"`, | ||||||||||||||
snippets: snippets.ultralytics, | ||||||||||||||
}, | ||||||||||||||
"univa": { | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as mentioned by @Vaibhavs10 let's get the model listed under https://huggingface.co/models?other=uniworld (or https://huggingface.co/models?other=univa) before shipping this PR |
||||||||||||||
prettyLabel: "univa", | ||||||||||||||
repoName: "univa", | ||||||||||||||
Comment on lines
+1030
to
+1032
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Shouldn't the library be named |
||||||||||||||
repoUrl: "https://github.com/PKU-YuanGroup/UniWorld-V1", | ||||||||||||||
snippets: snippets.univa, | ||||||||||||||
filter: true, | ||||||||||||||
countDownloads: `path_extension:"safetensors"`, | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like the repo already have a Problem with counting |
||||||||||||||
}, | ||||||||||||||
"uni-3dar": { | ||||||||||||||
prettyLabel: "Uni-3DAR", | ||||||||||||||
repoName: "Uni-3DAR", | ||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.