IAHispano / Applio

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

[Bug]: No module named 'sympy.release' #771

Closed ZeroCool22 closed 1 month ago

ZeroCool22 commented 1 month ago

Project Version

3.2.6

Platform and OS Version

Windows 10 64 bits.

Affected Devices

PC Desktop

Existing Issues

No response

What happened?

Traceback (most recent call last):
  File "C:\Applio\env\lib\site-packages\transformers\utils\import_utils.py", line 1603, in _get_module
    return importlib.import_module("." + module_name, self.__name__)
  File "C:\Applio\env\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "C:\Applio\env\lib\site-packages\transformers\models\hubert\modeling_hubert.py", line 22, in <module>
    import torch.utils.checkpoint
  File "C:\Applio\env\lib\site-packages\torch\utils\checkpoint.py", line 23, in <module>
    from torch._functorch._aot_autograd.functional_utils import is_fun
  File "C:\Applio\env\lib\site-packages\torch\_functorch\_aot_autograd\functional_utils.py", line 13, in <module>
    from torch.fx.experimental.symbolic_shapes import definitely_true, sym_eq
  File "C:\Applio\env\lib\site-packages\torch\fx\experimental\symbolic_shapes.py", line 63, in <module>
    from torch.utils._sympy.functions import FloorDiv, Mod, IsNonOverlappingAndDenseIndicator
  File "C:\Applio\env\lib\site-packages\torch\utils\_sympy\functions.py", line 1, in <module>
    import sympy
  File "C:\Applio\env\lib\site-packages\sympy\__init__.py", line 29, in <module>
    from sympy.release import __version__
