mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
re-format docs/features/index.md
This commit is contained in:
parent
72e25d99c7
commit
774230f7b9
@ -2,62 +2,82 @@
|
|||||||
title: Overview
|
title: Overview
|
||||||
---
|
---
|
||||||
|
|
||||||
Here you can find the documentation for InvokeAI's various features.
|
- The Basics
|
||||||
|
|
||||||
## The Basics
|
- The [Web User Interface](WEB.md)
|
||||||
### * The [Web User Interface](WEB.md)
|
|
||||||
Guide to the Web interface. Also see the [WebUI Hotkeys Reference Guide](WEBUIHOTKEYS.md)
|
|
||||||
|
|
||||||
### * The [Unified Canvas](UNIFIED_CANVAS.md)
|
Guide to the Web interface. Also see the
|
||||||
Build complex scenes by combine and modifying multiple images in a stepwise
|
[WebUI Hotkeys Reference Guide](WEBUIHOTKEYS.md)
|
||||||
fashion. This feature combines img2img, inpainting and outpainting in
|
|
||||||
a single convenient digital artist-optimized user interface.
|
|
||||||
|
|
||||||
### * The [Command Line Interface (CLI)](CLI.md)
|
- The [Unified Canvas](UNIFIED_CANVAS.md)
|
||||||
Scriptable access to InvokeAI's features.
|
|
||||||
|
|
||||||
## Image Generation
|
Build complex scenes by combine and modifying multiple images in a
|
||||||
### * [Prompt Engineering](PROMPTS.md)
|
stepwise fashion. This feature combines img2img, inpainting and
|
||||||
Get the images you want with the InvokeAI prompt engineering language.
|
outpainting in a single convenient digital artist-optimized user
|
||||||
|
interface.
|
||||||
|
|
||||||
## * [Post-Processing](POSTPROCESS.md)
|
- The [Command Line Interface (CLI)](CLI.md)
|
||||||
Restore mangled faces and make images larger with upscaling. Also see the [Embiggen Upscaling Guide](EMBIGGEN.md).
|
|
||||||
|
|
||||||
## * The [Concepts Library](CONCEPTS.md)
|
Scriptable access to InvokeAI's features.
|
||||||
Add custom subjects and styles using HuggingFace's repository of embeddings.
|
|
||||||
|
|
||||||
### * [Image-to-Image Guide for the CLI](IMG2IMG.md)
|
- Image Generation
|
||||||
Use a seed image to build new creations in the CLI.
|
|
||||||
|
|
||||||
### * [Inpainting Guide for the CLI](INPAINTING.md)
|
- [Prompt Engineering](PROMPTS.md)
|
||||||
Selectively erase and replace portions of an existing image in the CLI.
|
|
||||||
|
|
||||||
### * [Outpainting Guide for the CLI](OUTPAINTING.md)
|
Get the images you want with the InvokeAI prompt engineering language.
|
||||||
Extend the borders of the image with an "outcrop" function within the CLI.
|
|
||||||
|
|
||||||
### * [Generating Variations](VARIATIONS.md)
|
- [Post-Processing](POSTPROCESS.md)
|
||||||
Have an image you like and want to generate many more like it? Variations
|
|
||||||
are the ticket.
|
|
||||||
|
|
||||||
## Model Management
|
Restore mangled faces and make images larger with upscaling. Also see
|
||||||
|
the [Embiggen Upscaling Guide](EMBIGGEN.md).
|
||||||
|
|
||||||
## * [Model Installation](../installation/050_INSTALLING_MODELS.md)
|
- The [Concepts Library](CONCEPTS.md)
|
||||||
Learn how to import third-party models and switch among them. This
|
|
||||||
guide also covers optimizing models to load quickly.
|
|
||||||
|
|
||||||
## * [Merging Models](MODEL_MERGING.md)
|
Add custom subjects and styles using HuggingFace's repository of
|
||||||
Teach an old model new tricks. Merge 2-3 models together to create a
|
embeddings.
|
||||||
new model that combines characteristics of the originals.
|
|
||||||
|
|
||||||
## * [Textual Inversion](TEXTUAL_INVERSION.md)
|
- [Image-to-Image Guide for the CLI](IMG2IMG.md)
|
||||||
Personalize models by adding your own style or subjects.
|
|
||||||
|
|
||||||
# Other Features
|
Use a seed image to build new creations in the CLI.
|
||||||
|
|
||||||
## * [The NSFW Checker](NSFW.md)
|
- [Inpainting Guide for the CLI](INPAINTING.md)
|
||||||
Prevent InvokeAI from displaying unwanted racy images.
|
|
||||||
|
|
||||||
## * [Miscellaneous](OTHER.md)
|
Selectively erase and replace portions of an existing image in the CLI.
|
||||||
Run InvokeAI on Google Colab, generate images with repeating patterns,
|
|
||||||
batch process a file of prompts, increase the "creativity" of image
|
- [Outpainting Guide for the CLI](OUTPAINTING.md)
|
||||||
generation by adding initial noise, and more!
|
|
||||||
|
Extend the borders of the image with an "outcrop" function within the
|
||||||
|
CLI.
|
||||||
|
|
||||||
|
- [Generating Variations](VARIATIONS.md)
|
||||||
|
|
||||||
|
Have an image you like and want to generate many more like it?
|
||||||
|
Variations are the ticket.
|
||||||
|
|
||||||
|
- Model Management
|
||||||
|
|
||||||
|
- [Model Installation](../installation/050_INSTALLING_MODELS.md)
|
||||||
|
|
||||||
|
Learn how to import third-party models and switch among them. This guide
|
||||||
|
also covers optimizing models to load quickly.
|
||||||
|
|
||||||
|
- [Merging Models](MODEL_MERGING.md)
|
||||||
|
|
||||||
|
Teach an old model new tricks. Merge 2-3 models together to create a new
|
||||||
|
model that combines characteristics of the originals.
|
||||||
|
|
||||||
|
- [Textual Inversion](TEXTUAL_INVERSION.md)
|
||||||
|
|
||||||
|
Personalize models by adding your own style or subjects.
|
||||||
|
|
||||||
|
- Other Features
|
||||||
|
|
||||||
|
- [The NSFW Checker](NSFW.md)
|
||||||
|
|
||||||
|
Prevent InvokeAI from displaying unwanted racy images.
|
||||||
|
|
||||||
|
- [Miscellaneous](OTHER.md)
|
||||||
|
|
||||||
|
Run InvokeAI on Google Colab, generate images with repeating patterns,
|
||||||
|
batch process a file of prompts, increase the "creativity" of image
|
||||||
|
generation by adding initial noise, and more!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user