Updated Install and Run on NVidia GPUs (markdown)

AUTOMATIC1111 2022-09-30 17:51:34 +03:00
parent 7a39098e9c
commit 078821063e

@ -29,6 +29,8 @@ python launch.py --opt-split-attention --ckpt ../secret/anime9999.ckpt
```
# Manual Installation
Manual installation is very outdated and probably won't work. check colab in the repo's readme for instructions.
The following process installs everything manually on both Windows or Linux (the latter requiring `dir` to be replaced by `ls`):
```bash
# install torch with CUDA support. See https://pytorch.org/get-started/locally/ for more instructions if this fails.