From 078821063e7a0fc838b5c0546e82a6fbc442530f Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Fri, 30 Sep 2022 17:51:34 +0300 Subject: [PATCH] Updated Install and Run on NVidia GPUs (markdown) --- Install-and-Run-on-NVidia-GPUs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Install-and-Run-on-NVidia-GPUs.md b/Install-and-Run-on-NVidia-GPUs.md index 5ac4de5..6102f46 100644 --- a/Install-and-Run-on-NVidia-GPUs.md +++ b/Install-and-Run-on-NVidia-GPUs.md @@ -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.