Skip to content

Latest commit

 

History

History
181 lines (142 loc) · 6.76 KB

index.md

File metadata and controls

181 lines (142 loc) · 6.76 KB
title
Home
<style> .button { width: 100%; max-width: 100%; height: 50px; background-color: #35A4DB; color: #fff; font-size: 16px; border: none; cursor: pointer; border-radius: 0.2rem; }
.button-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;
}

.button:hover {
  background-color: #526CFE;
}
</style>

project logo

discord badge

latest release badge github stars badge github forks badge

github open issues badge github open prs badge

InvokeAI is an implementation of Stable Diffusion, the open source text-to-image and image-to-image generator. It provides a streamlined process with various new features and options to aid the image generation process. It runs on Windows, Mac and Linux machines, and runs on GPU cards with as little as 4 GB of RAM.

:octicons-link-24: Quick Links

:octicons-gift-24: InvokeAI Features

Installation

The InvokeAI Web Interface

Image Management

Model Management

Prompt Engineering

InvokeAI Configuration

:material-target: Troubleshooting

Please check out our :material-frequently-asked-questions: FAQ to get solutions for common installation problems and other issues.

:octicons-repo-push-24: Contributing

Anyone who wishes to contribute to this project, whether documentation, features, bug fixes, code cleanup, testing, or code reviews, is very much encouraged to do so.

Please take a look at our Contribution documentation to learn more about contributing to InvokeAI.

:octicons-person-24: Contributors

This software is a combined effort of various people from across the world. Check out the list of all these amazing people. We thank them for their time, hard work and effort.

:octicons-question-24: Support

For support, please use this repository's GitHub Issues tracking service. Feel free to send me an email if you use and like the script.

Original portions of the software are Copyright (c) 2022-23 by The InvokeAI Team.