You're looking at a specific version of this model. Jump to the model overview.

datong-new /rvc:39617928

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
audio_for_train
string
audio file for train
audio_for_infer
string
audio file for cloning
ckpt
string
your trained checkpoint
f0_up_key
integer
0
f0_up_key
accompaniment
boolean
True
if output have accompaniment (for music clone)
operation
string (enum)

Options:

train, infer, train_infer

1. train (audio_for_train is needed); 2 infer (audio_for_infer and ckpt is needed); 3. train_infer (audio_for_train and audio_for_infer is needed)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'ckpt_path': {'format': 'uri',
                              'title': 'Ckpt Path',
                              'type': 'string'},
                'cloned_audio': {'format': 'uri',
                                 'title': 'Cloned Audio',
                                 'type': 'string'}},
 'title': 'Output',
 'type': 'object'}