fix filename generation which didn't work and overwrote existing files #341
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#341
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ben_mkiv/ai-voice-cloning:master"
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?
os.path.splitext(filename)[-1][1:]
also removes the dot from the extension, therefor the old condition was always true and it didn't automatically increase the filename index if a file existed
Right, I kept forgetting to try and fix it in my VALL-E inference tests.