From 5dd552effac2e4fc1d6361a7559a0b18a5e5c993 Mon Sep 17 00:00:00 2001 From: SoheilRezaei <113804552+SoheilRezaei@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:36:00 -0500 Subject: [PATCH] Update 020_INSTALL_MANUAL.md (#5700) updated the commands for running InvokeAI local and web server Co-authored-by: Millun Atluri --- docs/installation/020_INSTALL_MANUAL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/020_INSTALL_MANUAL.md b/docs/installation/020_INSTALL_MANUAL.md index a68039406c..c898528581 100644 --- a/docs/installation/020_INSTALL_MANUAL.md +++ b/docs/installation/020_INSTALL_MANUAL.md @@ -230,13 +230,13 @@ manager, please follow these steps: === "local Webserver" ```bash - invokeai --web + invokeai-web ``` === "Public Webserver" ```bash - invokeai --web --host 0.0.0.0 + invokeai-web --host 0.0.0.0 ``` === "CLI" @@ -402,4 +402,4 @@ environment variable INVOKEAI_ROOT to point to the installation directory. Note that if you run into problems with the Conda installation, the InvokeAI staff will **not** be able to help you out. Caveat Emptor! -[dev-chat]: https://discord.com/channels/1020123559063990373/1049495067846524939 \ No newline at end of file +[dev-chat]: https://discord.com/channels/1020123559063990373/1049495067846524939