From 2cbda50cdde7def5d8488c5e5050badeaa116d3a Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Wed, 7 Sep 2022 15:30:25 +0300 Subject: [PATCH] clarification about not running as root --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0183ccb5a..9ad93c0fe 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ as model if it has .pth extension. Grab models from the [Model Database](https:/ - install [CUDA 11.3](https://developer.nvidia.com/cuda-11.3.0-download-archive?target_os=Windows&target_arch=x86_64) - place `model.ckpt` into webui directory, next to `webui.bat`. - _*(optional)*_ place `GFPGANv1.3.pth` into webui directory, next to `webui.bat`. -- run `webui.bat` from Windows Explorer. +- run `webui.bat` from Windows Explorer. Run it as normal user, ***not*** as administrator. #### Troublehooting: