Readme
This model doesn't have a readme.
A F5-TTS fine-tuned for Spanish
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run fermatresearch/spanish-f5-tts using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"fermatresearch/spanish-f5-tts:f26405b801a0b0945679fb3adf9bbca7ab8559c7fd9cf7cd2a68067c3aab83f7",
{
input: {
gen_text: "Utiliza este modelo para convertir texto en una voz clara y natural! Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada. Simplemente introduce tu texto y deja que el modelo haga el resto!",
ref_text: "Escoge entre una variedad de voces para crear una historia digna de contar.",
ref_audio: "https://replicate.delivery/pbxt/LxDz1AGHQz1mNXJ8Gvbz6GqgTDY0ohGqDtO4m4QAHy7mF2eP/Untitled%20video%20-%20Made%20with%20Clipchamp%20%281%29%20copy.mp4",
remove_silence: true,
custom_split_words: ""
}
}
);
// To access the file URL:
console.log(output.url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run fermatresearch/spanish-f5-tts using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"fermatresearch/spanish-f5-tts:f26405b801a0b0945679fb3adf9bbca7ab8559c7fd9cf7cd2a68067c3aab83f7",
input={
"gen_text": "Utiliza este modelo para convertir texto en una voz clara y natural! Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada. Simplemente introduce tu texto y deja que el modelo haga el resto!",
"ref_text": "Escoge entre una variedad de voces para crear una historia digna de contar.",
"ref_audio": "https://replicate.delivery/pbxt/LxDz1AGHQz1mNXJ8Gvbz6GqgTDY0ohGqDtO4m4QAHy7mF2eP/Untitled%20video%20-%20Made%20with%20Clipchamp%20%281%29%20copy.mp4",
"remove_silence": True,
"custom_split_words": ""
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run fermatresearch/spanish-f5-tts using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "fermatresearch/spanish-f5-tts:f26405b801a0b0945679fb3adf9bbca7ab8559c7fd9cf7cd2a68067c3aab83f7",
"input": {
"gen_text": "Utiliza este modelo para convertir texto en una voz clara y natural! Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada. Simplemente introduce tu texto y deja que el modelo haga el resto!",
"ref_text": "Escoge entre una variedad de voces para crear una historia digna de contar.",
"ref_audio": "https://replicate.delivery/pbxt/LxDz1AGHQz1mNXJ8Gvbz6GqgTDY0ohGqDtO4m4QAHy7mF2eP/Untitled%20video%20-%20Made%20with%20Clipchamp%20%281%29%20copy.mp4",
"remove_silence": true,
"custom_split_words": ""
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
{
"completed_at": "2024-11-13T09:37:43.791809Z",
"created_at": "2024-11-13T09:37:31.556000Z",
"data_removed": false,
"error": null,
"id": "6sk2kb4xmhrj60ck4kh8gaz11r",
"input": {
"gen_text": "Utiliza este modelo para convertir texto en una voz clara y natural! Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada. Simplemente introduce tu texto y deja que el modelo haga el resto!",
"ref_text": "Escoge entre una variedad de voces para crear una historia digna de contar.",
"ref_audio": "https://replicate.delivery/pbxt/LxDz1AGHQz1mNXJ8Gvbz6GqgTDY0ohGqDtO4m4QAHy7mF2eP/Untitled%20video%20-%20Made%20with%20Clipchamp%20%281%29%20copy.mp4",
"remove_silence": true,
"custom_split_words": ""
},
"logs": "Generating: Utiliza este modelo para convertir texto en una voz clara y natural! Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada. Simplemente introduce tu texto y deja que el modelo haga el resto!\n[*] Converting reference audio...\n[+] Converted reference audio.\n[*] Using custom reference text...\n[+] Reference text: Escoge entre una variedad de voces para crear una historia digna de contar.\n[*] Forming batches...\n[+] Formed batches: 3\n------ Batch 1 -------------------\nUtiliza este modelo para convertir texto en una voz clara y natural!\n--------------------------------------\n------ Batch 2 -------------------\nEste sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada.\n--------------------------------------\n------ Batch 3 -------------------\nSimplemente introduce tu texto y deja que el modelo haga el resto!\n--------------------------------------\n 0%| | 0/3 [00:00<?, ?it/s]\n 33%|███▎ | 1/3 [00:02<00:05, 2.67s/it]\n 67%|██████▋ | 2/3 [00:07<00:03, 3.67s/it]\n100%|██████████| 3/3 [00:09<00:00, 3.15s/it]\n100%|██████████| 3/3 [00:09<00:00, 3.19s/it]\n[*] Removing silence...\n[+] Removed silence\n[*] Saving output.wav...\n[+] Saved output.wav",
"metrics": {
"predict_time": 12.22647536,
"total_time": 12.235809
},
"output": "https://replicate.delivery/yhqm/eQGN3JIJqz2GJaVZTTdPF2iiOwSuY0FRKXZqUaYxCuuzKR4JA/output.wav",
"started_at": "2024-11-13T09:37:31.565334Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/qoxq-mjk2jrvlsyhxgtw7bwttmlaaq7a2ajzm4urhxttabv7m4a7lk7wa",
"get": "https://api.replicate.com/v1/predictions/6sk2kb4xmhrj60ck4kh8gaz11r",
"cancel": "https://api.replicate.com/v1/predictions/6sk2kb4xmhrj60ck4kh8gaz11r/cancel"
},
"version": "f26405b801a0b0945679fb3adf9bbca7ab8559c7fd9cf7cd2a68067c3aab83f7"
}
Generating: Utiliza este modelo para convertir texto en una voz clara y natural! Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada. Simplemente introduce tu texto y deja que el modelo haga el resto!
[*] Converting reference audio...
[+] Converted reference audio.
[*] Using custom reference text...
[+] Reference text: Escoge entre una variedad de voces para crear una historia digna de contar.
[*] Forming batches...
[+] Formed batches: 3
------ Batch 1 -------------------
Utiliza este modelo para convertir texto en una voz clara y natural!
--------------------------------------
------ Batch 2 -------------------
Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada.
--------------------------------------
------ Batch 3 -------------------
Simplemente introduce tu texto y deja que el modelo haga el resto!
--------------------------------------
0%| | 0/3 [00:00<?, ?it/s]
33%|███▎ | 1/3 [00:02<00:05, 2.67s/it]
67%|██████▋ | 2/3 [00:07<00:03, 3.67s/it]
100%|██████████| 3/3 [00:09<00:00, 3.15s/it]
100%|██████████| 3/3 [00:09<00:00, 3.19s/it]
[*] Removing silence...
[+] Removed silence
[*] Saving output.wav...
[+] Saved output.wav
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.
This model is cold. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input
Generating: Utiliza este modelo para convertir texto en una voz clara y natural! Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada. Simplemente introduce tu texto y deja que el modelo haga el resto!
[*] Converting reference audio...
[+] Converted reference audio.
[*] Using custom reference text...
[+] Reference text: Escoge entre una variedad de voces para crear una historia digna de contar.
[*] Forming batches...
[+] Formed batches: 3
------ Batch 1 -------------------
Utiliza este modelo para convertir texto en una voz clara y natural!
--------------------------------------
------ Batch 2 -------------------
Este sistema está diseñado para ayudarte a crear mensajes de audio efectivos en aplicaciones de asistencia, lectura en voz alta, o cualquier contexto donde se necesite una voz sintetizada.
--------------------------------------
------ Batch 3 -------------------
Simplemente introduce tu texto y deja que el modelo haga el resto!
--------------------------------------
0%| | 0/3 [00:00<?, ?it/s]
33%|███▎ | 1/3 [00:02<00:05, 2.67s/it]
67%|██████▋ | 2/3 [00:07<00:03, 3.67s/it]
100%|██████████| 3/3 [00:09<00:00, 3.15s/it]
100%|██████████| 3/3 [00:09<00:00, 3.19s/it]
[*] Removing silence...
[+] Removed silence
[*] Saving output.wav...
[+] Saved output.wav