Enhanced KittenTTS for Windows compatibility#38
Open
Mrkomiljon wants to merge 5 commits intoKittenML:mainfrom
Open
Enhanced KittenTTS for Windows compatibility#38Mrkomiljon wants to merge 5 commits intoKittenML:mainfrom
Mrkomiljon wants to merge 5 commits intoKittenML:mainfrom
Conversation
akx
suggested changes
Aug 7, 2025
akx
left a comment
There was a problem hiding this comment.
build/,dist/,__pycache__,*.egg-infodirectories should never be committed to Git.- Adding multiple megabytes of WAV files to a Git repository will bloat its size forever, not a great idea.
Author
|
@akx All requested changes have been made. Please let me know if anything else is needed 🙌 |
|
I’m on windows 11 and the install and sample code ran fine for me without this PR. What was not working on windows for other users? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhanced KittenTTS for Windows Compatibility
🚀 **Enhancements Made: **
✅ **Windows Compatibility Fixes: **
espeakdependency issues on Windowssoundfilelibrary loading problems📁 **Better Organization: **
output/folder for generated files📚 **Enhanced Documentation: **
🔧 **Technical Improvements: **
misaki[en]version conflicts📋 **Files Changed: **
README.md- Enhanced documentation with Windows compatibility notessimple_example.py- Working Windows example with output folderfinal_example.py- Complete example with multiple voicesrequirements.txt- Fixed dependency versions�� **Tested On: **
🎯 **Benefits: **
**Changes Summary: **
This PR addresses common Windows compatibility issues and significantly improves the overall user experience for Windows users while maintaining full compatibility with other platforms.
**Note: ** All changes are backward compatible and don't break existing functionality.