ModuleNotFoundError: No module named 'sympy.release'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Applio\app.py", line 22, in <module>
    from tabs.inference.inference import inference_tab
  File "C:\Applio\tabs\inference\inference.py", line 9, in <module>
    from core import (
  File "C:\Applio\core.py", line 21, in <module>
    from rvc.lib.tools.model_download import model_download_pipeline
  File "C:\Applio\rvc\lib\tools\model_download.py", line 15, in <module>
    from rvc.lib.utils import format_title
  File "C:\Applio\rvc\lib\utils.py", line 14, in <module>
    from transformers import HubertModel
  File "<frozen importlib._bootstrap>", line 1055, in _handle_fromlist
  File "C:\Applio\env\lib\site-packages\transformers\utils\import_utils.py", line 1594, in __getattr__
    value = getattr(module, name)
  File "C:\Applio\env\lib\site-packages\transformers\utils\import_utils.py", line 1593, in __getattr__
    module = self._get_module(self._class_to_module[name])
  File "C:\Applio\env\lib\site-packages\transformers\utils\import_utils.py", line 1605, in _get_module
    raise RuntimeError(
RuntimeError: Failed to import transformers.models.hubert.modeling_hubert because of the following error (look up to see its traceback):
No module named 'sympy.release'

Presione una tecla para continuar . . .

Steps to reproduce

  1. ...

Expected behavior

Launch with run-applio.bat

Attachments

No response

Screenshots or Videos

No response

Additional Information

I cloned the repo with git clone (because i want to keep it updated with git pull) and then run the run-install.bat, all installation run good without errors but when i launch it i get the error mentioned.

Microsoft Windows [Versión 10.0.19045.4780]
(c) Microsoft Corporation. Todos los derechos reservados.

C:\Applio\env\Scripts>activate

C:\Applio\env\Scripts>conda.bat activate

(base) C:\Applio\env\Scripts>python -c "import sympy; print(sympy.__version__)"
1.11.1

(base) C:\Applio\env\Scripts>
ZeroCool22 commented 1 month ago

Screenshot_1

AznamirWoW commented 1 month ago

Please do env\python -m pip freeze >list.txt and provide that instead of the screenshot.

but if you're cloning the repo, you need to be ready to fix it all by yourself.

ZeroCool22 commented 1 month ago

Please do env\python -m pip freeze >list.txt and provide that instead of the screenshot.

but if you're cloning the repo, you need to be ready to fix it all by yourself.

It doesn't show nothing:

https://github.com/user-attachments/assets/c634dd4b-e8ca-4970-ba94-c95a022c364b

I also let you here the install process log:

Welcome to the Applio Installer

Cleaning up unnecessary files...
Cleanup complete.

Miniconda already installed. Skipping installation.
Creating Conda environment...
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Applio\env

  added / updated specs:
    - python=3.9

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    ca-certificates-2024.9.24  |       haa95532_0         131 KB
    openssl-3.0.15             |       h827c3e9_0         7.8 MB
    pip-24.2                   |   py39haa95532_0         2.4 MB
    python-3.9.19              |       h1aa4202_1        19.6 MB
    setuptools-75.1.0          |   py39haa95532_0         1.6 MB
    sqlite-3.45.3              |       h2bbff1b_0         973 KB
    tzdata-2024a               |       h04d1e81_0         116 KB
    vc-14.40                   |       h2eaa2aa_1          10 KB
    vs2015_runtime-14.40.33807 |       h98bb1dd_1         1.3 MB
    wheel-0.44.0               |   py39haa95532_0         137 KB
    ------------------------------------------------------------
                                           Total:        34.0 MB

The following NEW packages will be INSTALLED:

  ca-certificates    pkgs/main/win-64::ca-certificates-2024.9.24-haa95532_0
  openssl            pkgs/main/win-64::openssl-3.0.15-h827c3e9_0
  pip                pkgs/main/win-64::pip-24.2-py39haa95532_0
  python             pkgs/main/win-64::python-3.9.19-h1aa4202_1
  setuptools         pkgs/main/win-64::setuptools-75.1.0-py39haa95532_0
  sqlite             pkgs/main/win-64::sqlite-3.45.3-h2bbff1b_0
  tzdata             pkgs/main/noarch::tzdata-2024a-h04d1e81_0
  vc                 pkgs/main/win-64::vc-14.40-h2eaa2aa_1
  vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.40.33807-h98bb1dd_1
  wheel              pkgs/main/win-64::wheel-0.44.0-py39haa95532_0

Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate C:\Applio\env
#
# To deactivate an active environment, use
#
#     $ conda deactivate

Conda environment created successfully.

Installing specific pip version...
Collecting pip<24.1
  Using cached pip-24.0-py3-none-any.whl.metadata (3.6 kB)
Using cached pip-24.0-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 24.2
    Uninstalling pip-24.2:
      Successfully uninstalled pip-24.2
  WARNING: The scripts pip.exe, pip3.9.exe and pip3.exe are installed in 'C:\Applio\env\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-24.0
Pip installation complete.

Installing dependencies...
Requirement already satisfied: setuptools in c:\applio\env\lib\site-packages (75.1.0)

[notice] A new release of pip is available: 24.0 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip
Ignoring pip: markers 'sys_platform == "darwin"' don't match your environment
Ignoring wheel: markers 'sys_platform == "darwin"' don't match your environment
Ignoring PyYAML: markers 'sys_platform == "darwin"' don't match your environment
Ignoring omegaconf: markers 'sys_platform == "darwin"' don't match your environment
Ignoring numba: markers 'sys_platform == "linux"' don't match your environment
Ignoring certifi: markers 'sys_platform == "darwin"' don't match your environment
Ignoring antlr4-python3-runtime: markers 'sys_platform == "darwin"' don't match your environment
Collecting numpy==1.23.5 (from -r C:\Applio\requirements.txt (line 5))
  Using cached numpy-1.23.5-cp39-cp39-win_amd64.whl.metadata (2.3 kB)
Collecting requests==2.32.0 (from -r C:\Applio\requirements.txt (line 6))
  Using cached requests-2.32.0-py3-none-any.whl.metadata (4.6 kB)
Collecting tqdm (from -r C:\Applio\requirements.txt (line 7))
  Using cached tqdm-4.66.5-py3-none-any.whl.metadata (57 kB)
Collecting wget (from -r C:\Applio\requirements.txt (line 8))
  Using cached wget-3.2-py3-none-any.whl
Collecting pydantic==2.8.2 (from -r C:\Applio\requirements.txt (line 9))
  Using cached pydantic-2.8.2-py3-none-any.whl.metadata (125 kB)
Collecting fastapi==0.112.0 (from -r C:\Applio\requirements.txt (line 10))
  Using cached fastapi-0.112.0-py3-none-any.whl.metadata (27 kB)
Collecting starlette==0.37.2 (from -r C:\Applio\requirements.txt (line 11))
  Using cached starlette-0.37.2-py3-none-any.whl.metadata (5.9 kB)
Collecting ffmpeg-python>=0.2.0 (from -r C:\Applio\requirements.txt (line 14))
  Using cached ffmpeg_python-0.2.0-py3-none-any.whl.metadata (1.7 kB)
Collecting faiss-cpu==1.7.3 (from -r C:\Applio\requirements.txt (line 15))
  Using cached faiss_cpu-1.7.3-cp39-cp39-win_amd64.whl.metadata (1.4 kB)
Collecting librosa==0.9.2 (from -r C:\Applio\requirements.txt (line 16))
  Using cached librosa-0.9.2-py3-none-any.whl.metadata (8.2 kB)
Collecting pyworld==0.3.4 (from -r C:\Applio\requirements.txt (line 17))
  Using cached pyworld-0.3.4-cp39-cp39-win_amd64.whl.metadata (6.4 kB)
Collecting scipy==1.11.1 (from -r C:\Applio\requirements.txt (line 18))
  Using cached scipy-1.11.1-cp39-cp39-win_amd64.whl.metadata (59 kB)
Collecting soundfile==0.12.1 (from -r C:\Applio\requirements.txt (line 19))
  Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl.metadata (14 kB)
Collecting praat-parselmouth (from -r C:\Applio\requirements.txt (line 20))
  Using cached praat_parselmouth-0.4.4-cp39-cp39-win_amd64.whl.metadata (2.9 kB)
Collecting noisereduce (from -r C:\Applio\requirements.txt (line 21))
  Using cached noisereduce-3.0.2-py3-none-any.whl.metadata (14 kB)
Collecting versatile-audio-upscaler (from -r C:\Applio\requirements.txt (line 22))
  Using cached versatile_audio_upscaler-0.0.2-py3-none-any.whl.metadata (2.8 kB)
Collecting pedalboard (from -r C:\Applio\requirements.txt (line 23))
  Using cached pedalboard-0.9.16-cp39-cp39-win_amd64.whl.metadata (17 kB)
Collecting stftpitchshift (from -r C:\Applio\requirements.txt (line 24))
  Using cached stftpitchshift-2.0-py3-none-any.whl.metadata (13 kB)
Collecting numba==0.57.0 (from -r C:\Applio\requirements.txt (line 29))
  Using cached numba-0.57.0-cp39-cp39-win_amd64.whl.metadata (2.8 kB)
Collecting torch==2.3.1 (from -r C:\Applio\requirements.txt (line 30))
  Using cached torch-2.3.1-cp39-cp39-win_amd64.whl.metadata (26 kB)
Collecting torchaudio==2.3.1 (from -r C:\Applio\requirements.txt (line 31))
  Using cached torchaudio-2.3.1-cp39-cp39-win_amd64.whl.metadata (6.4 kB)
Collecting torchvision==0.18.1 (from -r C:\Applio\requirements.txt (line 32))
  Using cached torchvision-0.18.1-cp39-cp39-win_amd64.whl.metadata (6.6 kB)
Collecting torchcrepe==0.0.23 (from -r C:\Applio\requirements.txt (line 33))
  Using cached torchcrepe-0.0.23-py3-none-any.whl.metadata (7.8 kB)
Collecting torchfcpe (from -r C:\Applio\requirements.txt (line 34))
  Using cached torchfcpe-0.0.4-py3-none-any.whl.metadata (2.0 kB)
Collecting einops (from -r C:\Applio\requirements.txt (line 35))
  Using cached einops-0.8.0-py3-none-any.whl.metadata (12 kB)
Collecting libf0 (from -r C:\Applio\requirements.txt (line 36))
  Using cached libf0-1.0.2-py3-none-any.whl.metadata (5.3 kB)
Collecting transformers==4.44.2 (from -r C:\Applio\requirements.txt (line 37))
  Using cached transformers-4.44.2-py3-none-any.whl.metadata (43 kB)
Collecting matplotlib==3.7.2 (from -r C:\Applio\requirements.txt (line 40))
  Using cached matplotlib-3.7.2-cp39-cp39-win_amd64.whl.metadata (5.8 kB)
Collecting tensorboard (from -r C:\Applio\requirements.txt (line 41))
  Using cached tensorboard-2.18.0-py3-none-any.whl.metadata (1.6 kB)
Collecting gradio==4.43.0 (from -r C:\Applio\requirements.txt (line 42))
  Using cached gradio-4.43.0-py3-none-any.whl.metadata (15 kB)
Collecting ffmpy==0.3.1 (from -r C:\Applio\requirements.txt (line 47))
  Using cached ffmpy-0.3.1-py3-none-any.whl
Collecting tensorboardX (from -r C:\Applio\requirements.txt (line 48))
  Using cached tensorboardX-2.6.2.2-py2.py3-none-any.whl.metadata (5.8 kB)
Collecting edge-tts==6.1.9 (from -r C:\Applio\requirements.txt (line 49))
  Using cached edge_tts-6.1.9-py3-none-any.whl.metadata (4.3 kB)
Collecting pypresence (from -r C:\Applio\requirements.txt (line 50))
  Using cached pypresence-4.3.0-py2.py3-none-any.whl.metadata (4.0 kB)
Collecting beautifulsoup4 (from -r C:\Applio\requirements.txt (line 51))
  Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
Collecting flask (from -r C:\Applio\requirements.txt (line 52))
  Using cached flask-3.0.3-py3-none-any.whl.metadata (3.2 kB)
Collecting local-attention (from -r C:\Applio\requirements.txt (line 53))
  Using cached local_attention-1.9.15-py3-none-any.whl.metadata (683 bytes)
Collecting charset-normalizer<4,>=2 (from requests==2.32.0->-r C:\Applio\requirements.txt (line 6))
  Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl.metadata (34 kB)
Collecting idna<4,>=2.5 (from requests==2.32.0->-r C:\Applio\requirements.txt (line 6))
  Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests==2.32.0->-r C:\Applio\requirements.txt (line 6))
  Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests==2.32.0->-r C:\Applio\requirements.txt (line 6))
  Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Collecting annotated-types>=0.4.0 (from pydantic==2.8.2->-r C:\Applio\requirements.txt (line 9))
  Using cached annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
Collecting pydantic-core==2.20.1 (from pydantic==2.8.2->-r C:\Applio\requirements.txt (line 9))
  Using cached pydantic_core-2.20.1-cp39-none-win_amd64.whl.metadata (6.7 kB)
Collecting typing-extensions>=4.6.1 (from pydantic==2.8.2->-r C:\Applio\requirements.txt (line 9))
  Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting anyio<5,>=3.4.0 (from starlette==0.37.2->-r C:\Applio\requirements.txt (line 11))
  Using cached anyio-4.6.0-py3-none-any.whl.metadata (4.6 kB)
