mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-06 09:40:24 +08:00
optimize(crepe): move crepe into rvc.f0
This commit is contained in:
6
web.py
6
web.py
@@ -861,9 +861,9 @@ with gr.Blocks(title="RVC WebUI") as app:
|
||||
"Select the pitch extraction algorithm ('pm': faster extraction but lower-quality speech; 'harvest': better bass but extremely slow; 'crepe': better quality but GPU intensive), 'rmvpe': best quality, and little GPU requirement"
|
||||
),
|
||||
choices=(
|
||||
["pm", "harvest", "crepe", "rmvpe"]
|
||||
if config.dml == False
|
||||
else ["pm", "harvest", "rmvpe"]
|
||||
["pm", "dio", "harvest", "rmvpe"]
|
||||
if config.dml
|
||||
else ["pm", "dio", "harvest", "crepe", "rmvpe"]
|
||||
),
|
||||
value="rmvpe",
|
||||
interactive=True,
|
||||
|
||||
Reference in New Issue
Block a user