From 55678082379bbc6f616df8e21e28e07ddcf79dca Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Thu, 26 Jan 2023 15:28:54 -0500 Subject: [PATCH] tweak documentation --- docs/features/MODEL_MERGING.md | 9 ++++----- docs/features/TEXTUAL_INVERSION.md | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/features/MODEL_MERGING.md b/docs/features/MODEL_MERGING.md index b94e1e4314..7157e035ae 100644 --- a/docs/features/MODEL_MERGING.md +++ b/docs/features/MODEL_MERGING.md @@ -18,10 +18,9 @@ prompts you to select the models to merge, how to merge them, and the merged model name. Alternatively you may activate InvokeAI's virtual environment from the -command line, and call the script via `merge_models_fe.py` (the "fe" -stands for "front end"). There is also a version that accepts -command-line arguments, which you can run with the command -`merge_models.py`. +command line, and call the script via `merge_models --gui` to open up +a version that has a nice graphical front end. To get the commandline- +only version, omit `--gui`. The user interface for the text-based interactive script is 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. 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 - `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 "None" if you desire. diff --git a/docs/features/TEXTUAL_INVERSION.md b/docs/features/TEXTUAL_INVERSION.md index 801160401b..48a4388f28 100644 --- a/docs/features/TEXTUAL_INVERSION.md +++ b/docs/features/TEXTUAL_INVERSION.md @@ -54,8 +54,8 @@ Please enter 1, 2, 3, or 4: [1] 3 ``` From the command line, with the InvokeAI virtual environment active, -you can launch the front end with the command -`textual_inversion --gui`. +you can launch the front end with the command `textual_inversion +--gui`. 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: ```sh -python textual_inversion.py \ +textual_inversion \ --model=stable-diffusion-1.5 \ --resolution=512 \ --learnable_property=style \