Skip to content

xformers compiled for specific graphics cards.

License

Notifications You must be signed in to change notification settings

Cyberes/xformers-compiled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xformers-compiled

xformers compiled for specific graphics cards.

These wheels were build on and for Paperspace Gradient machines for use with Engineer-of-Stuff/stable-diffusion-paperspace.

Xformers was compiled without a few features to make the binary smaller and compile time shorter:

XFORMERS_DISABLE_FLASH_ATTN=1 NVCC_FLAGS="--use_fast_math -DXFORMERS_MEM_EFF_ATTENTION_DISABLE_BACKWARD"

If you get error messages talking about missing xformers modules, use the full version of the wheel located in the card's folder.

How to Use

  1. Find your graphics card model (nvidia-smi).
  2. Do pip install <url of .whl file>

There are also files are in the Releases section (older versions).