mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'invoke-ai:main' into main
This commit is contained in:
commit
a22ae23e9e
16
README.md
16
README.md
@ -1,19 +1,17 @@
|
|||||||
<h1 align='center'><b>Stable Diffusion Dream Script</b></h1>
|
<h1 align='center'><b>InvokeAI: A Stable Diffusion Toolkit</b></h1>
|
||||||
|
|
||||||
<p align='center'>
|
<p align='center'>
|
||||||
<img src="docs/assets/logo.png"/>
|
<img src="docs/assets/logo.png"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://img.shields.io/github/last-commit/lstein/stable-diffusion?logo=Python&logoColor=green&style=for-the-badge" alt="last-commit"/>
|
<img src="https://img.shields.io/github/last-commit/invoke-ai/InvokeAI?logo=Python&logoColor=green&style=for-the-badge" alt="last-commit"/>
|
||||||
<img src="https://img.shields.io/github/stars/lstein/stable-diffusion?logo=GitHub&style=for-the-badge" alt="stars"/>
|
<img src="https://img.shields.io/github/stars/invoke-ai/InvokeAI?logo=GitHub&style=for-the-badge" alt="stars"/>
|
||||||
<br>
|
<br>
|
||||||
<img src="https://img.shields.io/github/issues/lstein/stable-diffusion?logo=GitHub&style=for-the-badge" alt="issues"/>
|
<img src="https://img.shields.io/github/issues/invoke-ai/InvokeAI?logo=GitHub&style=for-the-badge" alt="issues"/>
|
||||||
<img src="https://img.shields.io/github/issues-pr/lstein/stable-diffusion?logo=GitHub&style=for-the-badge" alt="pull-requests"/>
|
<img src="https://img.shields.io/github/issues-pr/invoke-ai/InvokeAI?logo=GitHub&style=for-the-badge" alt="pull-requests"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
# **Stable Diffusion Dream Script**
|
|
||||||
|
|
||||||
This is a fork of
|
This is a fork of
|
||||||
[CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion),
|
[CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion),
|
||||||
the open source text-to-image generator. It provides a streamlined
|
the open source text-to-image generator. It provides a streamlined
|
||||||
@ -22,10 +20,12 @@ generation process. It runs on Windows, Mac and Linux machines,
|
|||||||
and runs on GPU cards with as little as 4 GB or RAM.
|
and runs on GPU cards with as little as 4 GB or RAM.
|
||||||
|
|
||||||
_Note: This fork is rapidly evolving. Please use the
|
_Note: This fork is rapidly evolving. Please use the
|
||||||
[Issues](https://github.com/lstein/stable-diffusion/issues) tab to
|
[Issues](https://github.com/invoke-ai/InvokeAI/issues) tab to
|
||||||
report bugs and make feature requests. Be sure to use the provided
|
report bugs and make feature requests. Be sure to use the provided
|
||||||
templates. They will help aid diagnose issues faster._
|
templates. They will help aid diagnose issues faster._
|
||||||
|
|
||||||
|
_This repository was formally known as /stable-diffusion_
|
||||||
|
|
||||||
# **Table of Contents**
|
# **Table of Contents**
|
||||||
|
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
Loading…
Reference in New Issue
Block a user