Bugfix: load sample rvc model

This commit is contained in:
w-okada 2023-07-24 22:31:05 +09:00
parent 98d104cbf2
commit 8cd41a62a8

View File

@ -115,7 +115,7 @@ export const SampleDownloaderScreen = (props: SampleDownloaderScreenProps) => {
onClick={() => {
if (x.voiceChangerType == "RVC") {
onDownloadSampleClicked(x.id, x.voiceChangerType, {
rvcIndexDownload: true,
useIndex: true,
});
} else if (x.voiceChangerType == "Diffusion-SVC") {
onDownloadSampleClicked(x.id, x.voiceChangerType, {});