LocalAI/core/gallery
LocalAI [bot] 6d56bf98fe
feat(importers): add vibevoice-cpp importer for GGUF bundles (#9685)
Routes mudler/vibevoice.cpp-models and similar repos to the vibevoice-cpp
backend. Detects via repo name ("vibevoice.cpp"/"vibevoice-cpp"), file
listing (vibevoice-*.gguf + tokenizer.gguf), or preferences.backend
override. Defaults to the realtime TTS model; preferences.usecase=asr
selects the ASR/diarization variant. Bundles the required tokenizer.gguf
and (for TTS) a voice prompt, emitting the Options[] entries the backend
expects. Registered ahead of VibeVoiceImporter so the C++ bundles aren't
swallowed by the older Python-backend substring match.


Assisted-by: claude-code:claude-opus-4-7 [Read] [Edit] [Write] [Bash]

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Co-authored-by: Ettore Di Giacinto <mudler@localai.io>
2026-05-06 13:33:10 +02:00
..
importers feat(importers): add vibevoice-cpp importer for GGUF bundles (#9685) 2026-05-06 13:33:10 +02:00
backend_resolve.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
backend_types.go feat(ux): backend management enhancement (#9325) 2026-04-12 00:35:22 +02:00
backends.go feat: add biometrics UI (#9524) 2026-04-24 08:50:34 +02:00
backends_test.go fix(gallery): allow uninstalling orphaned meta backends + force reinstall (#9434) 2026-04-20 00:10:19 +02:00
backends_version_test.go feat: backend versioning, upgrade detection and auto-upgrade (#9315) 2026-04-11 22:31:15 +02:00
gallery.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
gallery_suite_test.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
gallery_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
metadata_type.go feat(ui, gallery): Show model backends and add searchable model/backend selector (#9060) 2026-03-18 21:14:41 +01:00
models.go fix(ui): rename model config files on save to prevent duplicates (#9388) 2026-04-17 08:12:48 +02:00
models_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
models_types.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
request_test.go feat: Add backend gallery (#5607) 2025-06-15 14:56:52 +02:00
upgrade.go feat(distributed): sync state with frontends, better backend management reporting (#9426) 2026-04-19 17:55:53 +02:00
upgrade_test.go feat(distributed): sync state with frontends, better backend management reporting (#9426) 2026-04-19 17:55:53 +02:00
worker.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
worker_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00