mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tweak documentation
This commit is contained in:
@ -18,10 +18,9 @@ prompts you to select the models to merge, how to merge them, and the
|
|||||||
merged model name.
|
merged model name.
|
||||||
|
|
||||||
Alternatively you may activate InvokeAI's virtual environment from the
|
Alternatively you may activate InvokeAI's virtual environment from the
|
||||||
command line, and call the script via `merge_models_fe.py` (the "fe"
|
command line, and call the script via `merge_models --gui` to open up
|
||||||
stands for "front end"). There is also a version that accepts
|
a version that has a nice graphical front end. To get the commandline-
|
||||||
command-line arguments, which you can run with the command
|
only version, omit `--gui`.
|
||||||
`merge_models.py`.
|
|
||||||
|
|
||||||
The user interface for the text-based interactive script is
|
The user interface for the text-based interactive script is
|
||||||
straightforward. It shows you a series of setting fields. Use control-N (^N)
|
straightforward. It shows you a series of setting fields. Use control-N (^N)
|
||||||
@ -47,7 +46,7 @@ under the selected name and register it with InvokeAI.
|
|||||||
display all the diffusers-style models that InvokeAI knows about.
|
display all the diffusers-style models that InvokeAI knows about.
|
||||||
If you do not see the model you are looking for, then it is probably
|
If you do not see the model you are looking for, then it is probably
|
||||||
a legacy checkpoint model and needs to be converted using the
|
a legacy checkpoint model and needs to be converted using the
|
||||||
`invoke.py` command-line client and its `!optimize` command. You
|
`invoke` command-line client and its `!optimize` command. You
|
||||||
must select at least two models to merge. The third can be left at
|
must select at least two models to merge. The third can be left at
|
||||||
"None" if you desire.
|
"None" if you desire.
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ 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
|
you can launch the front end with the command `textual_inversion
|
||||||
`textual_inversion --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:
|
||||||
|
|
||||||
@ -232,7 +232,7 @@ textual_inversion --help
|
|||||||
|
|
||||||
Typical usage is shown here:
|
Typical usage is shown here:
|
||||||
```sh
|
```sh
|
||||||
python textual_inversion.py \
|
textual_inversion \
|
||||||
--model=stable-diffusion-1.5 \
|
--model=stable-diffusion-1.5 \
|
||||||
--resolution=512 \
|
--resolution=512 \
|
||||||
--learnable_property=style \
|
--learnable_property=style \
|
||||||
|
Reference in New Issue
Block a user