Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear committed Dec 26, 2024
1 parent e2dbc97 commit fe7434e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pip install "xfuser[diffusers,flash]" # With both diffusers and flash attention
```
pip install -e .
# Or optionally, with diffusers
pip install -e ".[diffusers]"
pip install -e ".[diffusers,flash-attn]"
```

Note that we use two self-maintained packages:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_cuda_version():
"diffusers": [
"diffusers==0.31.0", # NOTE: diffusers>=0.32.0.dev is necessary for CogVideoX and Flux
],
"flash": [
"flash-attn": [
"flash-attn>=2.6.0",
]
},
Expand Down

0 comments on commit fe7434e

Please sign in to comment.