IAHispano / Applio

A simple, high-quality voice conversion tool focused on ease of use and performance
https://applio.org
MIT License
1.82k stars 294 forks source link

refactoring for pipeline and training #712

Closed AznamirWoW closed 2 months ago

AznamirWoW commented 2 months ago

1) removed two non-pitch guidance functions from data_utils 2) using the same audio loader and collate functions regardless of pitch guidance 3) added proper device handling instead of a command line parameter 4) removed most of pitch guidance code branching, now net_g gets None values for pitch and pitchf 5) removed 2 copy-pasted calls for extact_model 6) streamlined the pipeline logic

Description

Motivation and Context

How has this been tested?

Screenshots (if appropriate):

Types of changes

Checklist: