Update INSTALLATION.md

This commit is contained in:
deepbeepmeep 2025-08-13 00:33:53 +02:00 committed by GitHub
parent d480d48d5c
commit 74f019896b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,7 @@ pip install triton-windows
pip install https://github.com/woct0rdho/SageAttention/releases/download/v2.1.1-windows/sageattention-2.1.1+cu126torch2.6.0-cp310-cp310-win_amd64.whl pip install https://github.com/woct0rdho/SageAttention/releases/download/v2.1.1-windows/sageattention-2.1.1+cu126torch2.6.0-cp310-cp310-win_amd64.whl
# Linux (manual compilation required) # Linux (manual compilation required)
python -m pip install "setuptools<=75.8.2" --force-reinstall
git clone https://github.com/thu-ml/SageAttention git clone https://github.com/thu-ml/SageAttention
cd SageAttention cd SageAttention
pip install -e . pip install -e .
@ -80,6 +81,7 @@ RTX 50XX GPUs require PyTorch 2.7.0 (beta). This version may be less stable.
```shell ```shell
# Clone and setup (same as above) # Clone and setup (same as above)
python -m pip install "setuptools<=75.8.2" --force-reinstall
git clone https://github.com/deepbeepmeep/Wan2GP.git git clone https://github.com/deepbeepmeep/Wan2GP.git
cd Wan2GP cd Wan2GP
conda create -n wan2gp python=3.10.9 conda create -n wan2gp python=3.10.9