From 8a30c0f6fcfdf788e491db27a7656e55dda094a7 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Fri, 30 Jun 2023 00:08:42 +0900 Subject: [PATCH] fix path --- Install-and-Run-on-NVidia-GPUs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-and-Run-on-NVidia-GPUs.md b/Install-and-Run-on-NVidia-GPUs.md index 676e10d..7a364ba 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -241,7 +241,7 @@ cd stable-diffusion-webui # clone repositories for Stable Diffusion and (optionally) CodeFormer mkdir repositories -git clone https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion stable-diffusion-stability-ai +git clone https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion-stability-ai 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