File size: 241 Bytes
aa9be1e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11

export PYTHONPATH=$PYTHONPATH:$PWD
espeak-ng --version

python inference.py \
    --repo-id ASLP-lab/DiffRhythm2 \
    --output-dir ./results/test \
    --input-jsonl ./example/song_1.jsonl \
    --cfg-strength 3.0 \
    --max-secs 285.0 \