help
After changing to "set COMMANDLINE_ARGS = --xformers --api", double-click to run "webui-user.bat" error, I still want to install gfpgan and the installation fails when I already have "gfpgan", how to deal with this situation?
Sorry but i don't do support for Automatic1111 Webui, you should post your issue here : https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues
抱歉,我不支持 Automatic1111 Webui,您应该在此处发布您的问题:https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues Ok, I'll try it, thank you.
After changing to "set COMMANDLINE_ARGS = --xformers --api", double-click to run "webui-user.bat" error, I still want to install gfpgan and the installation fails when I already have "gfpgan", how to deal with this situation?
Open up your webui.user.bat file in Notepad or whatever text editor you use & delete everything, then paste the following in it's place:
git pull pause @echo off
set PYTHON= set GIT= set VENV_DIR= set COMMANDLINE_ARGS=--xformers --opt-split-attention --no-half-vae --api --allow-code --autolaunch
call webui.bat
Save the .bat file & try launching Automatic1111 again. That should resolve the issue. If it doesn't then I would suggest your do a clean reinstall of Automatic1111, the error could be connected to any alterations you made to .py scripts or a faulty extension.