updated several default configurations to not cause null/empty errors. also default samples/iterations to 16-30 ultra fast which is typically suggested. #122
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#122
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch ":save_more_user_config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I originally intended to save many more user preferences and load them every time. I settled for setting defaults that don't cause errors on some of the more egregious options.
It took a long time to find the ui.load function at the end overriding preferences from config. We can do the update at the end like that in one place, it's just a bit confusing with the way the program handles EXEC_SETTINGS being saved through args and GENERATE_SETTINGS done in different ways.
Can still do my original intent when we decide which way we wanna go about doing things.