IAHispano / Applio

VITS-based Voice Conversion focused on simplicity, quality and performance.
https://applio.org
MIT License
1.29k stars 217 forks source link

[WinError 267] The directory name is invalid on Preprocess Dataset #452

Closed Zabnarax closed 1 month ago

Zabnarax commented 1 month ago

Bug Description "[WinError 267] The directory name is invalid:" when i try to Preprocess Dataset

Starting preprocessing...
[WinError 267] The directory name is invalid: 'C:\\AAA\\my_v\\aaaaaaav.wav'
Preprocessing completed!

then if i try to do feature extraction, i get this:

Using f0 method: rmvpe
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
There are no paths to process.
Starting feature extraction...
C:\Applio-3.2.0\Applio-3.2.0\env\lib\site-packages\torch\nn\utils\weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.
  warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.")
Embedding model hubert loaded successfully.
An error occurred in the feature extraction, make sure you have provided the audios correctly.

TTS and Inference works fine

what I've tried:

  1. rename/change path to dataset (D and C drive)
  2. full reinstall of Applio to D and C drive
  3. there is no spaces in path to Applio/dataset
  4. Applio/dataset not in a folder with privileged access
blaisewf commented 1 month ago

folder path, not audio path

Zabnarax commented 1 month ago

oh, bruh. thank you