supertonic 3

This commit is contained in:
haeon
2026-05-06 23:09:06 +02:00
parent 6fc89ea89e
commit 0a98c9f127
47 changed files with 530 additions and 411 deletions

View File

@@ -13,11 +13,11 @@ const __dirname = path.dirname(__filename);
function parseArgs() {
const args = {
useGpu: false,
onnxDir: 'assets/onnx',
totalStep: 5,
onnxDir: '../assets/onnx',
totalStep: 8,
speed: 1.05,
nTest: 4,
voiceStyle: ['assets/voice_styles/M1.json'],
voiceStyle: ['../assets/voice_styles/M1.json'],
text: ['This morning, I took a walk in the park, and the sound of the birds and the breeze was so pleasant that I stopped for a long time just to listen.'],
lang: ['en'],
saveDir: 'results',