Collecting audioread>=2.1.9 (from librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB)
Collecting scikit-learn>=0.19.1 (from librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached scikit_learn-1.5.2-cp39-cp39-win_amd64.whl.metadata (13 kB)
Collecting joblib>=0.14 (from librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
Collecting decorator>=4.0.10 (from librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting resampy>=0.2.2 (from librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached resampy-0.4.3-py3-none-any.whl.metadata (3.0 kB)
Collecting pooch>=1.0 (from librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached pooch-1.8.2-py3-none-any.whl.metadata (10 kB)
Collecting packaging>=20.0 (from librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
Collecting cython>=0.24 (from pyworld==0.3.4->-r C:\Applio\requirements.txt (line 17))
  Using cached Cython-3.0.11-cp39-cp39-win_amd64.whl.metadata (3.2 kB)
Collecting cffi>=1.0 (from soundfile==0.12.1->-r C:\Applio\requirements.txt (line 19))
  Using cached cffi-1.17.1-cp39-cp39-win_amd64.whl.metadata (1.6 kB)
Collecting llvmlite<0.41,>=0.40.0dev0 (from numba==0.57.0->-r C:\Applio\requirements.txt (line 29))
  Using cached llvmlite-0.40.1-cp39-cp39-win_amd64.whl.metadata (4.8 kB)
Collecting filelock (from torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
Collecting sympy (from torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached sympy-1.13.3-py3-none-any.whl.metadata (12 kB)
Collecting networkx (from torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
Collecting jinja2 (from torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting fsspec (from torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached fsspec-2024.9.0-py3-none-any.whl.metadata (11 kB)
Collecting mkl<=2021.4.0,>=2021.1.1 (from torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached mkl-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB)
Collecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.18.1->-r C:\Applio\requirements.txt (line 32))
  Using cached pillow-10.4.0-cp39-cp39-win_amd64.whl.metadata (9.3 kB)
Collecting huggingface-hub<1.0,>=0.23.2 (from transformers==4.44.2->-r C:\Applio\requirements.txt (line 37))
  Using cached huggingface_hub-0.25.1-py3-none-any.whl.metadata (13 kB)
Collecting pyyaml>=5.1 (from transformers==4.44.2->-r C:\Applio\requirements.txt (line 37))
  Using cached PyYAML-6.0.2-cp39-cp39-win_amd64.whl.metadata (2.1 kB)
Collecting regex!=2019.12.17 (from transformers==4.44.2->-r C:\Applio\requirements.txt (line 37))
  Using cached regex-2024.9.11-cp39-cp39-win_amd64.whl.metadata (41 kB)
Collecting safetensors>=0.4.1 (from transformers==4.44.2->-r C:\Applio\requirements.txt (line 37))
  Using cached safetensors-0.4.5-cp39-none-win_amd64.whl.metadata (3.9 kB)
Collecting tokenizers<0.20,>=0.19 (from transformers==4.44.2->-r C:\Applio\requirements.txt (line 37))
  Using cached tokenizers-0.19.1-cp39-none-win_amd64.whl.metadata (6.9 kB)
Collecting contourpy>=1.0.1 (from matplotlib==3.7.2->-r C:\Applio\requirements.txt (line 40))
  Using cached contourpy-1.3.0-cp39-cp39-win_amd64.whl.metadata (5.4 kB)
Collecting cycler>=0.10 (from matplotlib==3.7.2->-r C:\Applio\requirements.txt (line 40))
  Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib==3.7.2->-r C:\Applio\requirements.txt (line 40))
  Using cached fonttools-4.54.1-cp39-cp39-win_amd64.whl.metadata (167 kB)
Collecting kiwisolver>=1.0.1 (from matplotlib==3.7.2->-r C:\Applio\requirements.txt (line 40))
  Using cached kiwisolver-1.4.7-cp39-cp39-win_amd64.whl.metadata (6.4 kB)
Collecting pyparsing<3.1,>=2.3.1 (from matplotlib==3.7.2->-r C:\Applio\requirements.txt (line 40))
  Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB)
Collecting python-dateutil>=2.7 (from matplotlib==3.7.2->-r C:\Applio\requirements.txt (line 40))
  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting importlib-resources>=3.2.0 (from matplotlib==3.7.2->-r C:\Applio\requirements.txt (line 40))
  Using cached importlib_resources-6.4.5-py3-none-any.whl.metadata (4.0 kB)
Collecting aiofiles<24.0,>=22.0 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)
Collecting gradio-client==1.3.0 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached gradio_client-1.3.0-py3-none-any.whl.metadata (7.1 kB)
Collecting httpx>=0.24.1 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
Collecting markupsafe~=2.0 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl.metadata (3.1 kB)
Collecting orjson~=3.0 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached orjson-3.10.7-cp39-none-win_amd64.whl.metadata (51 kB)
Collecting pandas<3.0,>=1.0 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached pandas-2.2.3-cp39-cp39-win_amd64.whl.metadata (19 kB)
Collecting pydub (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting python-multipart>=0.0.9 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached python_multipart-0.0.12-py3-none-any.whl.metadata (1.9 kB)
Collecting ruff>=0.2.2 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached ruff-0.6.8-py3-none-win_amd64.whl.metadata (25 kB)
Collecting semantic-version~=2.0 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting tomlkit==0.12.0 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached tomlkit-0.12.0-py3-none-any.whl.metadata (2.7 kB)
Collecting typer<1.0,>=0.12 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached typer-0.12.5-py3-none-any.whl.metadata (15 kB)
Collecting uvicorn>=0.14.0 (from gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached uvicorn-0.31.0-py3-none-any.whl.metadata (6.6 kB)
Collecting aiohttp>=3.8.0 (from edge-tts==6.1.9->-r C:\Applio\requirements.txt (line 49))
  Using cached aiohttp-3.10.8-cp39-cp39-win_amd64.whl.metadata (7.8 kB)
Collecting certifi>=2017.4.17 (from requests==2.32.0->-r C:\Applio\requirements.txt (line 6))
  Using cached certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
Collecting websockets<13.0,>=10.0 (from gradio-client==1.3.0->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached websockets-12.0-cp39-cp39-win_amd64.whl.metadata (6.8 kB)
Collecting colorama (from tqdm->-r C:\Applio\requirements.txt (line 7))
  Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting future (from ffmpeg-python>=0.2.0->-r C:\Applio\requirements.txt (line 14))
  Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
Collecting chardet (from versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
Collecting unidecode (from versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached Unidecode-1.3.8-py3-none-any.whl.metadata (13 kB)
Collecting phonemizer (from versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached phonemizer-3.3.0-py3-none-any.whl.metadata (48 kB)
Collecting torchlibrosa>=0.0.9 (from versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached torchlibrosa-0.1.0-py3-none-any.whl.metadata (3.5 kB)
Collecting progressbar (from versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached progressbar-2.5-py3-none-any.whl
Collecting ftfy (from versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached ftfy-6.2.3-py3-none-any.whl.metadata (7.8 kB)
Collecting timm (from versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached timm-1.0.9-py3-none-any.whl.metadata (42 kB)
Collecting click (from stftpitchshift->-r C:\Applio\requirements.txt (line 24))
  Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting absl-py>=0.4 (from tensorboard->-r C:\Applio\requirements.txt (line 41))
  Using cached absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB)
Collecting grpcio>=1.48.2 (from tensorboard->-r C:\Applio\requirements.txt (line 41))
  Using cached grpcio-1.66.2-cp39-cp39-win_amd64.whl.metadata (4.0 kB)
Collecting markdown>=2.6.8 (from tensorboard->-r C:\Applio\requirements.txt (line 41))
  Using cached Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
Collecting protobuf!=4.24.0,>=3.19.6 (from tensorboard->-r C:\Applio\requirements.txt (line 41))
  Using cached protobuf-5.28.2-cp39-cp39-win_amd64.whl.metadata (592 bytes)
Requirement already satisfied: setuptools>=41.0.0 in c:\applio\env\lib\site-packages (from tensorboard->-r C:\Applio\requirements.txt (line 41)) (75.1.0)
Collecting six>1.9 (from tensorboard->-r C:\Applio\requirements.txt (line 41))
  Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard->-r C:\Applio\requirements.txt (line 41))
  Using cached tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB)
Collecting werkzeug>=1.0.1 (from tensorboard->-r C:\Applio\requirements.txt (line 41))
  Using cached werkzeug-3.0.4-py3-none-any.whl.metadata (3.7 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->-r C:\Applio\requirements.txt (line 51))
  Using cached soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
Collecting itsdangerous>=2.1.2 (from flask->-r C:\Applio\requirements.txt (line 52))
  Using cached itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
Collecting blinker>=1.6.2 (from flask->-r C:\Applio\requirements.txt (line 52))
  Using cached blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB)
Collecting importlib-metadata>=3.6.0 (from flask->-r C:\Applio\requirements.txt (line 52))
  Using cached importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
Collecting aiohappyeyeballs>=2.3.0 (from aiohttp>=3.8.0->edge-tts==6.1.9->-r C:\Applio\requirements.txt (line 49))
  Using cached aiohappyeyeballs-2.4.3-py3-none-any.whl.metadata (6.1 kB)
Collecting aiosignal>=1.1.2 (from aiohttp>=3.8.0->edge-tts==6.1.9->-r C:\Applio\requirements.txt (line 49))
  Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Collecting attrs>=17.3.0 (from aiohttp>=3.8.0->edge-tts==6.1.9->-r C:\Applio\requirements.txt (line 49))
  Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Collecting frozenlist>=1.1.1 (from aiohttp>=3.8.0->edge-tts==6.1.9->-r C:\Applio\requirements.txt (line 49))
  Using cached frozenlist-1.4.1-cp39-cp39-win_amd64.whl.metadata (12 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp>=3.8.0->edge-tts==6.1.9->-r C:\Applio\requirements.txt (line 49))
  Using cached multidict-6.1.0-cp39-cp39-win_amd64.whl.metadata (5.1 kB)
Collecting yarl<2.0,>=1.12.0 (from aiohttp>=3.8.0->edge-tts==6.1.9->-r C:\Applio\requirements.txt (line 49))
  Using cached yarl-1.13.1-cp39-cp39-win_amd64.whl.metadata (52 kB)
Collecting async-timeout<5.0,>=4.0 (from aiohttp>=3.8.0->edge-tts==6.1.9->-r C:\Applio\requirements.txt (line 49))
  Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting sniffio>=1.1 (from anyio<5,>=3.4.0->starlette==0.37.2->-r C:\Applio\requirements.txt (line 11))
  Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting exceptiongroup>=1.0.2 (from anyio<5,>=3.4.0->starlette==0.37.2->-r C:\Applio\requirements.txt (line 11))
  Using cached exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB)
Collecting pycparser (from cffi>=1.0->soundfile==0.12.1->-r C:\Applio\requirements.txt (line 19))
  Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting httpcore==1.* (from httpx>=0.24.1->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached httpcore-1.0.6-py3-none-any.whl.metadata (21 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.24.1->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting zipp>=3.20 (from importlib-metadata>=3.6.0->flask->-r C:\Applio\requirements.txt (line 52))
  Using cached zipp-3.20.2-py3-none-any.whl.metadata (3.7 kB)
Collecting intel-openmp==2021.* (from mkl<=2021.4.0,>=2021.1.1->torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.2 kB)
Collecting tbb==2021.* (from mkl<=2021.4.0,>=2021.1.1->torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached tbb-2021.13.1-py3-none-win_amd64.whl.metadata (1.1 kB)
Collecting pytz>=2020.1 (from pandas<3.0,>=1.0->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached pytz-2024.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas<3.0,>=1.0->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting platformdirs>=2.5.0 (from pooch>=1.0->librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.19.1->librosa==0.9.2->-r C:\Applio\requirements.txt (line 16))
  Using cached threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
Collecting shellingham>=1.3.0 (from typer<1.0,>=0.12->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
Collecting rich>=10.11.0 (from typer<1.0,>=0.12->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached rich-13.9.1-py3-none-any.whl.metadata (18 kB)
Collecting wcwidth<0.3.0,>=0.2.12 (from ftfy->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting segments (from phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached segments-2.2.1-py2.py3-none-any.whl.metadata (3.3 kB)
Collecting dlinfo (from phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached dlinfo-1.2.1-py3-none-any.whl.metadata (1.1 kB)
Collecting mpmath<1.4,>=1.1.0 (from sympy->torch==2.3.1->-r C:\Applio\requirements.txt (line 30))
  Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer<1.0,>=0.12->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer<1.0,>=0.12->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB)
Collecting clldutils>=1.7.3 (from segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached clldutils-3.22.2-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting csvw>=1.5.6 (from segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached csvw-3.3.1-py2.py3-none-any.whl.metadata (10 kB)
Collecting tabulate>=0.7.7 (from clldutils>=1.7.3->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting colorlog (from clldutils>=1.7.3->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached colorlog-6.8.2-py3-none-any.whl.metadata (10 kB)
Collecting bibtexparser>=2.0.0b4 (from clldutils>=1.7.3->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached bibtexparser-2.0.0b7-py3-none-any.whl.metadata (5.6 kB)
Collecting pylatexenc (from clldutils>=1.7.3->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached pylatexenc-2.10-py3-none-any.whl
Collecting lxml (from clldutils>=1.7.3->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached lxml-5.3.0-cp39-cp39-win_amd64.whl.metadata (3.9 kB)
Collecting babel (from csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached babel-2.16.0-py3-none-any.whl.metadata (1.5 kB)
Collecting isodate (from csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached isodate-0.6.1-py2.py3-none-any.whl.metadata (9.6 kB)
Collecting jsonschema (from csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
Collecting language-tags (from csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached language_tags-1.2.0-py3-none-any.whl.metadata (2.1 kB)
Collecting rdflib (from csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached rdflib-7.0.0-py3-none-any.whl.metadata (11 kB)
Collecting rfc3986<2 (from csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached rfc3986-1.5.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting uritemplate>=3.0.0 (from csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer<1.0,>=0.12->gradio==4.43.0->-r C:\Applio\requirements.txt (line 42))
  Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema->csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB)
Collecting rpds-py>=0.7.1 (from jsonschema->csvw>=1.5.6->segments->phonemizer->versatile-audio-upscaler->-r C:\Applio\requirements.txt (line 22))
  Using cached rpds_py-0.20.0-cp39-none-win_amd64.whl.metadata (4.2 kB)
WARNING: The candidate selected for download or install is a yanked version: 'requests' candidate (version 2.32.0 at https://files.pythonhosted.org/packages/24/e8/09e8d662a9675a4e4f5dd7a8e6127b463a091d2703ed931a64aa66d00065/requests-2.32.0-py3-none-any.whl (from https://pypi.org/simple/requests/) (requires-python:>=3.8))
Reason for being yanked: Yanked due to conflicts with CVE-2024-35195 mitigation
Using cached numpy-1.23.5-cp39-cp39-win_amd64.whl (14.7 MB)
Using cached requests-2.32.0-py3-none-any.whl (63 kB)
Using cached pydantic-2.8.2-py3-none-any.whl (423 kB)
Using cached fastapi-0.112.0-py3-none-any.whl (93 kB)
Using cached starlette-0.37.2-py3-none-any.whl (71 kB)
Using cached faiss_cpu-1.7.3-cp39-cp39-win_amd64.whl (10.4 MB)
Using cached librosa-0.9.2-py3-none-any.whl (214 kB)
Using cached pyworld-0.3.4-cp39-cp39-win_amd64.whl (224 kB)
Using cached scipy-1.11.1-cp39-cp39-win_amd64.whl (44.1 MB)
Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl (1.0 MB)
Using cached numba-0.57.0-cp39-cp39-win_amd64.whl (2.6 MB)
Using cached torch-2.3.1-cp39-cp39-win_amd64.whl (159.7 MB)
Using cached torchaudio-2.3.1-cp39-cp39-win_amd64.whl (2.4 MB)
Using cached torchvision-0.18.1-cp39-cp39-win_amd64.whl (1.2 MB)
Using cached torchcrepe-0.0.23-py3-none-any.whl (72.3 MB)
Using cached transformers-4.44.2-py3-none-any.whl (9.5 MB)
Using cached matplotlib-3.7.2-cp39-cp39-win_amd64.whl (7.5 MB)
Using cached gradio-4.43.0-py3-none-any.whl (18.1 MB)
Using cached edge_tts-6.1.9-py3-none-any.whl (27 kB)
Using cached certifi-2023.7.22-py3-none-any.whl (158 kB)
Using cached gradio_client-1.3.0-py3-none-any.whl (318 kB)
Using cached pydantic_core-2.20.1-cp39-none-win_amd64.whl (1.9 MB)
Using cached tomlkit-0.12.0-py3-none-any.whl (37 kB)
Using cached tqdm-4.66.5-py3-none-any.whl (78 kB)
Using cached ffmpeg_python-0.2.0-py3-none-any.whl (25 kB)
Using cached praat_parselmouth-0.4.4-cp39-cp39-win_amd64.whl (8.9 MB)
Using cached noisereduce-3.0.2-py3-none-any.whl (22 kB)
Using cached versatile_audio_upscaler-0.0.2-py3-none-any.whl (2.9 MB)
Using cached pedalboard-0.9.16-cp39-cp39-win_amd64.whl (3.1 MB)
Using cached stftpitchshift-2.0-py3-none-any.whl (15 kB)
Using cached torchfcpe-0.0.4-py3-none-any.whl (40.2 MB)
Using cached einops-0.8.0-py3-none-any.whl (43 kB)
Using cached libf0-1.0.2-py3-none-any.whl (26 kB)
Using cached tensorboard-2.18.0-py3-none-any.whl (5.5 MB)
Using cached tensorboardX-2.6.2.2-py2.py3-none-any.whl (101 kB)
Using cached pypresence-4.3.0-py2.py3-none-any.whl (11 kB)
Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
Using cached flask-3.0.3-py3-none-any.whl (101 kB)
Using cached local_attention-1.9.15-py3-none-any.whl (9.0 kB)
Using cached absl_py-2.1.0-py3-none-any.whl (133 kB)
Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB)
Using cached aiohttp-3.10.8-cp39-cp39-win_amd64.whl (381 kB)
Using cached annotated_types-0.7.0-py3-none-any.whl (13 kB)
Using cached anyio-4.6.0-py3-none-any.whl (89 kB)
Using cached audioread-3.0.1-py3-none-any.whl (23 kB)
Using cached blinker-1.8.2-py3-none-any.whl (9.5 kB)
Using cached cffi-1.17.1-cp39-cp39-win_amd64.whl (181 kB)
Using cached charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl (100 kB)
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Using cached contourpy-1.3.0-cp39-cp39-win_amd64.whl (211 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached Cython-3.0.11-cp39-cp39-win_amd64.whl (2.8 MB)
Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Using cached fonttools-4.54.1-cp39-cp39-win_amd64.whl (2.2 MB)
Using cached grpcio-1.66.2-cp39-cp39-win_amd64.whl (4.3 MB)
Using cached httpx-0.27.2-py3-none-any.whl (76 kB)
Using cached httpcore-1.0.6-py3-none-any.whl (78 kB)
Using cached huggingface_hub-0.25.1-py3-none-any.whl (436 kB)
Using cached fsspec-2024.9.0-py3-none-any.whl (179 kB)
Using cached idna-3.10-py3-none-any.whl (70 kB)
Using cached importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
Using cached importlib_resources-6.4.5-py3-none-any.whl (36 kB)
Using cached itsdangerous-2.2.0-py3-none-any.whl (16 kB)
Using cached jinja2-3.1.4-py3-none-any.whl (133 kB)
Using cached joblib-1.4.2-py3-none-any.whl (301 kB)
Using cached kiwisolver-1.4.7-cp39-cp39-win_amd64.whl (55 kB)
Using cached llvmlite-0.40.1-cp39-cp39-win_amd64.whl (27.7 MB)
Using cached Markdown-3.7-py3-none-any.whl (106 kB)
Using cached MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl (17 kB)
Using cached mkl-2021.4.0-py2.py3-none-win_amd64.whl (228.5 MB)
Using cached intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl (3.5 MB)
Using cached tbb-2021.13.1-py3-none-win_amd64.whl (286 kB)
Using cached orjson-3.10.7-cp39-none-win_amd64.whl (137 kB)
Using cached packaging-24.1-py3-none-any.whl (53 kB)
Using cached pandas-2.2.3-cp39-cp39-win_amd64.whl (11.6 MB)
Using cached pillow-10.4.0-cp39-cp39-win_amd64.whl (2.6 MB)
Using cached pooch-1.8.2-py3-none-any.whl (64 kB)
Using cached protobuf-5.28.2-cp39-cp39-win_amd64.whl (431 kB)
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached python_multipart-0.0.12-py3-none-any.whl (23 kB)
Using cached PyYAML-6.0.2-cp39-cp39-win_amd64.whl (162 kB)
Using cached regex-2024.9.11-cp39-cp39-win_amd64.whl (274 kB)
Using cached resampy-0.4.3-py3-none-any.whl (3.1 MB)
Using cached ruff-0.6.8-py3-none-win_amd64.whl (9.4 MB)
Using cached safetensors-0.4.5-cp39-none-win_amd64.whl (286 kB)
Using cached scikit_learn-1.5.2-cp39-cp39-win_amd64.whl (11.0 MB)
Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Using cached soupsieve-2.6-py3-none-any.whl (36 kB)
Using cached tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB)
Using cached tokenizers-0.19.1-cp39-none-win_amd64.whl (2.2 MB)
Using cached torchlibrosa-0.1.0-py3-none-any.whl (11 kB)
Using cached typer-0.12.5-py3-none-any.whl (47 kB)
Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Using cached urllib3-2.2.3-py3-none-any.whl (126 kB)
Using cached uvicorn-0.31.0-py3-none-any.whl (63 kB)
Using cached werkzeug-3.0.4-py3-none-any.whl (227 kB)
Using cached chardet-5.2.0-py3-none-any.whl (199 kB)
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Using cached filelock-3.16.1-py3-none-any.whl (16 kB)
Using cached ftfy-6.2.3-py3-none-any.whl (43 kB)
Using cached future-1.0.0-py3-none-any.whl (491 kB)
Using cached networkx-3.2.1-py3-none-any.whl (1.6 MB)
Using cached phonemizer-3.3.0-py3-none-any.whl (103 kB)
Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)
Using cached sympy-1.13.3-py3-none-any.whl (6.2 MB)
Using cached timm-1.0.9-py3-none-any.whl (2.3 MB)
Using cached Unidecode-1.3.8-py3-none-any.whl (235 kB)
Using cached aiohappyeyeballs-2.4.3-py3-none-any.whl (14 kB)
Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Using cached attrs-24.2.0-py3-none-any.whl (63 kB)
Using cached exceptiongroup-1.2.2-py3-none-any.whl (16 kB)
Using cached frozenlist-1.4.1-cp39-cp39-win_amd64.whl (50 kB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Using cached multidict-6.1.0-cp39-cp39-win_amd64.whl (28 kB)
Using cached platformdirs-4.3.6-py3-none-any.whl (18 kB)
Using cached pytz-2024.2-py2.py3-none-any.whl (508 kB)
Using cached rich-13.9.1-py3-none-any.whl (242 kB)
Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
Using cached threadpoolctl-3.5.0-py3-none-any.whl (18 kB)
Using cached tzdata-2024.2-py2.py3-none-any.whl (346 kB)
Using cached wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Using cached websockets-12.0-cp39-cp39-win_amd64.whl (124 kB)
Using cached yarl-1.13.1-cp39-cp39-win_amd64.whl (112 kB)
Using cached zipp-3.20.2-py3-none-any.whl (9.2 kB)
Using cached dlinfo-1.2.1-py3-none-any.whl (3.6 kB)
Using cached pycparser-2.22-py3-none-any.whl (117 kB)
Using cached segments-2.2.1-py2.py3-none-any.whl (15 kB)
Using cached clldutils-3.22.2-py2.py3-none-any.whl (1.7 MB)
Using cached csvw-3.3.1-py2.py3-none-any.whl (57 kB)
Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB)
Using cached bibtexparser-2.0.0b7-py3-none-any.whl (38 kB)
Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)
Using cached tabulate-0.9.0-py3-none-any.whl (35 kB)
Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB)
Using cached babel-2.16.0-py3-none-any.whl (9.6 MB)
Using cached colorlog-6.8.2-py3-none-any.whl (11 kB)
Using cached isodate-0.6.1-py2.py3-none-any.whl (41 kB)
Using cached jsonschema-4.23.0-py3-none-any.whl (88 kB)
Using cached language_tags-1.2.0-py3-none-any.whl (213 kB)
Using cached lxml-5.3.0-cp39-cp39-win_amd64.whl (3.8 MB)
Using cached rdflib-7.0.0-py3-none-any.whl (531 kB)
Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Using cached referencing-0.35.1-py3-none-any.whl (26 kB)
Using cached rpds_py-0.20.0-cp39-none-win_amd64.whl (213 kB)
Installing collected packages: wget, wcwidth, tbb, rfc3986, pytz, pylatexenc, pydub, progressbar, mpmath, language-tags, intel-openmp, ffmpy, faiss-cpu, dlinfo, zipp, websockets, urllib3, uritemplate, unidecode, tzdata, typing-extensions, tomlkit, threadpoolctl, tensorboard-data-server, tabulate, sympy, soupsieve, sniffio, six, shellingham, semantic-version, safetensors, ruff, rpds-py, regex, pyyaml, python-multipart, pypresence, pyparsing, pygments, pycparser, protobuf, platformdirs, pillow, packaging, orjson, numpy, networkx, mkl, mdurl, markupsafe, lxml, llvmlite, kiwisolver, joblib, itsdangerous, idna, h11, grpcio, future, ftfy, fsspec, frozenlist, fonttools, filelock, exceptiongroup, einops, decorator, cython, cycler, colorama, charset-normalizer, chardet, certifi, blinker, bibtexparser, babel, audioread, attrs, async-timeout, annotated-types, aiohappyeyeballs, aiofiles, absl-py, werkzeug, tqdm, tensorboardX, scipy, requests, referencing, pyworld, python-dateutil, pydantic-core, praat-parselmouth, pedalboard, numba, multidict, markdown-it-py, jinja2, isodate, importlib-resources, importlib-metadata, httpcore, ffmpeg-python, contourpy, colorlog, click, cffi, beautifulsoup4, anyio, aiosignal, yarl, uvicorn, torch, starlette, soundfile, scikit-learn, rich, resampy, rdflib, pydantic, pooch, pandas, matplotlib, markdown, jsonschema-specifications, huggingface-hub, httpx, flask, typer, torchvision, torchaudio, tokenizers, tensorboard, stftpitchshift, local-attention, librosa, jsonschema, gradio-client, fastapi, clldutils, aiohttp, transformers, torchlibrosa, torchfcpe, torchcrepe, timm, noisereduce, libf0, gradio, edge-tts, csvw, segments, phonemizer, versatile-audio-upscaler
Successfully installed absl-py-2.1.0 aiofiles-23.2.1 aiohappyeyeballs-2.4.3 aiohttp-3.10.8 aiosignal-1.3.1 annotated-types-0.7.0 anyio-4.6.0 async-timeout-4.0.3 attrs-24.2.0 audioread-3.0.1 babel-2.16.0 beautifulsoup4-4.12.3 bibtexparser-2.0.0b7 blinker-1.8.2 certifi-2023.7.22 cffi-1.17.1 chardet-5.2.0 charset-normalizer-3.3.2 click-8.1.7 clldutils-3.22.2 colorama-0.4.6 colorlog-6.8.2 contourpy-1.3.0 csvw-3.3.1 cycler-0.12.1 cython-3.0.11 decorator-5.1.1 dlinfo-1.2.1 edge-tts-6.1.9 einops-0.8.0 exceptiongroup-1.2.2 faiss-cpu-1.7.3 fastapi-0.112.0 ffmpeg-python-0.2.0 ffmpy-0.3.1 filelock-3.16.1 flask-3.0.3 fonttools-4.54.1 frozenlist-1.4.1 fsspec-2024.9.0 ftfy-6.2.3 future-1.0.0 gradio-4.43.0 gradio-client-1.3.0 grpcio-1.66.2 h11-0.14.0 httpcore-1.0.6 httpx-0.27.2 huggingface-hub-0.25.1 idna-3.10 importlib-metadata-8.5.0 importlib-resources-6.4.5 intel-openmp-2021.4.0 isodate-0.6.1 itsdangerous-2.2.0 jinja2-3.1.4 joblib-1.4.2 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 kiwisolver-1.4.7 language-tags-1.2.0 libf0-1.0.2 librosa-0.9.2 llvmlite-0.40.1 local-attention-1.9.15 lxml-5.3.0 markdown-3.7 markdown-it-py-3.0.0 markupsafe-2.1.5 matplotlib-3.7.2 mdurl-0.1.2 mkl-2021.4.0 mpmath-1.3.0 multidict-6.1.0 networkx-3.2.1 noisereduce-3.0.2 numba-0.57.0 numpy-1.23.5 orjson-3.10.7 packaging-24.1 pandas-2.2.3 pedalboard-0.9.16 phonemizer-3.3.0 pillow-10.4.0 platformdirs-4.3.6 pooch-1.8.2 praat-parselmouth-0.4.4 progressbar-2.5 protobuf-5.28.2 pycparser-2.22 pydantic-2.8.2 pydantic-core-2.20.1 pydub-0.25.1 pygments-2.18.0 pylatexenc-2.10 pyparsing-3.0.9 pypresence-4.3.0 python-dateutil-2.9.0.post0 python-multipart-0.0.12 pytz-2024.2 pyworld-0.3.4 pyyaml-6.0.2 rdflib-7.0.0 referencing-0.35.1 regex-2024.9.11 requests-2.32.0 resampy-0.4.3 rfc3986-1.5.0 rich-13.9.1 rpds-py-0.20.0 ruff-0.6.8 safetensors-0.4.5 scikit-learn-1.5.2 scipy-1.11.1 segments-2.2.1 semantic-version-2.10.0 shellingham-1.5.4 six-1.16.0 sniffio-1.3.1 soundfile-0.12.1 soupsieve-2.6 starlette-0.37.2 stftpitchshift-2.0 sympy-1.13.3 tabulate-0.9.0 tbb-2021.13.1 tensorboard-2.18.0 tensorboard-data-server-0.7.2 tensorboardX-2.6.2.2 threadpoolctl-3.5.0 timm-1.0.9 tokenizers-0.19.1 tomlkit-0.12.0 torch-2.3.1 torchaudio-2.3.1 torchcrepe-0.0.23 torchfcpe-0.0.4 torchlibrosa-0.1.0 torchvision-0.18.1 tqdm-4.66.5 transformers-4.44.2 typer-0.12.5 typing-extensions-4.12.2 tzdata-2024.2 unidecode-1.3.8 uritemplate-4.1.1 urllib3-2.2.3 uvicorn-0.31.0 versatile-audio-upscaler-0.0.2 wcwidth-0.2.13 websockets-12.0 werkzeug-3.0.4 wget-3.2 yarl-1.13.1 zipp-3.20.2

[notice] A new release of pip is available: 24.0 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip
Looking in indexes: https://download.pytorch.org/whl/cu121
Requirement already satisfied: torch==2.3.1 in c:\applio\env\lib\site-packages (2.3.1)
Collecting torch==2.3.1
  Using cached https://download.pytorch.org/whl/cu121/torch-2.3.1%2Bcu121-cp39-cp39-win_amd64.whl (2423.5 MB)
Requirement already satisfied: torchvision==0.18.1 in c:\applio\env\lib\site-packages (0.18.1)
Collecting torchvision==0.18.1
  Using cached https://download.pytorch.org/whl/cu121/torchvision-0.18.1%2Bcu121-cp39-cp39-win_amd64.whl (5.7 MB)
Requirement already satisfied: torchaudio==2.3.1 in c:\applio\env\lib\site-packages (2.3.1)
Collecting torchaudio==2.3.1
  Using cached https://download.pytorch.org/whl/cu121/torchaudio-2.3.1%2Bcu121-cp39-cp39-win_amd64.whl (4.1 MB)
Requirement already satisfied: filelock in c:\applio\env\lib\site-packages (from torch==2.3.1) (3.16.1)
Requirement already satisfied: typing-extensions>=4.8.0 in c:\applio\env\lib\site-packages (from torch==2.3.1) (4.12.2)
Requirement already satisfied: sympy in c:\applio\env\lib\site-packages (from torch==2.3.1) (1.13.3)
Requirement already satisfied: networkx in c:\applio\env\lib\site-packages (from torch==2.3.1) (3.2.1)
Requirement already satisfied: jinja2 in c:\applio\env\lib\site-packages (from torch==2.3.1) (3.1.4)
Requirement already satisfied: fsspec in c:\applio\env\lib\site-packages (from torch==2.3.1) (2024.9.0)
Requirement already satisfied: mkl<=2021.4.0,>=2021.1.1 in c:\applio\env\lib\site-packages (from torch==2.3.1) (2021.4.0)
Requirement already satisfied: numpy in c:\applio\env\lib\site-packages (from torchvision==0.18.1) (1.23.5)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in c:\applio\env\lib\site-packages (from torchvision==0.18.1) (10.4.0)
Requirement already satisfied: intel-openmp==2021.* in c:\applio\env\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch==2.3.1) (2021.4.0)
Requirement already satisfied: tbb==2021.* in c:\applio\env\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch==2.3.1) (2021.13.1)
Requirement already satisfied: MarkupSafe>=2.0 in c:\applio\env\lib\site-packages (from jinja2->torch==2.3.1) (2.1.5)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\applio\env\lib\site-packages (from sympy->torch==2.3.1) (1.3.0)
Installing collected packages: torch, torchvision, torchaudio
  Attempting uninstall: torch
    Found existing installation: torch 2.3.1
    Uninstalling torch-2.3.1:
      Successfully uninstalled torch-2.3.1
  Attempting uninstall: torchvision
    Found existing installation: torchvision 0.18.1
    Uninstalling torchvision-0.18.1:
      Successfully uninstalled torchvision-0.18.1
  Attempting uninstall: torchaudio
    Found existing installation: torchaudio 2.3.1
    Uninstalling torchaudio-2.3.1:
      Successfully uninstalled torchaudio-2.3.1
Successfully installed torch-2.3.1+cu121 torchaudio-2.3.1+cu121 torchvision-0.18.1+cu121

[notice] A new release of pip is available: 24.0 -> 24.2
[notice] To update, run: python.exe -m pip install --upgrade pip
Dependencies installation complete.

Applio has been installed successfully
To start Applio, please run 'run-applio.bat'.

Presione una tecla para continuar . . .
AznamirWoW commented 1 month ago

Please do env\python -m pip freeze >list.txt and provide that instead of the screenshot. but if you're cloning the repo, you need to be ready to fix it all by yourself.

It doesn't show nothing:

it creates a file list.txt which I expected you to attach to this ticket.

ZeroCool22 commented 1 month ago

Please do env\python -m pip freeze >list.txt and provide that instead of the screenshot. but if you're cloning the repo, you need to be ready to fix it all by yourself.

It doesn't show nothing:

it creates a file list.txt which I expected you to attach to this ticket.

lol, sorry. I thought it was going to say something like file created in x location.

Here it's:

absl-py==2.1.0
aiofiles==23.2.1
aiohappyeyeballs==2.4.3
aiohttp==3.10.8
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.6.0
async-timeout==4.0.3
attrs==24.2.0
audioread==3.0.1
babel==2.16.0
beautifulsoup4==4.12.3
bibtexparser==2.0.0b7
blinker==1.8.2
certifi==2023.7.22
cffi==1.17.1
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
clldutils==3.22.2
colorama==0.4.6
colorlog==6.8.2
contourpy==1.3.0
csvw==3.3.1
cycler==0.12.1
Cython==3.0.11
decorator==5.1.1
dlinfo==1.2.1
edge-tts==6.1.9
einops==0.8.0
exceptiongroup==1.2.2
faiss-cpu==1.7.3
fastapi==0.112.0
ffmpeg-python==0.2.0
ffmpy==0.3.1
filelock==3.16.1
Flask==3.0.3
fonttools==4.54.1
frozenlist==1.4.1
fsspec==2024.9.0
ftfy==6.2.3
future==1.0.0
gradio==4.43.0
gradio_client==1.3.0
grpcio==1.66.2
h11==0.14.0
httpcore==1.0.6
httpx==0.27.2
huggingface-hub==0.25.1
idna==3.10
importlib_metadata==8.5.0
importlib_resources==6.4.5
intel-openmp==2021.4.0
isodate==0.6.1
itsdangerous==2.2.0
Jinja2==3.1.4
joblib==1.4.2
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
kiwisolver==1.4.7
language-tags==1.2.0
libf0==1.0.2
librosa==0.9.2
llvmlite==0.40.1
local-attention==1.9.15
lxml==5.3.0
Markdown==3.7
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.7.2
mdurl==0.1.2
mkl==2021.4.0
mpmath==1.3.0
multidict==6.1.0
networkx==3.2.1
noisereduce==3.0.2
numba==0.57.0
numpy==1.23.5
orjson==3.10.7
packaging==24.1
pandas==2.2.3
pedalboard==0.9.16
phonemizer==3.3.0
pillow==10.4.0
platformdirs==4.3.6
pooch==1.8.2
praat-parselmouth==0.4.4
progressbar==2.5
protobuf==5.28.2
pycparser==2.22
pydantic==2.8.2
pydantic_core==2.20.1
pydub==0.25.1
Pygments==2.18.0
pylatexenc==2.10
pyparsing==3.0.9
pypresence==4.3.0
python-dateutil==2.9.0.post0
python-multipart==0.0.12
pytz==2024.2
pyworld==0.3.4
PyYAML==6.0.2
rdflib==7.0.0
referencing==0.35.1
regex==2024.9.11
requests==2.32.0
resampy==0.4.3
rfc3986==1.5.0
rich==13.9.1
rpds-py==0.20.0
ruff==0.6.8
safetensors==0.4.5
scikit-learn==1.5.2
scipy==1.11.1
segments==2.2.1
semantic-version==2.10.0
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
soundfile==0.12.1
soupsieve==2.6
starlette==0.37.2
stftpitchshift==2.0
sympy==1.13.3
tabulate==0.9.0
tbb==2021.13.1
tensorboard==2.18.0
tensorboard-data-server==0.7.2
tensorboardX==2.6.2.2
threadpoolctl==3.5.0
timm==1.0.9
tokenizers==0.19.1
tomlkit==0.12.0
torch==2.3.1+cu121
torchaudio==2.3.1+cu121
torchcrepe==0.0.23
torchfcpe==0.0.4
torchlibrosa==0.1.0
torchvision==0.18.1+cu121
tqdm==4.66.5
transformers==4.44.2
typer==0.12.5
typing_extensions==4.12.2
tzdata==2024.2
Unidecode==1.3.8
uritemplate==4.1.1
urllib3==2.2.3
uvicorn==0.31.0
versatile-audio-upscaler==0.0.2
wcwidth==0.2.13
websockets==12.0
Werkzeug==3.0.4
wget==3.2
yarl==1.13.1
zipp==3.20.2
ZeroCool22 commented 1 month ago

Lol, it initiates correctly now, i just delete the folder and installed it again.

So now, when need to updates i just can do: git pull right?


I see some things changed and there are some new options.

One question, for training i need to create the dataset first?

Screenshot_2

AznamirWoW commented 1 month ago

Just to test, I've cloned the repo, ran the install, created freeze list to compare to yours - it was the same. The application runs fine, no errors.

ZeroCool22 commented 1 month ago

Just to test, I've cloned the repo, ran the install, created freeze list to compare to yours - it was the same. The application runs fine, no errors.

Yeah, it's running now, dunno what happened before.

ZeroCool22 commented 1 month ago

@AznamirWoW

I just upgraded my GPU, you think it's a good speed for a 4070 TI Super or o should touch something?

https://github.com/user-attachments/assets/c2e2248c-beae-4125-8367-ed674905ff8f

Thx.

AznamirWoW commented 1 month ago

4070Ti Super looks like 5x faster than my AMD 6700XT, but you need to use a bigger sample set. 7 minutes is way less than recommended. Try 30-60m with batch 4.

ZeroCool22 commented 1 month ago

4070Ti Super looks like 5x faster than my AMD 6700XT, but you need to use a bigger sample set. 7 minutes is way less than recommended. Try 30-60m with batch 4.

Oh, ok, i always thought that 7 min was ok, damn...

ZeroCool22 commented 1 month ago

The Overtraining feature work correctly in this version, or you recommend to not use it?

blaisewf commented 1 month ago

@ZeroCool22 is always better to look it manually, but yes, works fine

ZeroCool22 commented 1 month ago

@blaisewf

This is something of gradio, it doesn't affect the funtionality right?

ERROR:    Exception in ASGI application
Traceback (most recent call last):
  File "C:\Applio\env\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 406, in run_asgi
    result = await app(  # type: ignore[func-returns-value]
  File "C:\Applio\env\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 60, in __call__
    return await self.app(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\fastapi\applications.py", line 1054, in __call__
    await super().__call__(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\applications.py", line 123, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\middleware\errors.py", line 186, in __call__
    raise exc
  File "C:\Applio\env\lib\site-packages\starlette\middleware\errors.py", line 164, in __call__
    await self.app(scope, receive, _send)
  File "C:\Applio\env\lib\site-packages\gradio\route_utils.py", line 760, in __call__
    await self.app(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\middleware\exceptions.py", line 65, in __call__
    await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
    raise exc
  File "C:\Applio\env\lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Applio\env\lib\site-packages\starlette\routing.py", line 756, in __call__
    await self.middleware_stack(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\routing.py", line 776, in app
    await route.handle(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\routing.py", line 297, in handle
    await self.app(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\routing.py", line 77, in app
    await wrap_app_handling_exceptions(app, request)(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
    raise exc
  File "C:\Applio\env\lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
    await app(scope, receive, sender)
  File "C:\Applio\env\lib\site-packages\starlette\routing.py", line 75, in app
    await response(scope, receive, send)
  File "C:\Applio\env\lib\site-packages\starlette\responses.py", line 352, in __call__
    await send(
  File "C:\Applio\env\lib\site-packages\starlette\_exception_handler.py", line 50, in sender
    await send(message)
  File "C:\Applio\env\lib\site-packages\starlette\_exception_handler.py", line 50, in sender
    await send(message)
  File "C:\Applio\env\lib\site-packages\starlette\middleware\errors.py", line 161, in _send
    await send(message)
  File "C:\Applio\env\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 510, in send
    output = self.conn.send(event=h11.EndOfMessage())
  File "C:\Applio\env\lib\site-packages\h11\_connection.py", line 512, in send
    data_list = self.send_with_data_passthrough(event)
  File "C:\Applio\env\lib\site-packages\h11\_connection.py", line 545, in send_with_data_passthrough
    writer(event, data_list.append)
  File "C:\Applio\env\lib\site-packages\h11\_writers.py", line 67, in __call__
    self.send_eom(event.headers, write)
  File "C:\Applio\env\lib\site-packages\h11\_writers.py", line 96, in send_eom
    raise LocalProtocolError("Too little data for declared Content-Length")
h11._util.LocalProtocolError: Too little data for declared Content-Length
Converting audio 'assets\audios\2024-10-02_01-55-24.wav'...
Loading audio_upscaler: basic
Loading model on cuda:0
 59% [........................................                            ] 3698286592 / 6178189563
ZeroCool22 commented 1 month ago

It takes a little more time now for the CONVERTION, i don't remember in the previous versions this load model and the 3 DDIM SAMPLER process...

But the quality seems to better now.

100% [....................................................................] 6178189563 / 6178189563Downloaded checkpoint to pytorch_model.bin
DiffusionWrapper has 258.20 M params.
Setting seed to: 1265614420
Segment 0 created!
Segment 1 created!
Segment 2 created!
Total segments created: 3
Split all chunks for assets\audios\2024-10-02_01-55-24_mono.wav successfully!
Running DDIM Sampling with 50 timesteps
DDIM Sampler: 100%|████████████████████████████████████████████████████████████████████| 50/50 [00:08<00:00,  6.03it/s]
Running DDIM Sampling with 50 timesteps
DDIM Sampler: 100%|████████████████████████████████████████████████████████████████████| 50/50 [00:05<00:00,  9.88it/s]
Running DDIM Sampling with 50 timesteps
DDIM Sampler: 100%|████████████████████████████████████████████████████████████████████| 50/50 [00:07<00:00,  6.53it/s]
Finished processing segmented audio, now merging audio...
Processing file: assets\audios\2024-10-02_01-55-24_mono_timestamps.txt
Processed chunk: assets\audios\2024-10-02_01-55-24_mono\chunk0.wav
Processed chunk: assets\audios\2024-10-02_01-55-24_mono\chunk1.wav
Processed chunk: assets\audios\2024-10-02_01-55-24_mono\chunk2.wav
Conversion completed at 'assets\audios\2024-10-02_01-55-24_output.wav' in 141.93 seconds.
blaisewf commented 1 month ago

ignore it, probably was when you’ve uploaded the audio

ZeroCool22 commented 1 month ago

ignore it, probably was when you’ve uploaded the audio

Exactly.

ZeroCool22 commented 1 month ago

@blaisewf

Lol, something is bugged here, couldn't be so fast...

https://github.com/user-attachments/assets/15a85819-3ddc-41f5-add3-f30f90bf5660

ZeroCool22 commented 1 month ago

Or it's because this option is checked?

Screenshot_7

AznamirWoW commented 1 month ago

it is because you're not really training on any data image

ZeroCool22 commented 1 month ago

@AznamirWoW

OK, i'm lost here, i think i'm doing everything correctly, but still do that instantly speed:

Can you check please?:

https://www.youtube.com/watch?v=_mxKyuXL8FM

AznamirWoW commented 1 month ago

if you have a folder with files, you dont need to make a data set. Use the folder. Make sure files are in supported format. Make sure preprocess data set returns output in the console about the length of processed audio. Make sure extract features both steps return something.

ZeroCool22 commented 1 month ago

if you have a folder with files, you dont need to make a data set. Use the folder. Make sure files are in supported format. Make sure preprocess data set returns output in the console about the length of processed audio. Make sure extract features both steps return something.

In the video i don't have any previous data set, just the .WAV for train, i did all from zero and still get that glitch of the speed.

AznamirWoW commented 1 month ago

You have files in a folder you're pasting into Applio. That's it. Do not click 'Dataset creation' checkbox.

ZeroCool22 commented 1 month ago

Ok, i didn't touch the Dataset Button this time and look what happen:

https://github.com/user-attachments/assets/86d7fc27-6085-4dc5-8742-6f70e494a930

AznamirWoW commented 1 month ago

Ok, i didn't touch the Dataset Button this time and look what happen: 2024-10-02.12-26-38.mp4

why are you skipping Preprocess Dataset button?

ZeroCool22 commented 1 month ago

Ok, i didn't touch the Dataset Button this time and look what happen: 2024-10-02.12-26-38.mp4

why are you skipping Preprocess Dataset button?

Sorry man, I thought the Check Dataset Creation was related to button Dataset Processor.

Now it's training at normal speed.


Last question:

These DDIM Sampling wasn't present in previous versions, right? It makes a little more slow the convention process...

Split all chunks for assets\audios\2024-10-02_01-55-24_mono.wav successfully!
Running DDIM Sampling with 50 timesteps
DDIM Sampler: 100%|████████████████████████████████████████████████████████████████████| 50/50 [00:08<00:00,  6.03it/s]
Running DDIM Sampling with 50 timesteps
DDIM Sampler: 100%|████████████████████████████████████████████████████████████████████| 50/50 [00:05<00:00,  9.88it/s]
Running DDIM Sampling with 50 timesteps
DDIM Sampler: 100%|████████████████████████████████████████████████████████████████████| 50/50 [00:07<00:00,  6.53it/s]
Finished processing segmented audio, now merging audio...
AznamirWoW commented 1 month ago

These DDIM Sampling wasn't present in previous versions, right? It makes a little more slow the convention process...

Do not use upscale audio, problem solved?