Skip to content

Commit d3a469d

Browse files
committed
fix location of textual_inversion script
1 parent 61403fe commit d3a469d

6 files changed

Lines changed: 548 additions & 454 deletions

File tree

docs/features/TEXTUAL_INVERSION.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Please enter 1, 2, 3, or 4: [1] 3
5555

5656
From the command line, with the InvokeAI virtual environment active,
5757
you can launch the front end with the command
58-
`textual_inversion_fe`.
58+
`textual_inversion --gui`.
5959

6060
This will launch a text-based front end that will look like this:
6161

@@ -219,11 +219,9 @@ term. For example `a plate of banana sushi in <psychedelic> style`.
219219

220220
## **Training with the Command-Line Script**
221221

222-
InvokeAI also comes with a traditional command-line script for
223-
launching textual inversion training. It is named
224-
`textual_inversion`, and can be launched from within the
225-
"developer's console", or from the command line after activating
226-
InvokeAI's virtual environment.
222+
Training can also be done using a traditional command-line script. It
223+
can be launched from within the "developer's console", or from the
224+
command line after activating InvokeAI's virtual environment.
227225

228226
It accepts a large number of arguments, which can be summarized by
229227
passing the `--help` argument:

0 commit comments

Comments
 (0)