We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resemble-enhance is pretty good in terms of enhancing the audio quality.
Is there any chance to make it faster ?
Changing argumemnts nfe or euler approach makes small changes.
For a 22 seconds audio, it takes generally about 14 seconds.
Any suggestions are welcome.
Note : Here are some of the approaches we have employed, but so far no luck in terms of making things faster
resemble-enhance --device cuda --solver euler --nfe 32 --parallel_mode {enhance_in_temp_directory} {enhance_out_temp_directory}" resemble-enhance --device cuda --nfe 16 --parallel_mode {enhance_in_temp_directory} {enhance_out_temp_directory}" resemble-enhance --device cuda --nfe 2 --parallel_mode {enhance_in_temp_directory} {enhance_out_temp_directory}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Resemble-enhance is pretty good in terms of enhancing the audio quality.
Is there any chance to make it faster ?
Changing argumemnts nfe or euler approach makes small changes.
For a 22 seconds audio, it takes generally about 14 seconds.
Any suggestions are welcome.
Note : Here are some of the approaches we have employed, but so far no luck in terms of making things faster
The text was updated successfully, but these errors were encountered: