-
Notifications
You must be signed in to change notification settings - Fork 91
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
Update NoScribe Function #97
Comments
Thanks for the suggestions. I also have one, @kaixxx: maybe we could significantly reduce the download size by including download scripts for the models instead of the model itself. Then users could decide wihich one to download. We could simply store those models in the same folder as the config.yml then. What do you think? |
@gernophil good suggestion, like a small setup file and then the scripts could run during the setup wizard.
|
This is already implemented with version 0.5: If I release a new version on GitHub, users will be notified on startup. However, the feature has not yet been used since I have not made an official new release since then.
You can do this already. The installer (on Windows at least) will suggest uninstalling the old version and do this automatically if you choose this option. However, you can also choose to install directly over the old version.
The autodetection of GPUs is tricky and may cause errors. So I prefer that users actively decide to use CUDA, at least for now. Catching possible incompatibilities and suggesting solutions could be improved, though.
I have to think about this. Given that most of the users don't know much about the pros and cons of different models available, such a decision would probably be too much for them in a situation where they just want to get noScribe up and running and test it out. So I prefer to offer a complete package that just works out of the box. |
I did not know that, handy, thank you.
Fair enough |
This might be early but a way to let users know about an update might significantly improve transcription accuracy or speed considering the leaps between WhisperV2 and Whisper3. It might be a good idea to prevent future discussions about this to let users decide what Whisper version they want to use, or what language, but I think that was referenced in another issue.
Some notification in the app would be nice to know if there is a new version first.
A way to download the new version and install it over the current one would improve the update process.
Currently I remove noscribe and then download the new version to update. I can see a lot of users do not want to go this process and keep using an inferior version that would improve the workflow significantly.
If there is a way to detect if the user is using a dedicated GPU with enought VRAM and point/guide them to the relevant nsisbin file to improve transcription file to add that would be usefull.
The text was updated successfully, but these errors were encountered: