From 5a7e94092efee5b49ca2f9cb48690a2d4de20e90 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Wed, 14 Dec 2022 16:29:08 +0000 Subject: [PATCH] Updated Install and Run on NVidia GPUs (markdown) --- 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 e94536f..5a2613a 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -122,7 +122,7 @@ At this point, the instructions for the Manual installation may be applied start # Create environment conda create -n StableDiffusion python=3.10.6 # Activate environment - conda active StableDiffusion + conda activate StableDiffusion # Validate environment is selected conda env list # Start local webserver