InvokeAI/docs/features/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

63 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

---
title: Overview
---
2023-02-08 18:52:02 +00:00
Here you can find the documentation for InvokeAI's various features.
## The [Getting Started Guide](../help/gettingStartedWithAI)
A getting started guide for those new to AI image generation.
2023-02-08 18:52:02 +00:00
## The Basics
### * 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)
Build complex scenes by combine and modifying multiple images in a stepwise
fashion. This feature combines img2img, inpainting and outpainting in
a single convenient digital artist-optimized user interface.
## Image Generation
### * [Prompt Engineering](PROMPTS.md)
Get the images you want with the InvokeAI prompt engineering language.
2023-11-16 07:22:21 +00:00
### * The [LoRA, LyCORIS, LCM-LoRA Models](CONCEPTS.md)
Add custom subjects and styles using a variety of fine-tuned models.
### * [ControlNet](CONTROLNET.md)
Learn how to install and use ControlNet models for fine control over
image output.
2023-02-08 18:52:02 +00:00
### * [Image-to-Image Guide](IMG2IMG.md)
2023-10-17 16:59:48 +00:00
Use a seed image to build new creations.
2023-02-08 18:52:02 +00:00
## Model Management
### * [Model Installation](../installation/050_INSTALLING_MODELS.md)
2023-02-08 18:52:02 +00:00
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)
2023-02-08 18:52:02 +00:00
Teach an old model new tricks. Merge 2-3 models together to create a
new model that combines characteristics of the originals.
2023-11-16 07:22:21 +00:00
### * [Textual Inversion](TEXTUAL_INVERSIONS.md)
2023-02-08 18:52:02 +00:00
Personalize models by adding your own style or subjects.
## Other Features
2023-02-08 18:52:02 +00:00
### * [The NSFW Checker](WATERMARK+NSFW.md)
2023-02-08 18:52:02 +00:00
Prevent InvokeAI from displaying unwanted racy images.
### * [Controlling Logging](LOGGING.md)
2023-05-25 03:57:15 +00:00
Control how InvokeAI logs status messages.
2023-09-19 21:12:43 +00:00
### * [Command-line Utilities](UTILITIES.md)
A list of the command-line utilities available with InvokeAI.
<!-- OUT OF DATE
### * [Miscellaneous](OTHER.md)
2023-02-08 18:52:02 +00:00
Run InvokeAI on Google Colab, generate images with repeating patterns,
batch process a file of prompts, increase the "creativity" of image
2023-02-08 19:07:12 +00:00
generation by adding initial noise, and more!
-->