-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add Replicate demo and API #4
base: main
Are you sure you want to change the base?
Conversation
I tweeted about this model on Twitter/X too https://x.com/zsakib_/status/1866908003938832743 |
) | ||
|
||
# Generate audio with no_grad | ||
with torch.no_grad(): |
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.
with torch.inference_mode():
might be more performant
/weights | ||
/ext_weights |
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.
I am not sure what leading slashes do in .gitignore
-- are they needed? We already have weights
and ext_weights
above.
Wow, thanks a lot! Really appreciate it. I've left two minor comments, but this is excellent. |
Added the replicate link to readme for now. Thanks. |
Hi @hkchengrex !
Awesome work on mmaudio!
This pull request makes it possible to run mmaudio on Replicate (https://replicate.com/zsxkib/mmaudio) and via API!