SadTalker
SadTalker copied to clipboard
Help. i tried installing ffmpeg now my stable diffusion wont work
i tried installing ffmpeg and it said i had to change my path to setx /m PATH "C:\Users/user_name/ffmpeg\bin;%PATH%"
now when i launch stable diffusion i get this error
venv "C:\ai\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash:
Press any key to continue . . .
I guess you have deleted the PATH by mistake.
try to reinstall the git https://git-scm.com/download/win
It seems ffmpeg can be easily installed via scoop install ffmpeg, you may try it on Windows(https://scoop.sh/).
I have the same issue, env variable is not deleted. I think it's more like once automatic1111 is started in python virtual environment it discards some Windows env var. In fact, if I stop automatic1111 and run ffmpeg command, the command is not found anymore.
Edit: Removed workaround instructions since they refer to another extension