Replies: 1 comment
-
Web ui uses a separate directory for storing packages. It looks like this: Conda divides packages into env sets, meaning they are in different directories. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got around to updating A1111 and installing Dreambooth. I noticed that there was some issues with my installed versions such as pytorch and a new xformers version. I updated pytorch with little to no issues, and managed to upgrade xformer too with pip. However, I noticed that the CLI is still reporting that I am running v0.0.14.dev0 instead of the latest v0.0.16.x.
webui-user.bat CLI output
Conda packages
As you can see I have xformers v0.0.16 installed, but webui is reporting 0.0.14. I've tried passing in reinstall-torch and reinstall-xformer into webui-user's cli args and it still didn't help.
Beta Was this translation helpful? Give feedback.
All reactions