For the complete documentation index, see llms.txt. This page is also available as Markdown.

OpenVoice

Clone any voice with seconds of audio using OpenVoice on Clore.ai

Clone any voice with just seconds of audio using OpenVoice.

Renting on CLORE.AI

  1. Filter by GPU type, VRAM, and price

  2. Choose On-Demand (fixed rate) or Spot (bid price)

  3. Configure your order:

    • Select Docker image

    • Set ports (TCP for SSH, HTTP for web UIs)

    • Add environment variables if needed

    • Enter startup command

  4. Select payment: CLORE, BTC, or USDT/USDC

  5. Create order and wait for deployment

Access Your Server

  • Find connection details in My Orders

  • Web interfaces: Use the HTTP port URL

  • SSH: ssh -p <port> root@<proxy-address>

What is OpenVoice?

OpenVoice by MyShell can:

  • Clone voices from ~10 seconds of audio

  • Control emotion, accent, rhythm

  • Cross-lingual voice cloning

  • Zero-shot voice conversion

Requirements

Task
Min VRAM
Recommended

Inference

4GB

RTX 3060

Batch processing

6GB

RTX 3070

Quick Deploy

Docker Image:

Ports:

Command:

Accessing Your Service

After deployment, find your http_pub URL in My Orders:

  1. Go to My Orders page

  2. Click on your order

  3. Find the http_pub URL (e.g., abc123.clorecloud.net)

Use https://YOUR_HTTP_PUB_URL instead of localhost in examples below.

Installation

Basic Voice Cloning

With Text-to-Speech

Generate speech in any voice:

Multi-Language Support

Emotion Control

OpenVoice V2 supports emotion/style control:

Batch Processing

API Server

Quality Tips

For Best Results

  • Use 10-30 seconds of clear reference audio

  • Avoid background noise

  • Single speaker only in reference

  • Match speaking pace approximately

Audio Preprocessing

Comparison with Other Tools

Feature
OpenVoice
RVC
Bark

Reference Audio

10-30s

10+ min

N/A

Training

Not needed

Required

N/A

Speed

Fast

Medium

Slow

Quality

Great

Best

Good

Cross-lingual

Yes

Limited

Yes

Performance

Task
GPU
Time

Extract embedding

RTX 3090

~1s

Convert 10s audio

RTX 3090

~2s

Convert 1 min audio

RTX 3090

~8s

Troubleshooting

Poor Voice Match

  • Use longer reference audio

  • Ensure clear audio quality

  • Check for background noise

Audio Artifacts

  • Reduce speed/emphasis settings

  • Use consistent audio format

  • Check sampling rate match

Out of Memory

  • Process shorter clips

  • Reduce batch size

  • Clear CUDA cache

Cost Estimate

Typical CLORE.AI marketplace rates (as of 2024):

GPU
Hourly Rate
Daily Rate
4-Hour Session

RTX 3060

~$0.03

~$0.70

~$0.12

RTX 3090

~$0.06

~$1.50

~$0.25

RTX 4090

~$0.10

~$2.30

~$0.40

A100 40GB

~$0.17

~$4.00

~$0.70

A100 80GB

~$0.25

~$6.00

~$1.00

Prices vary by provider and demand. Check CLORE.AI Marketplace for current rates.

Save money:

  • Use Spot market for flexible workloads (often 30-50% cheaper)

  • Pay with CLORE tokens

  • Compare prices across different providers

Next Steps

Last updated

Was this helpful?