Merge branch 'main' into feat/use-custom-vaes

This commit is contained in:
blessedcoolant 2023-03-25 17:09:38 +13:00 committed by GitHub
commit 5503749085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

8
.github/CODEOWNERS vendored
View File

@ -1,16 +1,16 @@
# continuous integration # continuous integration
/.github/workflows/ @mauwii @lstein /.github/workflows/ @mauwii @lstein @blessedcoolant
# documentation # documentation
/docs/ @lstein @mauwii @tildebyte /docs/ @lstein @mauwii @tildebyte @blessedcoolant
/mkdocs.yml @lstein @mauwii /mkdocs.yml @lstein @mauwii @blessedcoolant
# nodes # nodes
/invokeai/app/ @Kyle0654 @blessedcoolant /invokeai/app/ @Kyle0654 @blessedcoolant
# installation and configuration # installation and configuration
/pyproject.toml @mauwii @lstein @blessedcoolant /pyproject.toml @mauwii @lstein @blessedcoolant
/docker/ @mauwii @lstein /docker/ @mauwii @lstein @blessedcoolant
/scripts/ @ebr @lstein /scripts/ @ebr @lstein
/installer/ @lstein @ebr /installer/ @lstein @ebr
/invokeai/assets @lstein @ebr /invokeai/assets @lstein @ebr

View File

@ -34,6 +34,8 @@ jobs:
- name: deploy to gh-pages - name: deploy to gh-pages
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
python -m \ python -m \
mkdocs gh-deploy \ mkdocs gh-deploy \

View File

@ -139,7 +139,7 @@ not supported.
_For Windows/Linux with an NVIDIA GPU:_ _For Windows/Linux with an NVIDIA GPU:_
```terminal ```terminal
pip install InvokeAI[xformers] --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117 pip install "InvokeAI[xformers]" --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu117
``` ```
_For Linux with an AMD GPU:_ _For Linux with an AMD GPU:_