From 5b1d7a2367cfc8fd61c45ab26b64e5df381ba6e5 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 19 Jul 2023 01:47:23 -0400 Subject: [PATCH] reorganized intro to web walkthru --- docs/features/WEB.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/features/WEB.md b/docs/features/WEB.md index 4984c14a6a..b664434b11 100644 --- a/docs/features/WEB.md +++ b/docs/features/WEB.md @@ -4,6 +4,13 @@ title: InvokeAI Web Server # :material-web: InvokeAI Web Server +## Quick guided walkthrough of the WebUI's features + +While most of the WebUI's features are intuitive, here is a guided walkthrough +through its various components. + +### Launching the WebUI + To run the InvokeAI web server, start the `invoke.sh`/`invoke.bat` script and select option (1). Alternatively, with the InvokeAI environment active, run `invokeai-web`: @@ -28,10 +35,7 @@ or invokeai-web --host 0.0.0.0 ``` -## Quick guided walkthrough of the WebUI's features - -While most of the WebUI's features are intuitive, here is a guided walkthrough -through its various components. +### The InvokeAI Web Interface ![Invoke Web Server - Major Components](../assets/invoke-web-server-1.png){:width="640px"}