From 6b89adfa7ebd4591ed91a76ecf152e3517cda385 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Thu, 3 Nov 2022 19:22:05 -0400 Subject: [PATCH] change "python3" to "python" in instructions --- docs/installation/INSTALL_WINDOWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/INSTALL_WINDOWS.md b/docs/installation/INSTALL_WINDOWS.md index 9e67f98269..5dbd23ebeb 100644 --- a/docs/installation/INSTALL_WINDOWS.md +++ b/docs/installation/INSTALL_WINDOWS.md @@ -72,7 +72,7 @@ in the wiki 7. Load the big stable diffusion weights files and a couple of smaller machine-learning models: ```bash - (invokeai) ~/InvokeAI$ python3 scripts/preload_models.py + (invokeai) ~/InvokeAI$ python scripts\preload_models.py ``` !!! note