From 234569d6b6cfd2d9775a2d5d8f8b951f3d8f5ff4 Mon Sep 17 00:00:00 2001 From: mauwii Date: Mon, 10 Oct 2022 22:54:39 +0200 Subject: [PATCH] fix link to upscaling in WEB.md and TOC - TOC fixed by adding `#` to every headline after `## Parting remarks` - add missing blank lines --- docs/features/WEB.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/docs/features/WEB.md b/docs/features/WEB.md index a1e4458c8f..861cc60d87 100644 --- a/docs/features/WEB.md +++ b/docs/features/WEB.md @@ -294,9 +294,9 @@ were not covered here. The WebGUI is only rapid development. Check back regularly for updates! -# Reference +## Reference -## Additional Options +### Additional Options `--web_develop` - Starts the web server in development mode. `--web_verbose` - Enables verbose logging @@ -311,36 +311,41 @@ updates! `--gui` - Start InvokeAI GUI - This is the "desktop mode" version of the web app. It uses Flask to create a desktop app experience of the webserver. - -## Web Specific Features +### Web Specific Features The web experience offers an incredibly easy-to-use experience for interacting with the InvokeAI toolkit. For detailed guidance on individual features, see the Feature-specific help documents available in this directory. Note that the latest functionality available in the CLI may not always be available in the Web interface. -### Dark Mode & Light Mode +#### Dark Mode & Light Mode + The InvokeAI interface is available in a nano-carbon black & purple Dark Mode, and a "burn your eyes out Nosferatu" Light Mode. These can be toggled by clicking the Sun/Moon icons at the top right of the interface. ![InvokeAI Web Server - Dark Mode](../assets/invoke_web_dark.png) ![InvokeAI Web Server - Light Mode](../assets/invoke_web_light.png) -### Invocation Toolbar -The left side of the InvokeAI interface is available for customizing the prompt and the settings used for invoking your new image. Typing your prompt into the open text field and clicking the Invoke button will produce the image based on the settings configured in the toolbar. +#### Invocation Toolbar + +The left side of the InvokeAI interface is available for customizing the prompt and the settings used for invoking your new image. Typing your prompt into the open text field and clicking the Invoke button will produce the image based on the settings configured in the toolbar. See below for additional documentation related to each feature: + - [Core Prompt Settings](./CLI.md) - [Variations](./VARIATIONS.md) -- [Upscaling](./UPSCALE.md) +- [Upscaling](./POSTPROCESS.md#upscaling) - [Image to Image](./IMG2IMG.md) - [Inpainting](./INPAINTING.md) - [Other](./OTHER.md) -### Invocation Gallery +#### Invocation Gallery + The currently selected --outdir (or the default outputs folder) will display all previously generated files on load. As new invocations are generated, these will be dynamically added to the gallery, and can be previewed by selecting them. Each image also has a simple set of actions (e.g., Delete, Use Seed, Use All Parameters, etc.) that can be accessed by hovering over the image. -### Image Workspace +#### Image Workspace + When an image from the Invocation Gallery is selected, or is generated, the image will be displayed within the center of the interface. A quickbar of common image interactions are displayed along the top of the image, including: + - Use image in the `Image to Image` workflow - Initialize Face Restoration on the selected file - Initialize Upscaling on the selected file