mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
25ce505628
commit
5dd552effa
@ -230,13 +230,13 @@ manager, please follow these steps:
|
|||||||
=== "local Webserver"
|
=== "local Webserver"
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
invokeai --web
|
invokeai-web
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Public Webserver"
|
=== "Public Webserver"
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
invokeai --web --host 0.0.0.0
|
invokeai-web --host 0.0.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "CLI"
|
=== "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
|
Note that if you run into problems with the Conda installation, the InvokeAI
|
||||||
staff will **not** be able to help you out. Caveat Emptor!
|
staff will **not** be able to help you out. Caveat Emptor!
|
||||||
|
|
||||||
[dev-chat]: https://discord.com/channels/1020123559063990373/1049495067846524939
|
[dev-chat]: https://discord.com/channels/1020123559063990373/1049495067846524939
|
||||||
|
Loading…
Reference in New Issue
Block a user