Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kernelzeroday/9de944b05fb5c3efe3a3dd0b28357bfa to your computer and use it in GitHub Desktop.
Save kernelzeroday/9de944b05fb5c3efe3a3dd0b28357bfa to your computer and use it in GitHub Desktop.
fix xformers for linux ubuntu d8ahazard/sd_dreambooth_extension
errors:
ValueError: xformers is not available. Make sure it is installed correctly
# Dreambooth may not work properly.
xFormers wasn't build with CUDA support
fix:
```
#do venv activate
export CC=gcc-9
export CXX=g++-9
pip install git+https://github.com/facebookresearch/xformers@v0.0.17rc481
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment