From 8b88fa27c5738b76e7d2c1b0dcbd3bb9991d0c54 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Fri, 2 Sep 2022 10:04:51 +0300 Subject: [PATCH] COMMANDLINE_ARGS clarification added --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33eb25408..3f8c00b42 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ You optionally can use GPFGAN to improve faces, then you'll need to download the ### Automatic installation/launch - place `model.ckpt` into webui directory, next to `webui.bat`. -- (optional) place `GFPGANv1.3.pth` into webui directory, next to `webui.bat`. +- _*(optional)*_ place `GFPGANv1.3.pth` into webui directory, next to `webui.bat`. +- _*(optional)*_ if you have a 4GB videocard, edit `webui.bat`, change line 5 to from `COMMANDLINE_ARGS=` to `COMMANDLINE_ARGS=--medvram` (see below for other possible options) - run `webui.bat` from Windows explorer. ### Manual instructions