mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix link to upscaling in WEB.md and TOC
- TOC fixed by adding `#` to every headline after `## Parting remarks` - add missing blank lines
This commit is contained in:
parent
533736e135
commit
158848dd7e
@ -294,9 +294,9 @@ were not covered here.
|
|||||||
The WebGUI is only rapid development. Check back regularly for
|
The WebGUI is only rapid development. Check back regularly for
|
||||||
updates!
|
updates!
|
||||||
|
|
||||||
# Reference
|
## Reference
|
||||||
|
|
||||||
## Additional Options
|
### Additional Options
|
||||||
`--web_develop` - Starts the web server in development mode.
|
`--web_develop` - Starts the web server in development mode.
|
||||||
|
|
||||||
`--web_verbose` - Enables verbose logging
|
`--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
|
`--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.
|
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.
|
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.
|
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.
|
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.
|
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 - Dark Mode](../assets/invoke_web_dark.png)
|
||||||
|
|
||||||
![InvokeAI Web Server - Light Mode](../assets/invoke_web_light.png)
|
![InvokeAI Web Server - Light Mode](../assets/invoke_web_light.png)
|
||||||
|
|
||||||
### Invocation 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.
|
|
||||||
|
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:
|
See below for additional documentation related to each feature:
|
||||||
|
|
||||||
- [Core Prompt Settings](./CLI.md)
|
- [Core Prompt Settings](./CLI.md)
|
||||||
- [Variations](./VARIATIONS.md)
|
- [Variations](./VARIATIONS.md)
|
||||||
- [Upscaling](./UPSCALE.md)
|
- [Upscaling](./POSTPROCESS.md#upscaling)
|
||||||
- [Image to Image](./IMG2IMG.md)
|
- [Image to Image](./IMG2IMG.md)
|
||||||
- [Inpainting](./INPAINTING.md)
|
- [Inpainting](./INPAINTING.md)
|
||||||
- [Other](./OTHER.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.
|
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:
|
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
|
- Use image in the `Image to Image` workflow
|
||||||
- Initialize Face Restoration on the selected file
|
- Initialize Face Restoration on the selected file
|
||||||
- Initialize Upscaling on the selected file
|
- Initialize Upscaling on the selected file
|
||||||
|
Loading…
Reference in New Issue
Block a user