Training-Rvc-Model / Dockerfile
Seqath's picture
Create Dockerfile
cde1b5c verified
raw
history blame contribute delete
No virus
810 Bytes
docker run -d -p 5000:5000 --gpus=all r8.im/zsxkib/realistic-voice-cloning@sha256:a0076ea13a704d9fa6d02535bc8951d3b141c84dc95d2d3f2f5016eabfcb8d94
curl -s -X POST \
-H "Content-Type: application/json" \
-d $'{
"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
}
}' \
http://localhost:5000/predictions