Merge branch 'main' into development

- this synchronizes recent document fixes by mauwii
This commit is contained in:
Lincoln Stein 2022-11-05 09:57:38 -04:00
commit 1cdcf33cfa
2 changed files with 5 additions and 3 deletions

View File

@ -54,9 +54,11 @@ I got off the web.
You can selectively mask out the orange and replace it with a baseball in this You can selectively mask out the orange and replace it with a baseball in this
way: way:
<figure markdown> ```bash
`#!bash invoke> a baseball -I /path/to/still_life.png -tm orange` invoke> a baseball -I /path/to/still_life.png -tm orange
```
<figure markdown>
![](../assets/still-life-inpainted.png) ![](../assets/still-life-inpainted.png)
</figure> </figure>

View File

@ -119,7 +119,7 @@ will do our best to help.
```bash ```bash
# This will take some time, depending on the speed of your internet connection # This will take some time, depending on the speed of your internet connection
# and will consume about 10GB of space # and will consume about 10GB of space
python scripts/preload_models.py --no-interactive python scripts/preload_models.py
``` ```
!!! todo "Run InvokeAI!" !!! todo "Run InvokeAI!"