From 58fe7548662b54bc022876104ca63b5522acbf3a Mon Sep 17 00:00:00 2001 From: Art Gourieff <85128026+Gourieff@users.noreply.github.com> Date: Mon, 17 Jul 2023 02:37:19 +0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb00b50..321f319 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Please, check the path where "inswapper_128.onnx" model is stored. It must be in 5. Update your pip at first: `pip install -U pip` 6. Then one-by-one: - `pip install insightface==0.7.3` + - `pip install onnx==1.14.0` - `pip install onnxruntime==1.15.0` - `pip install opencv-python==4.7.0.72` - `pip install diffusers==0.17.1`