该模型是 AudioLDM2 的 paddle 实现。
-
请确保已安装 ppdiffusers (参考方法)
-
其余依赖安装:
cd /paddlemix/models/audioldm2
pip install -r requirement.txt
python run_predict.py \
--text "Musical constellations twinkling in the night sky, forming a cosmic melody." \
--model_name_or_path "/my_model_path" \
--seed 1001 \