diff --git a/docs/features/INPAINTING.md b/docs/features/INPAINTING.md index af6992d481..e22fbd08e7 100644 --- a/docs/features/INPAINTING.md +++ b/docs/features/INPAINTING.md @@ -54,9 +54,11 @@ I got off the web. You can selectively mask out the orange and replace it with a baseball in this way: -
-`#!bash invoke> a baseball -I /path/to/still_life.png -tm orange` +```bash +invoke> a baseball -I /path/to/still_life.png -tm orange +``` +
![](../assets/still-life-inpainted.png)
diff --git a/docs/installation/INSTALL_MAC.md b/docs/installation/INSTALL_MAC.md index 9d8765d0b5..af39cd0de1 100644 --- a/docs/installation/INSTALL_MAC.md +++ b/docs/installation/INSTALL_MAC.md @@ -119,7 +119,7 @@ will do our best to help. ```bash # This will take some time, depending on the speed of your internet connection # and will consume about 10GB of space - python scripts/preload_models.py --no-interactive + python scripts/preload_models.py ``` !!! todo "Run InvokeAI!"