Update Synthalingua Version 4.62 to .63#145
Merged
Merged
Conversation
PR Master to Upstream
* Updated Sub Gen Module. Module didn't load model file from the model directory which is set by the user or defaults to downloading to the user profile instead, * Added the device flag which was missing too.
- Ui Changes; Prep for new UI.
* UI Changes for Basic Mode
* Possible fix for #150 will need additional testing to make sure.
ca1ec63 to
9b1f20c
Compare
Switched dev environment to conda manager. Will need to exclude this chonky folder. excluding testing stuff
c92bb68 to
7dc946f
Compare
I'm tired boss. Updated main file and transferred stuff to modules. Still need to verify stuff, but stuff seems to work (for now). Might've broken something, but ehhhh we'll cross that bridge when time comes, but for now, this is danger noodle build. may or may not work.
Danger Noodle Push - Modules Rework - Imports file removed - Profit? This is a deadly push and might not work as intended. beware!
* Attempts to play latest segments from DVR vods that are live (maybe fixes #132 ). Will need further testing.
* Attempt to fix issue #131
Danger noodle stuff to bleeding
* Made the sub gen srt maker more, better.
* Token Confidence
Update the Modules for better readability.
Dead code
Docs update
* Build File Update * Requirements Update
* Update model list
* Fixed an issue where normal models would load if English was selected, will now load actual smaller en modes now.
English translation button fixed.
GUI code was updated, still needs verification testing.
Remove torch from requirements
update yt-dlp to latest
Add a warning to console
add warning when temp files are left over
FP16 Update
Owner
Author
|
Under review, making sure all changes are working as intended. |
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.
Synthalingua Changelog
[1.1.0] - 2025-02-21
This release focuses on significant code restructuring, UI enhancements, and dependency updates for improved performance, stability, and user experience. It also addresses several bugs and incorporates community contributions.
Added
--ignorelistflag to load a text file containing words or phrases to be ignored from the output, improving customization and reducing unwanted phrases.--remote_hls_password_idand--remote_hls_passwordflags to support authenticated HLS streams that require a password or key.yt-dlp,openai-whisper, and various other packages. This brings performance improvements, bug fixes, and new features from these libraries.Changed
imports.pywith direct imports in each module to enhance dependency management and code clarity.audio_handlers.py,device_manager.py,file_handlers.py,stream_handler.py, andtranscription_core.pyto centralize and organize core logic.--auto_model_swapflag with improved model selection logic based on RAM usage and language inparser_args.py.--no_log) for showing only the most recent translation or transcription.Removed
--auto_model_swapFlag: Removed the deprecated--auto_model_swapflag due to improved model selection logic.--use_finetuneflag and related code for the finetuned model has been temporarily disabled for retraining.Fixed