updated ti training

This commit is contained in:
Millun Atluri 2023-09-07 18:42:31 +10:00 committed by Kent Keirsey
parent bf6c5cbe77
commit 774ade679d
2 changed files with 13 additions and 18 deletions

View File

@ -43,27 +43,22 @@ into the directory
InvokeAI 2.3 and higher comes with a text console-based training front InvokeAI 2.3 and higher comes with a text console-based training front
end. From within the `invoke.sh`/`invoke.bat` Invoke launcher script, end. From within the `invoke.sh`/`invoke.bat` Invoke launcher script,
start the front end by selecting choice (3): start training tool selecting choice (3):
```sh ```sh
Do you want to generate images using the 1 "Generate images with a browser-based interface"
1: Browser-based UI 2 "Explore InvokeAI nodes using a command-line interface"
2: Command-line interface 3 "Textual inversion training"
3: Run textual inversion training 4 "Merge models (diffusers type only)"
4: Merge models (diffusers type only) 5 "Download and install models"
5: Download and install models 6 "Change InvokeAI startup options"
6: Change InvokeAI startup options 7 "Re-run the configure script to fix a broken install or to complete a major upgrade"
7: Re-run the configure script to fix a broken install 8 "Open the developer console"
8: Open the developer console 9 "Update InvokeAI"
9: Update InvokeAI
10: Command-line help
Q: Quit
Please enter 1-10, Q: [1]
``` ```
From the command line, with the InvokeAI virtual environment active, Alternatively, you can select option (8) or from the command line, with the InvokeAI virtual environment active,
you can launch the front end with the command `invokeai-ti --gui`. you can then launch the front end with the command `invokeai-ti --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:

View File

@ -148,7 +148,7 @@ nav:
- NSFW Checker: 'features/WATERMARK+NSFW.md' - NSFW Checker: 'features/WATERMARK+NSFW.md'
- Postprocessing: 'features/POSTPROCESS.md' - Postprocessing: 'features/POSTPROCESS.md'
- Prompting Features: 'features/PROMPTS.md' - Prompting Features: 'features/PROMPTS.md'
- Training: 'features/TRAINING.md' - Textual Inversion Training: 'features/TRAINING.md'
- Unified Canvas: 'features/UNIFIED_CANVAS.md' - Unified Canvas: 'features/UNIFIED_CANVAS.md'
- InvokeAI Web Server: 'features/WEB.md' - InvokeAI Web Server: 'features/WEB.md'
- WebUI Hotkeys: "features/WEBUIHOTKEYS.md" - WebUI Hotkeys: "features/WEBUIHOTKEYS.md"