SadTalker icon indicating copy to clipboard operation
SadTalker copied to clipboard

webui.bat not working

Open davtin19 opened this issue 1 year ago • 0 comments

venv folder already exists, skipping creation... venv "venv\Scripts\Python.exe" Python 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)] Commit hash: cd4c0465ae0b54a6f85af57f5c65fec9fe23e7f8 Installing torch and torchvision Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113 ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1) ERROR: No matching distribution found for torch==1.12.1+cu113 Traceback (most recent call last): File "C:\SadTalker\Launcher.py", line 203, in prepare_environment() File "C:\SadTalker\Launcher.py", line 187, in prepare_environment run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True) File "C:\SadTalker\Launcher.py", line 70, in run raise RuntimeError(f"""{errdesc or 'Error running command'}. RuntimeError: Couldn't install torch. Command: "C:\SadTalker\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 Error code: 1

Launch unsuccessful. Exiting. Press any key to continue . . .

davtin19 avatar Mar 16 '24 20:03 davtin19