Merge first Release#2
Merged
Merged
Conversation
implement abstract base classes and models for easier engine integration fill in missing logic without effecting implied trajectory remove discussion page for later consideration
Wire HELP_URL in config and use it in the help action. Ensure pipeline and manage views reload models when opened to reflect recent imports. Minor formatting/cleanup.
use correct parent access for centering/overlay logic and tidy small whitespace in modal styles.
connect import dialog to create_train_destination and download_and_copy_huggingface_model helper. validate model path format and copy snapshot contents while following symlinks.
refactor AlignmentEngine api signatures for clarity and update w2tg trainer/alignment calls to use create_train_destination and consistent option names. keep mfa/whisperx placeholders intact.
… registry at import time
- add comprehensive module docstring with usage examples and API reference - document engine registration workflow and implementation notes - add docstring to _import_all_engines function - improve import organization and auto-discovery logic
- add comprehensive module docstring explaining analyzer registration workflow - implement _import_all_analyzers function for auto-discovery of *_analyzer.py modules - add imports for importlib, pkgutil, and typing support - establish ManageAnalysis manager object for runtime analyzer lookup
- delete models_manager.py (replaced by engine-based model management) - delete paths.py (functionality moved to models.py and utils.py) - remove ModelsManager QObject-based model tracking system - remove list_models/list_modelz functions (superseded by engine storage) - remove create_train_destination and related path helpers - simplify storage __init__ to only export get_storage_root from utils - clean up legacy MODE-based model organization code
- rename frameworks/modal/generic to frameworks/settings_modal for clarity - flatten module structure (remove nested generic subdirectory) - add comprehensive Google-style documentation to all components - add SettingsConfig dataclass to unify dialog configuration - update GenericDialog to accept SettingsConfig instead of separate params - update import path from storage.paths to storage.utils - add detailed docstrings with Args, Returns, Raises, and Examples - improve module-level documentation with usage examples - document all widget creation methods and lifecycle hooks
- relocate from frameworks/widget/categorical_list to frameworks/categorical_list - update UI title from 'Model Manager' to 'Model Management'
…eline page convention
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.
No description provided.