Update textual inversion doc with the correct CLI name. (#2560)

This commit is contained in:
Lincoln Stein 2023-02-07 01:22:03 -05:00 committed by GitHub
commit 28a5424242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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