-
Notifications
You must be signed in to change notification settings - Fork 134
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
TTS update and double click to load story #474
Conversation
Fixed --quiet being enforced once set forever
With the index of checkpoint files here (and with the total_size in the index json) we could probably have a cleaner per-byte loading bar in the future, but let's not break anything for now.
Add checkpoint tracking for loading
install_tortuise_tts completely breaks the KoboldAI runtime standard on multiple levels, can't merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least the changes made to aiserver settings koboldai.js and lazyloader all jive in my mind... The modeling class descriptors and patches are things I don't feel qualified to 'vet' changes to.(yet.)
Added double click to load story
TTS updated for better compatibility without tortoise tts (missed required package and ffmpeg)
Added install script for tortoise tss
Added status bar to the left of the tts controls to show which actions have been generated with the fast tts, which are slow tts complete, and which have no audio at all.
(attention mask fix removed)