Readme
This model doesn't have a readme.
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 ttsds/whisperspeech using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"ttsds/whisperspeech:9328cf0b16ea5fff4c986377ba9def07f5106e779e04fbf5754afa7cfff4c53c",
{
input: {
text: "With tenure, Suzie'd have all the more leisure for yachting, but her publications are no good.",
version: "small",
language: "en",
speaker_reference: "https://replicate.delivery/pbxt/MNFXdPaUPOwYCZjZM4azsymbzE2TCV2WJXfGpeV2DrFWaSq8/example_en.wav"
}
}
);
console.log(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 ttsds/whisperspeech using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"ttsds/whisperspeech:9328cf0b16ea5fff4c986377ba9def07f5106e779e04fbf5754afa7cfff4c53c",
input={
"text": "With tenure, Suzie'd have all the more leisure for yachting, but her publications are no good.",
"version": "small",
"language": "en",
"speaker_reference": "https://replicate.delivery/pbxt/MNFXdPaUPOwYCZjZM4azsymbzE2TCV2WJXfGpeV2DrFWaSq8/example_en.wav"
}
)
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 ttsds/whisperspeech 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": "9328cf0b16ea5fff4c986377ba9def07f5106e779e04fbf5754afa7cfff4c53c",
"input": {
"text": "With tenure, Suzie\'d have all the more leisure for yachting, but her publications are no good.",
"version": "small",
"language": "en",
"speaker_reference": "https://replicate.delivery/pbxt/MNFXdPaUPOwYCZjZM4azsymbzE2TCV2WJXfGpeV2DrFWaSq8/example_en.wav"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/ttsds/whisperspeech@sha256:9328cf0b16ea5fff4c986377ba9def07f5106e779e04fbf5754afa7cfff4c53c \
-i $'text="With tenure, Suzie\'d have all the more leisure for yachting, but her publications are no good."' \
-i 'version="small"' \
-i 'language="en"' \
-i 'speaker_reference="https://replicate.delivery/pbxt/MNFXdPaUPOwYCZjZM4azsymbzE2TCV2WJXfGpeV2DrFWaSq8/example_en.wav"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/ttsds/whisperspeech@sha256:9328cf0b16ea5fff4c986377ba9def07f5106e779e04fbf5754afa7cfff4c53c
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "text": "With tenure, Suzie\'d have all the more leisure for yachting, but her publications are no good.", "version": "small", "language": "en", "speaker_reference": "https://replicate.delivery/pbxt/MNFXdPaUPOwYCZjZM4azsymbzE2TCV2WJXfGpeV2DrFWaSq8/example_en.wav" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.020. Alternatively, try out our featured models for free.
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": "2025-02-28T12:57:49.014433Z",
"created_at": "2025-02-28T12:54:12.668000Z",
"data_removed": false,
"error": null,
"id": "artr72s3qhrj40cn9jfs3rxve0",
"input": {
"text": "With tenure, Suzie'd have all the more leisure for yachting, but her publications are no good.",
"version": "small",
"language": "en",
"speaker_reference": "https://replicate.delivery/pbxt/MNFXdPaUPOwYCZjZM4azsymbzE2TCV2WJXfGpeV2DrFWaSq8/example_en.wav"
},
"logs": "Received request for small\nGenerating speech\n█\n|----------------------------------------| 0.00% [0/748 00:00<?]\n|----------------------------------------| 0.13% [1/748 00:00<00:11]\n|----------------------------------------| 0.27% [2/748 00:00<00:11]\n|----------------------------------------| 0.40% [3/748 00:00<00:11]\n|----------------------------------------| 0.53% [4/748 00:00<00:11]\n|----------------------------------------| 0.67% [5/748 00:00<00:11]\n|----------------------------------------| 2.41% [18/748 00:00<00:10]\n|█---------------------------------------| 4.14% [31/748 00:00<00:10]\n|██--------------------------------------| 5.88% [44/748 00:00<00:10]\n|███-------------------------------------| 7.62% [57/748 00:00<00:09]\n|███-------------------------------------| 9.36% [70/748 00:01<00:09]\n|████------------------------------------| 11.10% [83/748 00:01<00:09]\n|█████-----------------------------------| 12.83% [96/748 00:01<00:09]\n|█████-----------------------------------| 14.57% [109/748 00:01<00:09]\n|██████----------------------------------| 16.31% [122/748 00:01<00:09]\n|███████---------------------------------| 18.05% [135/748 00:01<00:08]\n|███████---------------------------------| 19.79% [148/748 00:02<00:08]\n█\n|----------------------------------------| 0.00% [0/475 00:00<?]\n|----------------------------------------| 0.21% [1/475 00:00<00:21]\n|----------------------------------------| 0.42% [2/475 00:00<00:21]\n|----------------------------------------| 0.63% [3/475 00:00<00:21]\n|----------------------------------------| 0.84% [4/475 00:00<00:21]\n|----------------------------------------| 1.05% [5/475 00:00<00:21]\n|----------------------------------------| 1.89% [9/475 00:00<00:21]\n|█---------------------------------------| 2.74% [13/475 00:00<00:21]\n|█---------------------------------------| 3.58% [17/475 00:00<00:20]\n|█---------------------------------------| 4.42% [21/475 00:00<00:20]\n|██--------------------------------------| 5.26% [25/475 00:01<00:20]\n|██--------------------------------------| 6.11% [29/475 00:01<00:20]\n|██--------------------------------------| 6.95% [33/475 00:01<00:20]\n|███-------------------------------------| 7.79% [37/475 00:01<00:20]\n|███-------------------------------------| 8.63% [41/475 00:01<00:19]\n|███-------------------------------------| 9.47% [45/475 00:02<00:19]\n|████------------------------------------| 10.32% [49/475 00:02<00:19]\n|████------------------------------------| 11.16% [53/475 00:02<00:19]\n|████------------------------------------| 12.00% [57/475 00:02<00:19]\n|█████-----------------------------------| 12.84% [61/475 00:02<00:18]\n|█████-----------------------------------| 13.68% [65/475 00:02<00:18]\n|█████-----------------------------------| 14.53% [69/475 00:03<00:18]\n|██████----------------------------------| 15.37% [73/475 00:03<00:18]\n|██████----------------------------------| 16.21% [77/475 00:03<00:18]\n|██████----------------------------------| 17.05% [81/475 00:03<00:18]\n|███████---------------------------------| 17.89% [85/475 00:03<00:17]\n|███████---------------------------------| 18.74% [89/475 00:04<00:17]\n|███████---------------------------------| 19.58% [93/475 00:04<00:17]\n|████████--------------------------------| 20.42% [97/475 00:04<00:17]\n|████████--------------------------------| 21.26% [101/475 00:04<00:17]\n|████████--------------------------------| 22.11% [105/475 00:04<00:16]\n|█████████-------------------------------| 22.95% [109/475 00:04<00:16]\n|█████████-------------------------------| 23.79% [113/475 00:05<00:16]\n|█████████-------------------------------| 24.63% [117/475 00:05<00:16]\n|██████████------------------------------| 25.47% [121/475 00:05<00:16]\n|██████████------------------------------| 26.32% [125/475 00:05<00:16]\n|██████████------------------------------| 27.16% [129/475 00:05<00:15]\n|███████████-----------------------------| 28.00% [133/475 00:06<00:15]\n|███████████-----------------------------| 28.84% [137/475 00:06<00:15]\n|███████████-----------------------------| 29.68% [141/475 00:06<00:15]\n|████████████----------------------------| 30.53% [145/475 00:06<00:15]\n|████████████----------------------------| 31.37% [149/475 00:06<00:14]\n|████████████----------------------------| 32.21% [153/475 00:07<00:14]\n|█████████████---------------------------| 33.05% [157/475 00:07<00:14]\n|█████████████---------------------------| 33.89% [161/475 00:07<00:14]\n|█████████████---------------------------| 34.74% [165/475 00:07<00:14]\n|██████████████--------------------------| 35.58% [169/475 00:07<00:14]\n|██████████████--------------------------| 36.42% [173/475 00:07<00:13]\n|██████████████--------------------------| 37.26% [177/475 00:08<00:13]\n|███████████████-------------------------| 38.11% [181/475 00:08<00:13]\n|███████████████-------------------------| 38.95% [185/475 00:08<00:13]\n|███████████████-------------------------| 39.79% [189/475 00:08<00:13]\n|████████████████------------------------| 40.63% [193/475 00:08<00:12]\n|████████████████------------------------| 41.47% [197/475 00:09<00:12]\n|████████████████------------------------| 42.32% [201/475 00:09<00:12]\n|█████████████████-----------------------| 43.16% [205/475 00:09<00:12]\n|█████████████████-----------------------| 44.00% [209/475 00:09<00:12]\n|█████████████████-----------------------| 44.84% [213/475 00:09<00:12]\n|██████████████████----------------------| 45.68% [217/475 00:09<00:11]\n|██████████████████----------------------| 46.53% [221/475 00:10<00:11]\n|██████████████████----------------------| 47.37% [225/475 00:10<00:11]\n|███████████████████---------------------| 48.21% [229/475 00:10<00:11]\n|███████████████████---------------------| 49.05% [233/475 00:10<00:11]\n|███████████████████---------------------| 49.89% [237/475 00:10<00:10]\n|████████████████████--------------------| 50.74% [241/475 00:11<00:10]\n|████████████████████--------------------| 51.58% [245/475 00:11<00:10]\n|████████████████████--------------------| 52.42% [249/475 00:11<00:10]\n|█████████████████████-------------------| 53.26% [253/475 00:11<00:10]\n|█████████████████████-------------------| 54.11% [257/475 00:11<00:10]\n|█████████████████████-------------------| 54.95% [261/475 00:11<00:09]\n|██████████████████████------------------| 55.79% [265/475 00:12<00:09]\n|██████████████████████------------------| 56.63% [269/475 00:12<00:09]\n|██████████████████████------------------| 57.47% [273/475 00:12<00:09]\n|███████████████████████-----------------| 58.32% [277/475 00:12<00:09]\n|███████████████████████-----------------| 59.16% [281/475 00:12<00:08]\n|████████████████████████----------------| 60.00% [285/475 00:13<00:08]\n|████████████████████████----------------| 60.84% [289/475 00:13<00:08]\n|████████████████████████----------------| 61.68% [293/475 00:13<00:08]\n|█████████████████████████---------------| 62.53% [297/475 00:13<00:08]\n|█████████████████████████---------------| 63.37% [301/475 00:13<00:08]\n|█████████████████████████---------------| 64.21% [305/475 00:14<00:07]\n|██████████████████████████--------------| 65.05% [309/475 00:14<00:07]\n|██████████████████████████--------------| 65.89% [313/475 00:14<00:07]\n|██████████████████████████--------------| 66.74% [317/475 00:14<00:07]\n|███████████████████████████-------------| 67.58% [321/475 00:14<00:07]\n|███████████████████████████-------------| 68.42% [325/475 00:14<00:06]\n|███████████████████████████-------------| 69.26% [329/475 00:15<00:06]\n|████████████████████████████------------| 70.11% [333/475 00:15<00:06]\n|████████████████████████████------------| 70.95% [337/475 00:15<00:06]\n|████████████████████████████------------| 71.79% [341/475 00:15<00:06]\n|█████████████████████████████-----------| 72.63% [345/475 00:15<00:05]\n|█████████████████████████████-----------| 73.47% [349/475 00:16<00:05]\n|█████████████████████████████-----------| 74.32% [353/475 00:16<00:05]\n|██████████████████████████████----------| 75.16% [357/475 00:16<00:05]\n|██████████████████████████████----------| 76.00% [361/475 00:16<00:05]\n|██████████████████████████████----------| 76.84% [365/475 00:16<00:05]\n|███████████████████████████████---------| 77.68% [369/475 00:16<00:04]\n|███████████████████████████████---------| 78.53% [373/475 00:17<00:04]\n|███████████████████████████████---------| 79.37% [377/475 00:17<00:04]\n|████████████████████████████████--------| 80.21% [381/475 00:17<00:04]\n|████████████████████████████████--------| 81.05% [385/475 00:17<00:04]\n|████████████████████████████████--------| 81.89% [389/475 00:17<00:03]\n|█████████████████████████████████-------| 82.74% [393/475 00:18<00:03]\n|█████████████████████████████████-------| 83.58% [397/475 00:18<00:03]\n|█████████████████████████████████-------| 84.42% [401/475 00:18<00:03]\n|██████████████████████████████████------| 85.26% [405/475 00:18<00:03]\n|██████████████████████████████████------| 86.11% [409/475 00:18<00:03]\n|██████████████████████████████████------| 86.95% [413/475 00:18<00:02]\n|███████████████████████████████████-----| 87.79% [417/475 00:19<00:02]\n|███████████████████████████████████-----| 88.63% [421/475 00:19<00:02]\n|███████████████████████████████████-----| 89.47% [425/475 00:19<00:02]\n|████████████████████████████████████----| 90.32% [429/475 00:19<00:02]\n|████████████████████████████████████----| 91.16% [433/475 00:19<00:01]\n|████████████████████████████████████----| 92.00% [437/475 00:20<00:01]\n|█████████████████████████████████████---| 92.84% [441/475 00:20<00:01]\n|█████████████████████████████████████---| 93.68% [445/475 00:20<00:01]\n|█████████████████████████████████████---| 94.53% [449/475 00:20<00:01]\n|██████████████████████████████████████--| 95.37% [453/475 00:20<00:01]\n|██████████████████████████████████████--| 96.21% [457/475 00:20<00:00]\n|██████████████████████████████████████--| 97.05% [461/475 00:21<00:00]\n|███████████████████████████████████████-| 97.89% [465/475 00:21<00:00]\n|███████████████████████████████████████-| 98.74% [469/475 00:21<00:00]\n|███████████████████████████████████████-| 99.58% [473/475 00:21<00:00]\n|████████████████████████████████████████| 100.00% [475/475 00:21<00:00]",
"metrics": {
"predict_time": 27.826044337,
"total_time": 216.346433
},
"output": "https://replicate.delivery/yhqm/ZeOstO1hmK03TatJAkr3jDUt4HbGuDS5hbyKMLhFFrlmJ7JKA/output.wav",
"started_at": "2025-02-28T12:57:21.188389Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/yswh-ibv5tdkqscrwnws3zxvnghxogvsl4wclpxdq75vvmzvs3sfujvka",
"get": "https://api.replicate.com/v1/predictions/artr72s3qhrj40cn9jfs3rxve0",
"cancel": "https://api.replicate.com/v1/predictions/artr72s3qhrj40cn9jfs3rxve0/cancel"
},
"version": "e7a3743e5b1646fc4a7b3f2cbada3c168da35e472ba338f8e0a7c813e3ddef06"
}
Received request for small
Generating speech
█
|----------------------------------------| 0.00% [0/748 00:00<?]
|----------------------------------------| 0.13% [1/748 00:00<00:11]
|----------------------------------------| 0.27% [2/748 00:00<00:11]
|----------------------------------------| 0.40% [3/748 00:00<00:11]
|----------------------------------------| 0.53% [4/748 00:00<00:11]
|----------------------------------------| 0.67% [5/748 00:00<00:11]
|----------------------------------------| 2.41% [18/748 00:00<00:10]
|█---------------------------------------| 4.14% [31/748 00:00<00:10]
|██--------------------------------------| 5.88% [44/748 00:00<00:10]
|███-------------------------------------| 7.62% [57/748 00:00<00:09]
|███-------------------------------------| 9.36% [70/748 00:01<00:09]
|████------------------------------------| 11.10% [83/748 00:01<00:09]
|█████-----------------------------------| 12.83% [96/748 00:01<00:09]
|█████-----------------------------------| 14.57% [109/748 00:01<00:09]
|██████----------------------------------| 16.31% [122/748 00:01<00:09]
|███████---------------------------------| 18.05% [135/748 00:01<00:08]
|███████---------------------------------| 19.79% [148/748 00:02<00:08]
█
|----------------------------------------| 0.00% [0/475 00:00<?]
|----------------------------------------| 0.21% [1/475 00:00<00:21]
|----------------------------------------| 0.42% [2/475 00:00<00:21]
|----------------------------------------| 0.63% [3/475 00:00<00:21]
|----------------------------------------| 0.84% [4/475 00:00<00:21]
|----------------------------------------| 1.05% [5/475 00:00<00:21]
|----------------------------------------| 1.89% [9/475 00:00<00:21]
|█---------------------------------------| 2.74% [13/475 00:00<00:21]
|█---------------------------------------| 3.58% [17/475 00:00<00:20]
|█---------------------------------------| 4.42% [21/475 00:00<00:20]
|██--------------------------------------| 5.26% [25/475 00:01<00:20]
|██--------------------------------------| 6.11% [29/475 00:01<00:20]
|██--------------------------------------| 6.95% [33/475 00:01<00:20]
|███-------------------------------------| 7.79% [37/475 00:01<00:20]
|███-------------------------------------| 8.63% [41/475 00:01<00:19]
|███-------------------------------------| 9.47% [45/475 00:02<00:19]
|████------------------------------------| 10.32% [49/475 00:02<00:19]
|████------------------------------------| 11.16% [53/475 00:02<00:19]
|████------------------------------------| 12.00% [57/475 00:02<00:19]
|█████-----------------------------------| 12.84% [61/475 00:02<00:18]
|█████-----------------------------------| 13.68% [65/475 00:02<00:18]
|█████-----------------------------------| 14.53% [69/475 00:03<00:18]
|██████----------------------------------| 15.37% [73/475 00:03<00:18]
|██████----------------------------------| 16.21% [77/475 00:03<00:18]
|██████----------------------------------| 17.05% [81/475 00:03<00:18]
|███████---------------------------------| 17.89% [85/475 00:03<00:17]
|███████---------------------------------| 18.74% [89/475 00:04<00:17]
|███████---------------------------------| 19.58% [93/475 00:04<00:17]
|████████--------------------------------| 20.42% [97/475 00:04<00:17]
|████████--------------------------------| 21.26% [101/475 00:04<00:17]
|████████--------------------------------| 22.11% [105/475 00:04<00:16]
|█████████-------------------------------| 22.95% [109/475 00:04<00:16]
|█████████-------------------------------| 23.79% [113/475 00:05<00:16]
|█████████-------------------------------| 24.63% [117/475 00:05<00:16]
|██████████------------------------------| 25.47% [121/475 00:05<00:16]
|██████████------------------------------| 26.32% [125/475 00:05<00:16]
|██████████------------------------------| 27.16% [129/475 00:05<00:15]
|███████████-----------------------------| 28.00% [133/475 00:06<00:15]
|███████████-----------------------------| 28.84% [137/475 00:06<00:15]
|███████████-----------------------------| 29.68% [141/475 00:06<00:15]
|████████████----------------------------| 30.53% [145/475 00:06<00:15]
|████████████----------------------------| 31.37% [149/475 00:06<00:14]
|████████████----------------------------| 32.21% [153/475 00:07<00:14]
|█████████████---------------------------| 33.05% [157/475 00:07<00:14]
|█████████████---------------------------| 33.89% [161/475 00:07<00:14]
|█████████████---------------------------| 34.74% [165/475 00:07<00:14]
|██████████████--------------------------| 35.58% [169/475 00:07<00:14]
|██████████████--------------------------| 36.42% [173/475 00:07<00:13]
|██████████████--------------------------| 37.26% [177/475 00:08<00:13]
|███████████████-------------------------| 38.11% [181/475 00:08<00:13]
|███████████████-------------------------| 38.95% [185/475 00:08<00:13]
|███████████████-------------------------| 39.79% [189/475 00:08<00:13]
|████████████████------------------------| 40.63% [193/475 00:08<00:12]
|████████████████------------------------| 41.47% [197/475 00:09<00:12]
|████████████████------------------------| 42.32% [201/475 00:09<00:12]
|█████████████████-----------------------| 43.16% [205/475 00:09<00:12]
|█████████████████-----------------------| 44.00% [209/475 00:09<00:12]
|█████████████████-----------------------| 44.84% [213/475 00:09<00:12]
|██████████████████----------------------| 45.68% [217/475 00:09<00:11]
|██████████████████----------------------| 46.53% [221/475 00:10<00:11]
|██████████████████----------------------| 47.37% [225/475 00:10<00:11]
|███████████████████---------------------| 48.21% [229/475 00:10<00:11]
|███████████████████---------------------| 49.05% [233/475 00:10<00:11]
|███████████████████---------------------| 49.89% [237/475 00:10<00:10]
|████████████████████--------------------| 50.74% [241/475 00:11<00:10]
|████████████████████--------------------| 51.58% [245/475 00:11<00:10]
|████████████████████--------------------| 52.42% [249/475 00:11<00:10]
|█████████████████████-------------------| 53.26% [253/475 00:11<00:10]
|█████████████████████-------------------| 54.11% [257/475 00:11<00:10]
|█████████████████████-------------------| 54.95% [261/475 00:11<00:09]
|██████████████████████------------------| 55.79% [265/475 00:12<00:09]
|██████████████████████------------------| 56.63% [269/475 00:12<00:09]
|██████████████████████------------------| 57.47% [273/475 00:12<00:09]
|███████████████████████-----------------| 58.32% [277/475 00:12<00:09]
|███████████████████████-----------------| 59.16% [281/475 00:12<00:08]
|████████████████████████----------------| 60.00% [285/475 00:13<00:08]
|████████████████████████----------------| 60.84% [289/475 00:13<00:08]
|████████████████████████----------------| 61.68% [293/475 00:13<00:08]
|█████████████████████████---------------| 62.53% [297/475 00:13<00:08]
|█████████████████████████---------------| 63.37% [301/475 00:13<00:08]
|█████████████████████████---------------| 64.21% [305/475 00:14<00:07]
|██████████████████████████--------------| 65.05% [309/475 00:14<00:07]
|██████████████████████████--------------| 65.89% [313/475 00:14<00:07]
|██████████████████████████--------------| 66.74% [317/475 00:14<00:07]
|███████████████████████████-------------| 67.58% [321/475 00:14<00:07]
|███████████████████████████-------------| 68.42% [325/475 00:14<00:06]
|███████████████████████████-------------| 69.26% [329/475 00:15<00:06]
|████████████████████████████------------| 70.11% [333/475 00:15<00:06]
|████████████████████████████------------| 70.95% [337/475 00:15<00:06]
|████████████████████████████------------| 71.79% [341/475 00:15<00:06]
|█████████████████████████████-----------| 72.63% [345/475 00:15<00:05]
|█████████████████████████████-----------| 73.47% [349/475 00:16<00:05]
|█████████████████████████████-----------| 74.32% [353/475 00:16<00:05]
|██████████████████████████████----------| 75.16% [357/475 00:16<00:05]
|██████████████████████████████----------| 76.00% [361/475 00:16<00:05]
|██████████████████████████████----------| 76.84% [365/475 00:16<00:05]
|███████████████████████████████---------| 77.68% [369/475 00:16<00:04]
|███████████████████████████████---------| 78.53% [373/475 00:17<00:04]
|███████████████████████████████---------| 79.37% [377/475 00:17<00:04]
|████████████████████████████████--------| 80.21% [381/475 00:17<00:04]
|████████████████████████████████--------| 81.05% [385/475 00:17<00:04]
|████████████████████████████████--------| 81.89% [389/475 00:17<00:03]
|█████████████████████████████████-------| 82.74% [393/475 00:18<00:03]
|█████████████████████████████████-------| 83.58% [397/475 00:18<00:03]
|█████████████████████████████████-------| 84.42% [401/475 00:18<00:03]
|██████████████████████████████████------| 85.26% [405/475 00:18<00:03]
|██████████████████████████████████------| 86.11% [409/475 00:18<00:03]
|██████████████████████████████████------| 86.95% [413/475 00:18<00:02]
|███████████████████████████████████-----| 87.79% [417/475 00:19<00:02]
|███████████████████████████████████-----| 88.63% [421/475 00:19<00:02]
|███████████████████████████████████-----| 89.47% [425/475 00:19<00:02]
|████████████████████████████████████----| 90.32% [429/475 00:19<00:02]
|████████████████████████████████████----| 91.16% [433/475 00:19<00:01]
|████████████████████████████████████----| 92.00% [437/475 00:20<00:01]
|█████████████████████████████████████---| 92.84% [441/475 00:20<00:01]
|█████████████████████████████████████---| 93.68% [445/475 00:20<00:01]
|█████████████████████████████████████---| 94.53% [449/475 00:20<00:01]
|██████████████████████████████████████--| 95.37% [453/475 00:20<00:01]
|██████████████████████████████████████--| 96.21% [457/475 00:20<00:00]
|██████████████████████████████████████--| 97.05% [461/475 00:21<00:00]
|███████████████████████████████████████-| 97.89% [465/475 00:21<00:00]
|███████████████████████████████████████-| 98.74% [469/475 00:21<00:00]
|███████████████████████████████████████-| 99.58% [473/475 00:21<00:00]
|████████████████████████████████████████| 100.00% [475/475 00:21<00:00]
This example was created by a different version, ttsds/whisperspeech:e7a3743e.
This model costs approximately $0.020 to run on Replicate, or 50 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.
This model runs on Nvidia A100 (80GB) GPU hardware. Predictions typically complete within 14 seconds.
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
Received request for small
Generating speech
█
|----------------------------------------| 0.00% [0/748 00:00<?]
|----------------------------------------| 0.13% [1/748 00:00<00:11]
|----------------------------------------| 0.27% [2/748 00:00<00:11]
|----------------------------------------| 0.40% [3/748 00:00<00:11]
|----------------------------------------| 0.53% [4/748 00:00<00:11]
|----------------------------------------| 0.67% [5/748 00:00<00:11]
|----------------------------------------| 2.41% [18/748 00:00<00:10]
|█---------------------------------------| 4.14% [31/748 00:00<00:10]
|██--------------------------------------| 5.88% [44/748 00:00<00:10]
|███-------------------------------------| 7.62% [57/748 00:00<00:09]
|███-------------------------------------| 9.36% [70/748 00:01<00:09]
|████------------------------------------| 11.10% [83/748 00:01<00:09]
|█████-----------------------------------| 12.83% [96/748 00:01<00:09]
|█████-----------------------------------| 14.57% [109/748 00:01<00:09]
|██████----------------------------------| 16.31% [122/748 00:01<00:09]
|███████---------------------------------| 18.05% [135/748 00:01<00:08]
|███████---------------------------------| 19.79% [148/748 00:02<00:08]
█
|----------------------------------------| 0.00% [0/475 00:00<?]
|----------------------------------------| 0.21% [1/475 00:00<00:21]
|----------------------------------------| 0.42% [2/475 00:00<00:21]
|----------------------------------------| 0.63% [3/475 00:00<00:21]
|----------------------------------------| 0.84% [4/475 00:00<00:21]
|----------------------------------------| 1.05% [5/475 00:00<00:21]
|----------------------------------------| 1.89% [9/475 00:00<00:21]
|█---------------------------------------| 2.74% [13/475 00:00<00:21]
|█---------------------------------------| 3.58% [17/475 00:00<00:20]
|█---------------------------------------| 4.42% [21/475 00:00<00:20]
|██--------------------------------------| 5.26% [25/475 00:01<00:20]
|██--------------------------------------| 6.11% [29/475 00:01<00:20]
|██--------------------------------------| 6.95% [33/475 00:01<00:20]
|███-------------------------------------| 7.79% [37/475 00:01<00:20]
|███-------------------------------------| 8.63% [41/475 00:01<00:19]
|███-------------------------------------| 9.47% [45/475 00:02<00:19]
|████------------------------------------| 10.32% [49/475 00:02<00:19]
|████------------------------------------| 11.16% [53/475 00:02<00:19]
|████------------------------------------| 12.00% [57/475 00:02<00:19]
|█████-----------------------------------| 12.84% [61/475 00:02<00:18]
|█████-----------------------------------| 13.68% [65/475 00:02<00:18]
|█████-----------------------------------| 14.53% [69/475 00:03<00:18]
|██████----------------------------------| 15.37% [73/475 00:03<00:18]
|██████----------------------------------| 16.21% [77/475 00:03<00:18]
|██████----------------------------------| 17.05% [81/475 00:03<00:18]
|███████---------------------------------| 17.89% [85/475 00:03<00:17]
|███████---------------------------------| 18.74% [89/475 00:04<00:17]
|███████---------------------------------| 19.58% [93/475 00:04<00:17]
|████████--------------------------------| 20.42% [97/475 00:04<00:17]
|████████--------------------------------| 21.26% [101/475 00:04<00:17]
|████████--------------------------------| 22.11% [105/475 00:04<00:16]
|█████████-------------------------------| 22.95% [109/475 00:04<00:16]
|█████████-------------------------------| 23.79% [113/475 00:05<00:16]
|█████████-------------------------------| 24.63% [117/475 00:05<00:16]
|██████████------------------------------| 25.47% [121/475 00:05<00:16]
|██████████------------------------------| 26.32% [125/475 00:05<00:16]
|██████████------------------------------| 27.16% [129/475 00:05<00:15]
|███████████-----------------------------| 28.00% [133/475 00:06<00:15]
|███████████-----------------------------| 28.84% [137/475 00:06<00:15]
|███████████-----------------------------| 29.68% [141/475 00:06<00:15]
|████████████----------------------------| 30.53% [145/475 00:06<00:15]
|████████████----------------------------| 31.37% [149/475 00:06<00:14]
|████████████----------------------------| 32.21% [153/475 00:07<00:14]
|█████████████---------------------------| 33.05% [157/475 00:07<00:14]
|█████████████---------------------------| 33.89% [161/475 00:07<00:14]
|█████████████---------------------------| 34.74% [165/475 00:07<00:14]
|██████████████--------------------------| 35.58% [169/475 00:07<00:14]
|██████████████--------------------------| 36.42% [173/475 00:07<00:13]
|██████████████--------------------------| 37.26% [177/475 00:08<00:13]
|███████████████-------------------------| 38.11% [181/475 00:08<00:13]
|███████████████-------------------------| 38.95% [185/475 00:08<00:13]
|███████████████-------------------------| 39.79% [189/475 00:08<00:13]
|████████████████------------------------| 40.63% [193/475 00:08<00:12]
|████████████████------------------------| 41.47% [197/475 00:09<00:12]
|████████████████------------------------| 42.32% [201/475 00:09<00:12]
|█████████████████-----------------------| 43.16% [205/475 00:09<00:12]
|█████████████████-----------------------| 44.00% [209/475 00:09<00:12]
|█████████████████-----------------------| 44.84% [213/475 00:09<00:12]
|██████████████████----------------------| 45.68% [217/475 00:09<00:11]
|██████████████████----------------------| 46.53% [221/475 00:10<00:11]
|██████████████████----------------------| 47.37% [225/475 00:10<00:11]
|███████████████████---------------------| 48.21% [229/475 00:10<00:11]
|███████████████████---------------------| 49.05% [233/475 00:10<00:11]
|███████████████████---------------------| 49.89% [237/475 00:10<00:10]
|████████████████████--------------------| 50.74% [241/475 00:11<00:10]
|████████████████████--------------------| 51.58% [245/475 00:11<00:10]
|████████████████████--------------------| 52.42% [249/475 00:11<00:10]
|█████████████████████-------------------| 53.26% [253/475 00:11<00:10]
|█████████████████████-------------------| 54.11% [257/475 00:11<00:10]
|█████████████████████-------------------| 54.95% [261/475 00:11<00:09]
|██████████████████████------------------| 55.79% [265/475 00:12<00:09]
|██████████████████████------------------| 56.63% [269/475 00:12<00:09]
|██████████████████████------------------| 57.47% [273/475 00:12<00:09]
|███████████████████████-----------------| 58.32% [277/475 00:12<00:09]
|███████████████████████-----------------| 59.16% [281/475 00:12<00:08]
|████████████████████████----------------| 60.00% [285/475 00:13<00:08]
|████████████████████████----------------| 60.84% [289/475 00:13<00:08]
|████████████████████████----------------| 61.68% [293/475 00:13<00:08]
|█████████████████████████---------------| 62.53% [297/475 00:13<00:08]
|█████████████████████████---------------| 63.37% [301/475 00:13<00:08]
|█████████████████████████---------------| 64.21% [305/475 00:14<00:07]
|██████████████████████████--------------| 65.05% [309/475 00:14<00:07]
|██████████████████████████--------------| 65.89% [313/475 00:14<00:07]
|██████████████████████████--------------| 66.74% [317/475 00:14<00:07]
|███████████████████████████-------------| 67.58% [321/475 00:14<00:07]
|███████████████████████████-------------| 68.42% [325/475 00:14<00:06]
|███████████████████████████-------------| 69.26% [329/475 00:15<00:06]
|████████████████████████████------------| 70.11% [333/475 00:15<00:06]
|████████████████████████████------------| 70.95% [337/475 00:15<00:06]
|████████████████████████████------------| 71.79% [341/475 00:15<00:06]
|█████████████████████████████-----------| 72.63% [345/475 00:15<00:05]
|█████████████████████████████-----------| 73.47% [349/475 00:16<00:05]
|█████████████████████████████-----------| 74.32% [353/475 00:16<00:05]
|██████████████████████████████----------| 75.16% [357/475 00:16<00:05]
|██████████████████████████████----------| 76.00% [361/475 00:16<00:05]
|██████████████████████████████----------| 76.84% [365/475 00:16<00:05]
|███████████████████████████████---------| 77.68% [369/475 00:16<00:04]
|███████████████████████████████---------| 78.53% [373/475 00:17<00:04]
|███████████████████████████████---------| 79.37% [377/475 00:17<00:04]
|████████████████████████████████--------| 80.21% [381/475 00:17<00:04]
|████████████████████████████████--------| 81.05% [385/475 00:17<00:04]
|████████████████████████████████--------| 81.89% [389/475 00:17<00:03]
|█████████████████████████████████-------| 82.74% [393/475 00:18<00:03]
|█████████████████████████████████-------| 83.58% [397/475 00:18<00:03]
|█████████████████████████████████-------| 84.42% [401/475 00:18<00:03]
|██████████████████████████████████------| 85.26% [405/475 00:18<00:03]
|██████████████████████████████████------| 86.11% [409/475 00:18<00:03]
|██████████████████████████████████------| 86.95% [413/475 00:18<00:02]
|███████████████████████████████████-----| 87.79% [417/475 00:19<00:02]
|███████████████████████████████████-----| 88.63% [421/475 00:19<00:02]
|███████████████████████████████████-----| 89.47% [425/475 00:19<00:02]
|████████████████████████████████████----| 90.32% [429/475 00:19<00:02]
|████████████████████████████████████----| 91.16% [433/475 00:19<00:01]
|████████████████████████████████████----| 92.00% [437/475 00:20<00:01]
|█████████████████████████████████████---| 92.84% [441/475 00:20<00:01]
|█████████████████████████████████████---| 93.68% [445/475 00:20<00:01]
|█████████████████████████████████████---| 94.53% [449/475 00:20<00:01]
|██████████████████████████████████████--| 95.37% [453/475 00:20<00:01]
|██████████████████████████████████████--| 96.21% [457/475 00:20<00:00]
|██████████████████████████████████████--| 97.05% [461/475 00:21<00:00]
|███████████████████████████████████████-| 97.89% [465/475 00:21<00:00]
|███████████████████████████████████████-| 98.74% [469/475 00:21<00:00]
|███████████████████████████████████████-| 99.58% [473/475 00:21<00:00]
|████████████████████████████████████████| 100.00% [475/475 00:21<00:00]