SadTalker
SadTalker copied to clipboard
re-install requirements every time I open automatic1111
Every time I open automatic1111 web UI it will re-install all requirements and re-dowload the models again.
The same problem!
sorry for the inconvenience. you can set the checkpoint_path manually as in here: https://github.com/Winfredy/SadTalker#sd-webui-extension
I just commented the line 69 "install()" function under SadTalker\scripts\extention.py file for now. I don't have to wait for it to re-install now.
Same problem on windows. What's the solution?
Add
set SADTALKER_CHECKPOINTS=.\extensions\SadTalker\checkpoints
to webui-user.bat
I already have a set checkpoints in user-webui, but I need it to stop doing that in webui.
Hi, we have updated the code to prevent auto-installation and make sure you have set the path of the checkpoint.
fixed this issue in the latest version. reopen it if you have any problem with reinstall requirements.
Should we still have to add path to checkpoints ? Can someone tell me how to add it and where ?