Skip to content
Discussion options

You must be logged in to vote

Here are a couple of ways to do this. If you use one option, you do not have to do the other.

Option 1: Using webui-user.bat

Edit the webui-user.bat to include --xformers --reinstall-xformers for the command line arguments as well as the desired package version. Then run the webui-user.bat as normal.

Example:

@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set XFORMERS_PACKAGE=xformers==0.0.20
set COMMANDLINE_ARGS=--xformers --reinstall-xformers

call webui.bat

Remember to remove --reinstall-xformers after you have installed the xformers package, or else it will try to reinstall xformers every time you run the webui-user.bat.

Option 2: Using the command line

Open a command line, go to the …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@vielix3
Comment options

@samjwu
Comment options

@SCHWANITZKI
Comment options

Answer selected by vielix3
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants