Skip to content

Commit 696936c

Browse files
authored
Update README.md to upgrade diffusers ver (#7)
1 parent 4b4fc96 commit 696936c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ The numbers reported here were gathered using:
7676

7777
To install deps:
7878
```
79-
pip uninstall diffusers -y && pip install git+https://github.com/huggingface/diffusers@b272807bc898a314cde536c1d7d1e43592af1fce
79+
pip install -U diffusers
8080
pip install --pre torch==2.8.0.dev20250605+cu126 --index-url https://download.pytorch.org/whl/nightly/cu126
8181
pip install --pre torchao==0.12.0.dev20250609+cu126 --index-url https://download.pytorch.org/whl/nightly/cu126
82-
pip install diffusers==0.33.1
8382
```
8483

8584
To install flash attention v3, follow the instructions in https://github.com/Dao-AILab/flash-attention#flashattention-3-beta-release.

0 commit comments

Comments
 (0)