From 55ef99d51cd6d6d2e807a4487b90b585a4e7d355 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 10 Sep 2022 00:05:00 +0300 Subject: [PATCH] error in path in manual instruction for install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 550738201..66daef33e 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ pip install git+https://github.com/TencentARC/GFPGAN.git --prefer-binary pip install -r repositories/CodeFormer/requirements.txt --prefer-binary :: install requirements of web ui -pip install -r stable-diffusion-webui/requirements.txt --prefer-binary +pip install -r requirements.txt --prefer-binary :: update numpy to latest version pip install -U numpy --prefer-binary