clarification about not running as root
This commit is contained in:
parent
15bb8e8057
commit
2cbda50cdd
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue