该模型是 AudioLDM2 的 paddle 实现。
- 请确保已安装 ppdiffusers
cd ppdiffusers
pip install -e .
- 其余依赖安装:
librosa
unidecode
phonemizer
espeak
python paddlemix/examples/audioldm2/run_predict.py \
--text "Musical constellations twinkling in the night sky, forming a cosmic melody." \
--model_name_or_path "haoheliu/audioldm2-full" \
--seed 1001 \