Fix #647: Add: Step_Audio_EditX_TTS, FishAudioS2, SoulX-Singer & Stab...#659
Open
JiwaniZakir wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
|
Hi, I appreciate the attention, but external extensions allow for such installations. For 2026 modifying extensions.json is mainly not going to happen. |
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.
Closes #647
Before
extensions.jsoncontained no entries for Step-Audio EditX TTS or Fish Audio S2 in thetext-to-speechsection, and no entries for SoulX Singer or StableAudioX in theaudio-music-generationsection. Users had no way to install these four models through the TTS WebUI extension manager.After
Four new extension entries are registered in
extensions.json:text-to-speech section (after the
megatts3entry, lines ~503–528):tts_webui_extension.step_audio_editx_tts— Step-Audio EditX TTS (Beta), backed bystepfun-ai/Step-Audio, installed fromrsxdalv/tts_webui_extension.step_audio_editx_tts@maintts_webui_extension.fish_audio_s2— Fish Audio S2 (Beta), backed byfishaudio/fish-speech, installed fromrsxdalv/tts_webui_extension.fish_audio_s2@mainaudio-music-generation section (after the
songbloomentry, lines ~633–658):tts_webui_extension.soulx_singer— SoulX Singer (Beta), installed fromrsxdalv/tts_webui_extension.soulx_singer@maintts_webui_extension.stable_audio_x— StableAudioX (Beta), backed by Stability AI's AudioX model, installed fromrsxdalv/tts_webui_extension.stable_audio_x@mainAll four entries are marked Beta, use
"extension_type": "interface", carry MIT licenses, and follow the existing schema structure (package_name,name,requirements,description,extension_type,extension_class,author,extension_author,license,website,extension_website,extension_platform_version).Changes
extensions.json: Added 2 entries totext-to-speecharray and 2 entries toaudio-music-generationarray. No other files modified.Testing
@mainbranch of eachrsxdalv/tts_webui_extension.*repo.python -m json.tool extensions.jsonexits 0.This PR was created with AI assistance (Claude). The changes were reviewed by quality gates and a critic model before submission.