mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update textual inversion doc with the correct CLI name. (#2560)
This commit is contained in:
commit
28a5424242
@ -54,8 +54,7 @@ Please enter 1, 2, 3, or 4: [1] 3
|
|||||||
```
|
```
|
||||||
|
|
||||||
From the command line, with the InvokeAI virtual environment active,
|
From the command line, with the InvokeAI virtual environment active,
|
||||||
you can launch the front end with the command `textual_inversion
|
you can launch the front end with the command `invokeai-ti --gui`.
|
||||||
--gui`.
|
|
||||||
|
|
||||||
This will launch a text-based front end that will look like this:
|
This will launch a text-based front end that will look like this:
|
||||||
|
|
||||||
@ -227,12 +226,12 @@ It accepts a large number of arguments, which can be summarized by
|
|||||||
passing the `--help` argument:
|
passing the `--help` argument:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
textual_inversion --help
|
invokeai-ti --help
|
||||||
```
|
```
|
||||||
|
|
||||||
Typical usage is shown here:
|
Typical usage is shown here:
|
||||||
```sh
|
```sh
|
||||||
textual_inversion \
|
invokeai-ti \
|
||||||
--model=stable-diffusion-1.5 \
|
--model=stable-diffusion-1.5 \
|
||||||
--resolution=512 \
|
--resolution=512 \
|
||||||
--learnable_property=style \
|
--learnable_property=style \
|
||||||
@ -267,4 +266,4 @@ resources:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
copyright (c) 2023, Lincoln Stein and the InvokeAI Development Team
|
copyright (c) 2023, Lincoln Stein and the InvokeAI Development Team
|
||||||
|
Loading…
x
Reference in New Issue
Block a user