"src/vscode:/vscode.git/clone" did not exist on "48a6d29550f85d83951e8b7c2f7fedc1647012e4"
Commit 71c05413 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 8ab6bb2f
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
pip install -r requirements.txt pip install -r requirements.txt
pip install "xfuser>=0.4" --no-deps torch pip install "xfuser=0.4.2" --no-deps torch
bash modified/fix.sh bash modified/fix.sh
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
pip install -r requirements.txt pip install -r requirements.txt
pip install "xfuser>=0.4" --no-deps torch pip install "xfuser==0.4.2" --no-deps torch
bash modified/fix.sh bash modified/fix.sh
...@@ -68,7 +68,7 @@ transformers:4.48.0 ...@@ -68,7 +68,7 @@ transformers:4.48.0
``` ```
pip install -r requirements.txt pip install -r requirements.txt
pip install "xfuser>=0.4" --no-deps torch pip install "xfuser==0.4.2" --no-deps torch
# 需要参考 modified/fix.sh中的命令修改相应位置的代码 # 需要参考 modified/fix.sh中的命令修改相应位置的代码
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment