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