mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-12 22:33:54 -04:00
Expose diffusers audio pipelines through the existing sound-generation RPC. AudioLDM2 can now return PCM WAV output from the model gallery without a separate backend. Assisted-by: Codex:gpt-5 Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
16 lines
270 B
YAML
16 lines
270 B
YAML
---
|
|
name: "audioldm2"
|
|
|
|
config_file: |
|
|
backend: diffusers
|
|
known_usecases:
|
|
- sound_generation
|
|
parameters:
|
|
model: cvssp/audioldm2
|
|
diffusers:
|
|
pipeline_type: AudioLDM2Pipeline
|
|
cuda: true
|
|
options:
|
|
- num_inference_steps:200
|
|
- torch_dtype:fp16
|