diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-11 15:52:40 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-11 15:52:40 +0000 |
commit | d97c6f221ff9f97823c7ffce181a243dec895fa1 (patch) | |
tree | 65c1b92b081edbd6a5c410838f939fcee22f0fd2 | |
parent | f194457229e4537912467bc60ac3a873f473a63c (diff) | |
download | stable-diffusion-webui-gfx803-d97c6f221ff9f97823c7ffce181a243dec895fa1.tar.gz stable-diffusion-webui-gfx803-d97c6f221ff9f97823c7ffce181a243dec895fa1.tar.bz2 stable-diffusion-webui-gfx803-d97c6f221ff9f97823c7ffce181a243dec895fa1.zip |
added instructions for manual installation
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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
|