-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
Batch output does not create folder location if it doesn't exist error #682
Comments
Thank you for reporting this issue. I understand that you're expecting the output folder to be created automatically if it doesn't exist, similar to the behavior in the original RVC. This is a reasonable expectation, and I'll investigate further. In the meantime, I'd like to confirm that you've checked the |
there is no create_output_folder setting in the config.json for applio |
It sounds like you're experiencing an issue with Applio's batch inference feature where it errors out if the specified output folder location doesn't exist, unlike the original RVC which would create the folder automatically. To better assist you, could you please provide more details about the error message you're seeing? Specifically, what is the exact error message and any error codes that are displayed? Additionally, have you tried running Applio with administrator privileges to see if that resolves the issue? If you're looking for faster assistance, consider joining our support community on Discord, or please wait for a staff member to assist. |
hey, we can add that feature |
done f40b821 |
Bug Description
Not sure if this is a bug or a feature request considering its something that is in the original RVC but when you are doing batch inference and your output folder location doesn't exist it'll error out. This feature is something I love using in normal RVC to separate my batch outputs very much need it in Applio as it gets tedious having to create each folder manually.
Steps to Reproduce
Outline the steps to replicate the issue:
Expected Behavior
In normal RVC it'll create the folder output location if it doesn't exist but in Applio it just errors out instead of making that folder.
Assets
Desktop Details:
Windows 10, Chrome using the web ui (run-applio.bat)
The text was updated successfully, but these errors were encountered: