-
Notifications
You must be signed in to change notification settings - Fork 352
Add OuteTTS snippet #1362
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 OuteTTS snippet #1362
Conversation
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.
Same comments as for the 2 other libs. Looks good otherwise :)
prettyLabel: "Outetts", | ||
repoName: "Outetts", |
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.
prettyLabel: "Outetts", | |
repoName: "Outetts", | |
prettyLabel: "OuteTTS", | |
repoName: "OuteTTS", |
(from what I can see in https://github.com/edwko/OuteTTS)
repoUrl: "https://github.com/edwko/OuteTTS", | ||
snippets: snippets.outetts, | ||
filter: false, | ||
countDownloads: `path:"model.safetensors"`, |
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.
countDownloads: `path:"model.safetensors"`, |
Download count already works correctly with config.json
file. Better to keep it like this
@@ -616,6 +616,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { | |||
filter: false, | |||
countDownloads: `path:"Open_Sora_v2.safetensors"`, | |||
}, | |||
outetts: { |
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.
requires a few models under https://huggingface.co/models?other=outetts before getting this PR merged
repoUrl: "https://github.com/edwko/OuteTTS", | ||
snippets: snippets.outetts, | ||
filter: false, | ||
countDownloads: `path:"model.safetensors"`, |
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.
countDownloads: `path:"model.safetensors"`, |
since it already tracks it
@@ -616,6 +616,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { | |||
filter: false, | |||
countDownloads: `path:"Open_Sora_v2.safetensors"`, | |||
}, | |||
outetts: { | |||
prettyLabel: "Outetts", | |||
repoName: "Outetts", |
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.
repoName: "Outetts", | |
repoName: "outetts", |
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.
ah lol, sorry I forgot to hit comment
5 days ago 🫠
cc @Vaibhavs10