stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
Recommended way to update xformers?
Hey there, my xformers is out of date since I ran my update.bat
Whats the recommended way to update it to latest, since it self installed xformers?
There is an append that reinstalls xformers, if you make an error in an append it will print all possible appends one of which was something like --reinstall-xformers
Shall something like this be added to the readme?
Possibly it would be a good idea, however id rather this time be spent on actual development and not writing out possibly changing documentation
There is an append that reinstalls xformers, if you make an error in an append it will print all possible appends one of which was something like --reinstall-xformers
What if said command doesnt fix the issue? I tried to update mine and it says now that xformers are incompatible.
--reinstall-xformers did nothing for me. It seems to have been ignored as an argument.
I instead opened up a terminal, went into the venv/Scripts folder and ran ./activate, which puts the terminal into the virtual Python env. Then I ran pip install xformers==0.0.27, started up webui again, all good now.
Please note there is xformers==0.0.027.post2 as well. No idea what post2 actually brings.