From bc9cbdda6dcdd88fd762baf6749752b42e03577a Mon Sep 17 00:00:00 2001 From: Yanjie Ze <59699800+YanjieZe@users.noreply.github.com> Date: Thu, 28 Dec 2023 19:35:09 +0800 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 2991ceda..035916ac 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -105,7 +105,11 @@ pip install packaging==21.3 dotmap pyhocon wandb chardet opencv-python-headless # 10 install odise Install xformers (this version is a must to avoid errors from detectron2) ``` -pip install xformers==0.0.18 +pip install xformers==0.0.18 +``` +Install Stable Diffusion +``` +pip install stable-diffusion-sdkit==2.1.3 ``` Install detectron2: ```