Bugfix: load sample rvc model
This commit is contained in:
parent
98d104cbf2
commit
8cd41a62a8
@ -115,7 +115,7 @@ export const SampleDownloaderScreen = (props: SampleDownloaderScreenProps) => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (x.voiceChangerType == "RVC") {
|
if (x.voiceChangerType == "RVC") {
|
||||||
onDownloadSampleClicked(x.id, x.voiceChangerType, {
|
onDownloadSampleClicked(x.id, x.voiceChangerType, {
|
||||||
rvcIndexDownload: true,
|
useIndex: true,
|
||||||
});
|
});
|
||||||
} else if (x.voiceChangerType == "Diffusion-SVC") {
|
} else if (x.voiceChangerType == "Diffusion-SVC") {
|
||||||
onDownloadSampleClicked(x.id, x.voiceChangerType, {});
|
onDownloadSampleClicked(x.id, x.voiceChangerType, {});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user