mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add Icons to Titles and in index.md
This commit is contained in:
parent
578638c258
commit
6ea0a7699e
@ -2,6 +2,8 @@
|
|||||||
title: Changelog
|
title: Changelog
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :octicons-log-16: Changelog
|
||||||
|
|
||||||
## v1.13 <small>(in process)</small>
|
## v1.13 <small>(in process)</small>
|
||||||
|
|
||||||
- Supports a Google Colab notebook for a standalone server running on Google
|
- Supports a Google Colab notebook for a standalone server running on Google
|
||||||
|
@ -4,6 +4,8 @@ hide:
|
|||||||
- toc
|
- toc
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :material-bash: CLI
|
||||||
|
|
||||||
## **Interactive Command Line Interface**
|
## **Interactive Command Line Interface**
|
||||||
|
|
||||||
The `dream.py` script, located in `scripts/dream.py`, provides an interactive interface to image
|
The `dream.py` script, located in `scripts/dream.py`, provides an interactive interface to image
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: Embiggen
|
title: Embiggen
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :material-loupe: Embiggen
|
||||||
|
|
||||||
**upscale your images on limited memory machines**
|
**upscale your images on limited memory machines**
|
||||||
|
|
||||||
GFPGAN and Real-ESRGAN are both memory intensive. In order to avoid
|
GFPGAN and Real-ESRGAN are both memory intensive. In order to avoid
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
title: Image-to-Image
|
title: Image-to-Image
|
||||||
---
|
---
|
||||||
|
|
||||||
## **IMG2IMG**
|
# :material-image-multiple: **IMG2IMG**
|
||||||
|
|
||||||
This script also provides an `img2img` feature that lets you seed your creations with an initial
|
This script also provides an `img2img` feature that lets you seed your creations with an initial
|
||||||
drawing or photo. This is a really cool feature that tells stable diffusion to build the prompt on
|
drawing or photo. This is a really cool feature that tells stable diffusion to build the prompt on
|
||||||
top of the image you provide, preserving the original's basic shape and layout. To use it, provide
|
top of the image you provide, preserving the original's basic shape and layout. To use it, provide
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: Inpainting
|
title: Inpainting
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :octicons-paintbrush-16: Inpainting
|
||||||
|
|
||||||
## **Creating Transparent Regions for Inpainting**
|
## **Creating Transparent Regions for Inpainting**
|
||||||
|
|
||||||
Inpainting is really cool. To do it, you start with an initial image and use a photoeditor to make
|
Inpainting is really cool. To do it, you start with an initial image and use a photoeditor to make
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: Others
|
title: Others
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :fontawesome-regular-share-from-square: Others
|
||||||
|
|
||||||
## **Google Colab**
|
## **Google Colab**
|
||||||
|
|
||||||
Stable Diffusion AI Notebook: <a
|
Stable Diffusion AI Notebook: <a
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
# Prompting Features
|
---
|
||||||
|
title: Prompting Features
|
||||||
|
---
|
||||||
|
|
||||||
|
# :octicons-command-palette-24: Prompting Features
|
||||||
|
|
||||||
## **Reading Prompts from a File**
|
## **Reading Prompts from a File**
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: TEXTUAL_INVERSION
|
title: TEXTUAL_INVERSION
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :material-file-document-plus-outline: TEXTUAL_INVERSION
|
||||||
|
|
||||||
## **Personalizing Text-to-Image Generation**
|
## **Personalizing Text-to-Image Generation**
|
||||||
|
|
||||||
You may personalize the generated images to provide your own styles or objects
|
You may personalize the generated images to provide your own styles or objects
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: Upscale
|
title: Upscale
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :material-image-size-select-large: Upscale
|
||||||
|
|
||||||
## **GFPGAN and Real-ESRGAN Support**
|
## **GFPGAN and Real-ESRGAN Support**
|
||||||
|
|
||||||
The script also provides the ability to do face restoration and upscaling with the help of GFPGAN
|
The script also provides the ability to do face restoration and upscaling with the help of GFPGAN
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
title: Variations
|
title: Variations
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :material-tune-variant: Variations
|
||||||
|
|
||||||
|
## Intro
|
||||||
|
|
||||||
Release 1.13 of SD-Dream adds support for image variations.
|
Release 1.13 of SD-Dream adds support for image variations.
|
||||||
|
|
||||||
You are able to do the following:
|
You are able to do the following:
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
title: Barebones Web Server
|
title: Barebones Web Server
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :material-web: Barebones Web Server
|
||||||
|
|
||||||
As of version 1.10, this distribution comes with a bare bones web server (see
|
As of version 1.10, this distribution comes with a bare bones web server (see
|
||||||
screenshot). To use it, run the `dream.py` script by adding the `**--web**`
|
screenshot). To use it, run the `dream.py` script by adding the `--web`
|
||||||
option.
|
option.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: F.A.Q.
|
title: F.A.Q.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :material-frequently-asked-questions: F.A.Q.
|
||||||
|
|
||||||
## **Frequently-Asked-Questions**
|
## **Frequently-Asked-Questions**
|
||||||
|
|
||||||
Here are a few common installation problems and their solutions. Often these are caused by
|
Here are a few common installation problems and their solutions. Often these are caused by
|
||||||
|
@ -12,7 +12,7 @@ title: Home
|
|||||||
-->
|
-->
|
||||||
<div align="center" markdown="1">
|
<div align="center" markdown="1">
|
||||||
|
|
||||||
# Stable Diffusion Dream Script
|
# :material-script-text-outline: Stable Diffusion Dream Script
|
||||||
|
|
||||||
![project logo](assets/logo.png)
|
![project logo](assets/logo.png)
|
||||||
|
|
||||||
@ -55,29 +55,29 @@ GPU cards with as little as 4 GB or RAM.
|
|||||||
[Issues](https://github.com/lstein/stable-diffusion/issues) tab to report bugs and make feature
|
[Issues](https://github.com/lstein/stable-diffusion/issues) tab to report bugs and make feature
|
||||||
requests. Be sure to use the provided templates. They will help aid diagnose issues faster.
|
requests. Be sure to use the provided templates. They will help aid diagnose issues faster.
|
||||||
|
|
||||||
## Installation
|
## :octicons-package-dependencies-24: Installation
|
||||||
|
|
||||||
This fork is supported across multiple platforms. You can find individual installation instructions
|
This fork is supported across multiple platforms. You can find individual installation instructions
|
||||||
below.
|
below.
|
||||||
|
|
||||||
- [Linux](installation/INSTALL_LINUX.md)
|
- :fontawesome-brands-linux: [Linux](installation/INSTALL_LINUX.md)
|
||||||
- [Windows](installation/INSTALL_WINDOWS.md)
|
- :fontawesome-brands-windows: [Windows](installation/INSTALL_WINDOWS.md)
|
||||||
- [Macintosh](installation/INSTALL_MAC.md)
|
- :fontawesome-brands-apple: [Macintosh](installation/INSTALL_MAC.md)
|
||||||
|
|
||||||
## Hardware Requirements
|
## :fontawesome-solid-computer: Hardware Requirements
|
||||||
|
|
||||||
### System
|
### :octicons-cpu-24: System
|
||||||
|
|
||||||
You wil need one of the following:
|
You wil need one of the following:
|
||||||
|
|
||||||
- An NVIDIA-based graphics card with 4 GB or more VRAM memory.
|
- :simple-nvidia: An NVIDIA-based graphics card with 4 GB or more VRAM memory.
|
||||||
- An Apple computer with an M1 chip.
|
- :fontawesome-brands-apple: An Apple computer with an M1 chip.
|
||||||
|
|
||||||
### Memory
|
### :fontawesome-solid-memory: Memory
|
||||||
|
|
||||||
- At least 12 GB Main Memory RAM.
|
- At least 12 GB Main Memory RAM.
|
||||||
|
|
||||||
### Disk
|
### :fontawesome-regular-hard-drive: Disk
|
||||||
|
|
||||||
- At least 6 GB of free disk space for the machine learning model, Python, and all its dependencies.
|
- At least 6 GB of free disk space for the machine learning model, Python, and all its dependencies.
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ You wil need one of the following:
|
|||||||
(ldm) ~/stable-diffusion$ python scripts/dream.py --full_precision
|
(ldm) ~/stable-diffusion$ python scripts/dream.py --full_precision
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## :octicons-list-unordered-24: Features
|
||||||
|
|
||||||
### Major Features
|
### Major Features
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ You wil need one of the following:
|
|||||||
- [Creating Transparent Regions for Inpainting](features/INPAINTING.md#creating-transparent-regions-for-inpainting)
|
- [Creating Transparent Regions for Inpainting](features/INPAINTING.md#creating-transparent-regions-for-inpainting)
|
||||||
- [Preload Models](features/OTHER.md#preload-models)
|
- [Preload Models](features/OTHER.md#preload-models)
|
||||||
|
|
||||||
## Latest Changes
|
## :octicons-log-16: Latest Changes
|
||||||
|
|
||||||
### v1.14 <small>(11 September 2022)</small>
|
### v1.14 <small>(11 September 2022)</small>
|
||||||
|
|
||||||
@ -148,12 +148,12 @@ You wil need one of the following:
|
|||||||
|
|
||||||
For older changelogs, please visit the **[CHANGELOG](features/CHANGELOG.md)**.
|
For older changelogs, please visit the **[CHANGELOG](features/CHANGELOG.md)**.
|
||||||
|
|
||||||
## Troubleshooting
|
## :material-target: Troubleshooting
|
||||||
|
|
||||||
Please check out our **[Q&A](help/TROUBLESHOOT.md)** to get solutions for common installation
|
Please check out our **[:material-frequently-asked-questions: Q&A](help/TROUBLESHOOT.md)** to get solutions for common installation
|
||||||
problems and other issues.
|
problems and other issues.
|
||||||
|
|
||||||
## Contributing
|
## :octicons-repo-push-24: Contributing
|
||||||
|
|
||||||
Anyone who wishes to contribute to this project, whether documentation, features, bug fixes, code
|
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. If you are unfamiliar with how
|
cleanup, testing, or code reviews, is very much encouraged to do so. If you are unfamiliar with how
|
||||||
@ -165,13 +165,13 @@ important thing is to **make your pull request against the "development" branch*
|
|||||||
"main". This will help keep public breakage to a minimum and will allow you to propose more radical
|
"main". This will help keep public breakage to a minimum and will allow you to propose more radical
|
||||||
changes.
|
changes.
|
||||||
|
|
||||||
## Contributors
|
## :octicons-person-24: Contributors
|
||||||
|
|
||||||
This fork is a combined effort of various people from across the world.
|
This fork is a combined effort of various people from across the world.
|
||||||
[Check out the list of all these amazing people](other/CONTRIBUTORS.md). We thank them for their
|
[Check out the list of all these amazing people](other/CONTRIBUTORS.md). We thank them for their
|
||||||
time, hard work and effort.
|
time, hard work and effort.
|
||||||
|
|
||||||
## Support
|
## :octicons-question-24: Support
|
||||||
|
|
||||||
For support, please use this repository's GitHub Issues tracking service. Feel free to send me an
|
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.
|
email if you use and like the script.
|
||||||
@ -179,7 +179,7 @@ email if you use and like the script.
|
|||||||
Original portions of the software are Copyright (c) 2020
|
Original portions of the software are Copyright (c) 2020
|
||||||
[Lincoln D. Stein](https://github.com/lstein)
|
[Lincoln D. Stein](https://github.com/lstein)
|
||||||
|
|
||||||
## Further Reading
|
## :octicons-book-24: Further Reading
|
||||||
|
|
||||||
Please see the original README for more information on this software and underlying algorithm,
|
Please see the original README for more information on this software and underlying algorithm,
|
||||||
located in the file [README-CompViz.md](other/README-CompViz.md).
|
located in the file [README-CompViz.md](other/README-CompViz.md).
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: Linux
|
title: Linux
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :fontawesome-brands-linux: Linux
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. You will need to install the following prerequisites if they are not already
|
1. You will need to install the following prerequisites if they are not already
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: macOS
|
title: macOS
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :fontawesome-brands-apple: macOS
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- macOS 12.3 Monterey or later
|
- macOS 12.3 Monterey or later
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: Windows
|
title: Windows
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :fontawesome-brands-windows: Windows
|
||||||
|
|
||||||
## **Notebook install (semi-automated)**
|
## **Notebook install (semi-automated)**
|
||||||
|
|
||||||
We have a
|
We have a
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
title: Contributors
|
title: Contributors
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# :octicons-person-24: Contributors
|
||||||
|
|
||||||
The list of all the amazing people who have contributed to the various features that you get to
|
The list of all the amazing people who have contributed to the various features that you get to
|
||||||
experience in this fork.
|
experience in this fork.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user