Add message about missing src folder after first clone

Thomas Mello 2022-09-14 14:08:22 +03:00
parent affb35b4d0
commit a8652bcc2a

@ -59,8 +59,7 @@ Once a repo has been cloned, updating it is as easy as typing `git pull` inside
---
## Running webui,cmd for the first time
## First run
* `webui.cmd` at the root folder (`\stable-diffusion-webui\`) is your main script that you'll always run. It has the functions to automatically do the followings:
* Create conda env
* Install and update requirements
@ -88,6 +87,8 @@ Once a repo has been cloned, updating it is as easy as typing `git pull` inside
There are three more models that we need to download in order to get the most out of the functionality offered by sd-webui.
> The models are placed inside `src` folder. If you don't have `src` folder inside your root directory it means that you haven't installed the dependencies for your environment yet. [Follow this step](#first-run) before proceeding.
### GFPGAN
1. If you want to use GFPGAN to improve generated faces, you need to install it separately.
1. Download [GFPGANv1.3.pth](https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth) and put it