You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
H:\AI\YouDub-webui\venv\Scripts\python.exe H:\AI\YouDub-webui\app.py
torchvision is not available - cannot save figures
Lightning automatically upgraded your loaded checkpoint from v1.2.7 to v2.2.0.post0. To apply the upgrade to your files permanently, run python -m pytorch_lightning.utilities.upgrade_checkpoint C:\Users\Administrator\.cache\torch\pyannote\models--pyannote--embedding\snapshots\c6335d8f1cd77b30084387468a6cf26fea90009b\pytorch_model.bin
Model was trained with pyannote.audio 0.0.1, yours is 3.1.1. Bad things might happen unless you revert pyannote.audio to 0.x.
Model was trained with torch 1.8.1+cu102, yours is 2.0.1+cpu. Bad things might happen unless you revert torch to 1.x.
Lightning automatically upgraded your loaded checkpoint from v1.2.7 to v2.2.0.post0. To apply the upgrade to your files permanently, run python -m pytorch_lightning.utilities.upgrade_checkpoint C:\Users\Administrator\.cache\torch\pyannote\models--pyannote--embedding\snapshots\c6335d8f1cd77b30084387468a6cf26fea90009b\pytorch_model.bin
Model was trained with pyannote.audio 0.0.1, yours is 3.1.1. Bad things might happen unless you revert pyannote.audio to 0.x.
Model was trained with torch 1.8.1+cu102, yours is 2.0.1+cpu. Bad things might happen unless you revert torch to 1.x.
Traceback (most recent call last):
File "H:\AI\YouDub-webui\app.py", line 6, in
from youdub.step040_tts import generate_all_wavs_under_folder
File "H:\AI\YouDub-webui\youdub\step040_tts.py", line 11, in
from .step042_tts_xtts import tts as xtts_tts
File "H:\AI\YouDub-webui\youdub\step042_tts_xtts.py", line 2, in
from TTS.api import TTS
ModuleNotFoundError: No module named 'TTS'
进程已结束,退出代码为 1
The text was updated successfully, but these errors were encountered:
H:\AI\YouDub-webui\venv\Scripts\python.exe H:\AI\YouDub-webui\app.py
torchvision is not available - cannot save figures
Lightning automatically upgraded your loaded checkpoint from v1.2.7 to v2.2.0.post0. To apply the upgrade to your files permanently, run
python -m pytorch_lightning.utilities.upgrade_checkpoint C:\Users\Administrator\.cache\torch\pyannote\models--pyannote--embedding\snapshots\c6335d8f1cd77b30084387468a6cf26fea90009b\pytorch_model.bin
Model was trained with pyannote.audio 0.0.1, yours is 3.1.1. Bad things might happen unless you revert pyannote.audio to 0.x.
Model was trained with torch 1.8.1+cu102, yours is 2.0.1+cpu. Bad things might happen unless you revert torch to 1.x.
Lightning automatically upgraded your loaded checkpoint from v1.2.7 to v2.2.0.post0. To apply the upgrade to your files permanently, run
python -m pytorch_lightning.utilities.upgrade_checkpoint C:\Users\Administrator\.cache\torch\pyannote\models--pyannote--embedding\snapshots\c6335d8f1cd77b30084387468a6cf26fea90009b\pytorch_model.bin
Model was trained with pyannote.audio 0.0.1, yours is 3.1.1. Bad things might happen unless you revert pyannote.audio to 0.x.
Model was trained with torch 1.8.1+cu102, yours is 2.0.1+cpu. Bad things might happen unless you revert torch to 1.x.
Traceback (most recent call last):
File "H:\AI\YouDub-webui\app.py", line 6, in
from youdub.step040_tts import generate_all_wavs_under_folder
File "H:\AI\YouDub-webui\youdub\step040_tts.py", line 11, in
from .step042_tts_xtts import tts as xtts_tts
File "H:\AI\YouDub-webui\youdub\step042_tts_xtts.py", line 2, in
from TTS.api import TTS
ModuleNotFoundError: No module named 'TTS'
进程已结束,退出代码为 1
The text was updated successfully, but these errors were encountered: