Model Gallery

2 models from 1 repositories

Filter by type:

Filter by tags:

audio-cpp-chatterbox
Chatterbox (audio.cpp, Q8_0) - multilingual zero-shot voice cloning, served by the audio-cpp backend. A reference clip is REQUIRED. This build advertises only the cloning and voice-conversion tasks, not plain TTS, so every request must set the TTS voice field to the path of a WAV file on the server; a voice that is not a file on disk is treated as a named preset and the request is refused with a message saying so. The voice-conversion half is reached through /audio/transform rather than /v1/audio/speech: post the speech to convert as `audio` and the target speaker's clip as `reference`. That is why this entry declares audio_transform alongside tts. With both this and a source-separation model installed, /audio/transform has two candidates, so name the model explicitly rather than relying on the default pick. Q8_0 rather than 16-bit because upstream's tested-status table records the same result for both (Pass, ASR match with drift) and this build is half the size.

Repository: localaiLicense: mit

audio-cpp-htdemucs
HTDemucs (audio.cpp, F16) - four-stem music source separation (drums, bass, other, vocals), served by the audio-cpp backend through /audio/transform. One run produces all four stems; ask for a single one with the params[stem] form field, and read the X-Audio-Stems response header for the URLs of the rest. F16 rather than Q8_0 because upstream's tested-status table records Q8_0 as "Pass (drift)" while 16-bit is a clean Pass, and separation drift is audible in an isolated stem in a way it is not in a mix.

Repository: localaiLicense: mit