From bc9f30c561974f885d8deeb8cc92f830f13c763f Mon Sep 17 00:00:00 2001 From: FaceZhao Date: Fri, 25 Aug 2023 03:51:49 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f16b6e2..dae5a5c 100644 --- a/README.md +++ b/README.md @@ -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 ```