From d318968abea9f4e3dd9e7be0ef0b09571e472944 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 4 Nov 2022 22:23:56 -0700 Subject: [PATCH] remove --no_interactive from preload_scripts.py example (#1378) --- 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 9d8765d0b5..af39cd0de1 100644 --- a/docs/installation/INSTALL_MAC.md +++ b/docs/installation/INSTALL_MAC.md @@ -119,7 +119,7 @@ will do our best to help. ```bash # This will take some time, depending on the speed of your internet connection # and will consume about 10GB of space - python scripts/preload_models.py --no-interactive + python scripts/preload_models.py ``` !!! todo "Run InvokeAI!"