From d3ee2fc408c5b07d4ab8cfc47128548f4b6bd249 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:11:00 +0800 Subject: [PATCH] Add files via upload --- webui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webui.py b/webui.py index 9c16af5..afe11b5 100644 --- a/webui.py +++ b/webui.py @@ -134,6 +134,8 @@ pretrained_gpt_name,pretrained_sovits_name = _ SoVITS_weight_root=["SoVITS_weights_v2","SoVITS_weights"] GPT_weight_root=["GPT_weights_v2","GPT_weights"] +for root in SoVITS_weight_root+GPT_weight_root: + os.makedirs(root,exist_ok=True) def get_weights_names(): SoVITS_names = [name for name in pretrained_sovits_name if name!=""] for path in SoVITS_weight_root: