Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add OuteTTS snippet #1362

wants to merge 1 commit into from

Conversation

Deep-unlearning
Copy link
Contributor

Copy link
Contributor

@Wauplin Wauplin left a 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 :)

Comment on lines +620 to +621
prettyLabel: "Outetts",
repoName: "Outetts",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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"`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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: {
Copy link
Contributor

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"`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
repoName: "Outetts",
repoName: "outetts",

Copy link
Member

@Vaibhavs10 Vaibhavs10 left a 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 🫠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants