owkai / voice-cloning-yt

  • Public
  • 3 runs
Iterate in playground

Input

pip install replicate
Set the REPLICATE_API_TOKEN environment variable:
export REPLICATE_API_TOKEN=<paste-your-token-here>

Find your API token in your account settings.

Import the client:
import replicate

Run owkai/voice-cloning-yt using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.

output = replicate.run(
    "owkai/voice-cloning-yt:0eff368d6f830d8c753a1b5709b95c6e71870819a6015f8f7f47da21d340482b",
    input={
        "protect": 0.33,
        "rvc_model": "Squidward",
        "index_rate": 0.5,
        "reverb_size": 0.15,
        "pitch_change": "no-change",
        "rms_mix_rate": 0.25,
        "filter_radius": 3,
        "output_format": "mp3",
        "reverb_damping": 0.7,
        "reverb_dryness": 0.8,
        "reverb_wetness": 0.2,
        "crepe_hop_length": 128,
        "pitch_change_all": 0,
        "main_vocals_volume_change": 0,
        "pitch_detection_algorithm": "rmvpe",
        "instrumental_volume_change": 0,
        "backup_vocals_volume_change": 0
    }
)
print(output)

To learn more, take a look at the guide on getting started with Python.

Output

No output yet! Press "Submit" to start a prediction.

Run time and cost

This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

This model doesn't have a readme.