Update README.md

This commit is contained in:
FaceZhao
2023-08-25 03:51:49 +00:00
parent 7d935ccca9
commit bc9f30c561

View File

@ -292,7 +292,7 @@ The **MS-Image2Video** project is compatible with the ModelScope codebase, and t
```bash
pip install modelscope==1.4.2
pip install modelscope==1.8.4
pip install -U xformers
pip install torch==2.0.1
pip install open_clip_torch>=2.0.2
@ -304,6 +304,7 @@ pip install fairscale
pip install scipy
pip install imageio
pip install pytorch-lightning
pip install torchsde
```