mirror of
https://github.com/mudler/LocalAI.git
synced 2026-08-04 12:22:22 -04:00
feat(import): route MLX TTS models to mlx-audio (#11267)
Detect text-to-speech MLX repositories during model import and emit a TTS-ready mlx-audio configuration. Expose mlx-audio in the backend preference dropdown for repositories without complete metadata. Assisted-by: Codex:gpt-5 Co-authored-by: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a7440f032d
commit
2f3dd404b5
@@ -80,6 +80,12 @@ The WebUI provides a powerful model import interface that supports both simple a
|
||||
- Custom preferences
|
||||
5. Click "Import Model" to start the import process
|
||||
|
||||
Repositories under `mlx-community` are imported with the native MLX backend.
|
||||
LocalAI uses Hugging Face's pipeline metadata to select `mlx-vlm` for
|
||||
vision-language models and `mlx-audio` for text-to-speech models; other MLX
|
||||
repositories use `mlx`. An explicit backend selection in the import form always
|
||||
overrides this automatic routing.
|
||||
|
||||
### Advanced Import Mode
|
||||
|
||||
For full control over model configuration:
|
||||
|
||||
Reference in New Issue
Block a user