xformers installation instructions now more pedantic

This commit is contained in:
doctorpangloss 2024-10-14 16:03:16 -07:00
parent 1780c15908
commit fdaa7bb094

View File

@ -127,7 +127,7 @@ When using Windows, open the **Windows Powershell** app. Then observe you are at
**Recommended**: Currently, `torch 2.4.1` is the last version that `xformers` is compatible with. On Windows, install it first, along with `xformers`, for maximum compatibility and the best performance without advanced techniques in ComfyUI:
```shell
pip install torch==2.4.1+cu121 torchvision --index-url https://download.pytorch.org/whl/cu121
pip install xformers==0.0.28.post1
pip install --no-build-isolation --no-deps xformers==0.0.28.post1 --index-url https://download.pytorch.org/whl/
pip install comfyui@git+https://github.com/hiddenswitch/ComfyUI.git
```