{ | |
"title": "Attenborough Narrator", | |
"description": "Have David Attenborough narrate your text", | |
"inputs": [ | |
{ | |
"name": "text", | |
"type": "text", | |
"description": "Text to be narrated", | |
"area": true, | |
"options": { | |
"min": 100, | |
"max": 50000 | |
}, | |
"title": "Content" | |
}, | |
{ | |
"name": "audio_urls", | |
"type": "constant", | |
"value": [ | |
"https://pub-93685b189ac24b30839990a7d9a14391.r2.dev/attenborough_short.wav" | |
] | |
}, | |
{ | |
"name": "gpt_cond_len", | |
"type": "constant", | |
"value": 30 | |
}, | |
{ | |
"name": "gpt_cond_chunk_len", | |
"type": "constant", | |
"value": 4 | |
}, | |
{ | |
"name": "max_ref_length", | |
"type": "constant", | |
"value": 16 | |
}, | |
{ | |
"name": "temperature", | |
"type": "constant", | |
"value": 0.75 | |
}, | |
{ | |
"name": "repetition_penalty", | |
"type": "constant", | |
"value": 2.5 | |
}, | |
{ | |
"name": "language", | |
"type": "constant", | |
"value": "en" | |
} | |
] | |
} |