From 84c1825abcde370babc690790abece4bd2afd87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 10 Oct 2022 21:05:31 +0100 Subject: [PATCH] fixed old reference to ldm on activate env --- docs/installation/INSTALL_MAC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/INSTALL_MAC.md b/docs/installation/INSTALL_MAC.md index f64b426b34..75e8f22785 100644 --- a/docs/installation/INSTALL_MAC.md +++ b/docs/installation/INSTALL_MAC.md @@ -98,7 +98,7 @@ PIP_EXISTS_ACTION=w CONDA_SUBDIR=osx-64 conda env create -f environment-mac.yml # END ARCHITECTURE-DEPENDENT STEP # # Activate the environment (you need to do this every time you want to run SD) -conda activate ldm +conda activate invokeai # This will download some bits and pieces and make take a while python scripts/preload_models.py