From 95f56c17b8d458e3a948fce45fe32ed31e911933 Mon Sep 17 00:00:00 2001 From: feifeibear Date: Thu, 26 Dec 2024 19:48:09 +0800 Subject: [PATCH] polish code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52c476a..ace10fe 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ About `flash_attn` version: ``` pip install xfuser # Basic installation -pip install "xfuser[diffusers,flash]" # With both diffusers and flash attention +pip install "xfuser[diffusers,flash-attn]" # With both diffusers and flash attention ``` ### 2. Install from source