mirror of
https://github.com/babysor/Realtime-Voice-Clone-Chinese.git
synced 2026-04-23 18:31:14 +08:00
Tell the hifigan type of a vocoder model by searching full text
This commit is contained in:
@@ -447,7 +447,7 @@ class Toolbox:
|
||||
return
|
||||
# Sekect vocoder based on model name
|
||||
model_config_fpath = None
|
||||
if model_fpath.name[0] == "g":
|
||||
if model_fpath.name is not None and model_fpath.name.find("hifigan") > -1:
|
||||
vocoder = gan_vocoder
|
||||
self.ui.log("set hifigan as vocoder")
|
||||
# search a config file
|
||||
|
||||
Reference in New Issue
Block a user