docs(IndexTTS): describe reference conditioning - #1836
Open
localai-org-maint-bot wants to merge 1 commit into
Open
docs(IndexTTS): describe reference conditioning#1836localai-org-maint-bot wants to merge 1 commit into
localai-org-maint-bot wants to merge 1 commit into
Conversation
The model guide and server reference still said that IndexTTS ignored its required reference clip. The implementation now feeds the clip to both conditioning stages, and the feature table already records that behavior. Keep voice-cloning parity pending because vLLM-Omni is not pinned as an oracle. FOLLOWING_AGENTS_PROTOCOL Following-Agents-Protocol: true AI-Assisted: true Assisted-by: Codex:gpt-5 [Codex]
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.
Row
Documentation alignment for
#634and the conditioning implementation landed by#1790. This is a single-agent, ad hoc documentation repair, so it does not claim a roadmap row.Before starting
#634owns the IndexTTS 2.5 feature.main.scripts/ready-for-helper.pyresult when applicable: not applicable; no lifecycle state changes.src/vllm/model_executor/models/indextts2.cpp,src/vllm/model_executor/models/indextts2_conditioning.cpp,tests/vllm/models/test_indextts2_conditioning.cpp,.agents/specs/indextts-2-5.md, anddocs/FEATURES.md.What changed
The IndexTTS 2.5 model guide and server reference now describe the reference-audio conditioning that the implementation runs. README News records the user-visible change. The text keeps voice-cloning and vLLM-Omni parity explicitly unmeasured.
Evidence
scripts/check-doc-checkpoint.pyis not present onmain.python3 scripts/check-readme-structure.py: OK.python3 tests/scripts/test_check_readme_structure.py: 19 tests passed.python3 scripts/check-supported-models.py: 41 registered architectures match.python3 scripts/check-site.py: 12 published docs, navigation in bijection.python3 scripts/check-role-discipline.py: OK.python3 tests/scripts/test_check_role_discipline.py: 18 tests passed.python3 scripts/check-agent-record.py: ENGINE=170, MODEL=377, QUANT=84, KERNEL=57, BACKEND=86, ANCHOR-ROT=37.python3 tests/scripts/test_agent_record.py: 109 tests passed.python3 scripts/check-model-checklist.py: checklist matches detailed row states.python3 scripts/check-commit-style.py --range upstream/main..HEAD: OK.python3 scripts/check-commit-trailers.py --range upstream/main..HEAD: OK.Speed claims
Honest gaps
No GPU or model run was performed on this host. The PR does not add a new correctness or quality result. It reports the existing deterministic conditioning evidence and keeps oracle parity pending.
FOLLOWING_AGENTS_PROTOCOL
Following-Agents-Protocol: true
AI-Assisted: true
Assisted-by: Codex:gpt-5 [Codex]