Skip to content

Latest commit

 

History

History
 
 

audioldm2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

AudioLDM2

1. 模型简介

该模型是 AudioLDM2 的 paddle 实现。

2. Demo

2.1 依赖安装(如符合则跳过)

  • 请确保已安装 ppdiffusers
cd ppdiffusers
pip install -e .
  • 其余依赖安装:
librosa
unidecode
phonemizer
espeak

2.2 动态图推理

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 \