From 130ae7e398434ea69a08fc2985e34840c3b02c5b Mon Sep 17 00:00:00 2001 From: w-okada Date: Sat, 8 Jul 2023 17:18:28 +0900 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/issue.yaml | 10 ++++++++++ server/voice_changer/RVC/RVCModelSlotGenerator.py | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index d75e80cb..6720eb97 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -88,6 +88,16 @@ body: - "yes" validations: required: true + - type: dropdown + id: extract-to-new-folder + attributes: + label: Extract files to a new folder. + description: Extract files from a zip file to a new folder, different from the previous version.(If you have.) + options: + - "no" + - "yes" + validations: + required: true - type: input id: vc-type attributes: diff --git a/server/voice_changer/RVC/RVCModelSlotGenerator.py b/server/voice_changer/RVC/RVCModelSlotGenerator.py index 298c93e2..14b9be12 100644 --- a/server/voice_changer/RVC/RVCModelSlotGenerator.py +++ b/server/voice_changer/RVC/RVCModelSlotGenerator.py @@ -106,10 +106,7 @@ class RVCModelSlotGenerator(ModelSlotGenerator): for k, v in cpt["speaker_info"].items(): slot.speakers[int(k)] = str(v) - print("=========================> config::::::::::::1", cpt["config"]) - print("=========================> config::::::::::::2", cpt["config"][-1]) slot.samplingRate = cpt["config"][-1] - print("=========================> config::::::::::::3", slot.samplingRate) del cpt