Files
Ettore Di Giacinto a15780858e feat(diffusers): add AudioLDM2 generation
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>
2026-09-11 21:53:37 +00:00

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