-
Notifications
You must be signed in to change notification settings - Fork 30k
Xformers
Xformers library is an optional way to speedup your image generation.
There are no binaries for Windows except for one specific configuration, but you can build it yourself.
A guide from an anonymous user, although I think it is for building on Linux:
GUIDE ON HOW TO BUILD XFORMERS also includes how to uncuck yourself from sm86 restriction on voldy's new commit
-
go to the webui directory
-
source ./venv/bin/activate -
cd repositories -
git clone https://github.com/facebookresearch/xformers.git -
cd xformers -
git submodule update --init --recursive -
pip install -r requirements.txt -
pip install -e .If you encounter some error about torch not being built with your cuda version blah blah, then try:
pip install setuptools==49.6.0 -
wait like 30 minutes for everything to build
-
launch with
--force-enable-xformerscommandline argument
This is the Stable Diffusion web UI wiki. Wiki Home
Setup
- Install and run on NVidia GPUs
- Install and run on AMD GPUs
- Install and run on Apple Silicon
- Install and run on Intel Silicon (external wiki page)
- Install and run via container (i.e. Docker)
- Run via online services
Reproducing images / troubleshooting
Usage
- Features
- Command Line Arguments and Settings
- Optimizations
- Custom Filename Name and Subdirectory
- Change model folder location e.g. external disk
- User Interface Customizations
- Guides and Tutorials
Developers