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 /paddlemix/models/audioldm2
pip install -r requirement.txt

2.2 动态图推理

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 \