From d97c6f221ff9f97823c7ffce181a243dec895fa1 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sun, 11 Sep 2022 18:52:40 +0300 Subject: [PATCH] added instructions for manual installation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 245289811..04de29cae 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ mkdir repositories git clone https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion git clone https://github.com/CompVis/taming-transformers.git repositories/taming-transformers git clone https://github.com/sczhou/CodeFormer.git repositories/CodeFormer +git clone https://github.com/salesforce/BLIP.git repositories/BLIP # install requirements of Stable Diffusion pip install transformers==4.19.2 diffusers invisible-watermark --prefer-binary -- GitLab