Correct OuteTTS model_specs_v1 metadata - #124
Draft
mirek190 wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
Follow-up verification for the OuteTTS spec migration:
Additional checks:
|
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.
What
Follow-up to #63 that brings the OuteTTS catalog entry in
model_specs_v1/in line with the current loader and package layout.dac_graph_arena_mbto the runtime-consumeddac_graph_context_mb.aligner_pathto the runtime-consumedaligner_model_path.Llama-OuteTTS-1.0-1B_Q8directory.Why
The previous option names were metadata-only aliases that the OuteTTS loader does not consume, so settings produced from the v1 catalog would be silently ignored. The old target directory also differed from the package layout used by the published model and existing examples.
Impact
This is a catalog-only correction. It does not change OuteTTS inference code or model outputs. Clients consuming
model_specs_v1/outetts.jsonnow emit the exact option keys accepted by the loader and install the package into the expected directory.The existing 23-language list, tasks, capabilities, source declarations, and runtime bridge remain unchanged.
Checks
python -m json.tool model_specs_v1/outetts.jsonsourcesexactly matchmodel_specs/outetts.jsonsrc/community_models/outetts/loader.cpppython tools/model_manager_v2.py --specs-dir model_specs_v1 info outettspython tools/model_manager_v2.py --specs-dir model_specs_v1 install outetts --models-root ../models --checkText to audio (TTS)/Llama-OuteTTS-1.0-1B_Q8.gguf3,029,895,456bytesgit diff --check