From 822d6d02e0e1581f6ba5cb9e60dd746187647bb4 Mon Sep 17 00:00:00 2001 From: Yuan-Man <68322456+Yuan-ManX@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:42:01 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 694913b..2d96137 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Followed ComfyUI's manual installation steps and do the following: pip install --no-cache-dir -U openmim mim install mmengine - mim install "mmcv>=2.0.1" + pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/cu121/torch2.1/index.html mim install "mmdet>=3.1.0" mim install "mmpose>=1.1.0" ```