Open MysticDaedra opened 9 months ago
Hi, I had the same issue but I checkout to the forge branch from an old version, could you try:
In PowerShell: .\venv\Scripts\Activate.ps1 pip uninstall xformers
Restart WebUI
set COMMANDLINE_ARGS=--xformers
in webui-user.bat & restart forge
set COMMANDLINE_ARGS=--xformers
in webui-user.bat & restart forge
This fixed it for me, thanks!
Do we need to activate xformers with Forge?
set COMMANDLINE_ARGS=--xformers
in webui-user.bat & restart forge
No, it's not working.
Do we need to activate xformers with Forge?
With xformers hangs, without xformers it crashes at the start.
The proposed solution is not working either, i cant do any kind of inference, it just fails as
TypeError: 'NoneType' object is not iterable
set COMMANDLINE_ARGS=--xformers
in webui-user.bat & restart forge
But I don't want to use xformers
set COMMANDLINE_ARGS=--xformers in webui-user.bat & restart forge
But I don't want to use xformers
I was able to uninstall xformers from forge using the follow steps
Checklist
What happened?
I'm trying to install SD Forge for the first time, I've run webui_user.bat, and every time I get the same error: ModuleNotFoundError: import of xformers halted; none in sys.modules. There is a traceback.
Steps to reproduce the problem
What should have happened?
WebUI should have installed xformers and started normally. No extensions, no... nothing. Literally just trying to get it running the first time.
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
Can't access webui since it keeps erroring out before loading. That being said, here is some basic info, if it matters (pretty sure it doesn't): Windows 11 Professional RTX 3070 32gb RAM R7 5700X
Console logs
Additional information
I'm using a copied VENV from SD.Next. PyTorch is nightly, for CUDA 12.1.