Update 020_INSTALL_MANUAL.md (#5700)

updated the commands for running InvokeAI local and web server

Co-authored-by: Millun Atluri <Millu@users.noreply.github.com>
This commit is contained in:
SoheilRezaei 2024-02-12 19:36:00 -05:00 committed by GitHub
parent 25ce505628
commit 5dd552effa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"