mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 06:21:34 +03:00
Update README.md
This commit is contained in:
parent
41dbcae10e
commit
ab2770ef12
31
README.md
31
README.md
@ -22,23 +22,6 @@ A browser interface based on Gradio library for Stable Diffusion.
|
||||
Original script with Gradio UI was written by a kind anonymopus user. This is a modification.
|
||||
|
||||
![](screenshot.png)
|
||||
## Installing and running
|
||||
|
||||
### Stable Diffusion
|
||||
|
||||
This script assumes that you already have main Stable Diffusion sutff installed, assumed to be in directory `/sd`.
|
||||
If you don't have it installed, follow the guide:
|
||||
|
||||
- https://rentry.org/kretard
|
||||
|
||||
This repository's `webgui.py` is a replacement for `kdiff.py` from the guide.
|
||||
|
||||
Particularly, following files must exist:
|
||||
|
||||
- `/sd/configs/stable-diffusion/v1-inference.yaml`
|
||||
- `/sd/models/ldm/stable-diffusion-v1/model.ckpt`
|
||||
- `/sd/ldm/util.py`
|
||||
- `/sd/k_diffusion/__init__.py`
|
||||
|
||||
### GFPGAN
|
||||
|
||||
@ -48,25 +31,11 @@ After that download [GFPGANv1.3.pth](https://github.com/TencentARC/GFPGAN/releas
|
||||
into the `/sd/GFPGAN/experiments/pretrained_models` directory. If you're getting troubles with GFPGAN support, follow instructions
|
||||
from the GFPGAN's repository until `inference_gfpgan.py` script works.
|
||||
|
||||
The following files must exist:
|
||||
|
||||
- `/sd/GFPGAN/inference_gfpgan.py`
|
||||
- `/sd/GFPGAN/experiments/pretrained_models/GFPGANv1.3.pth`
|
||||
|
||||
If the GFPGAN directory does not exist, you will not get the option to use GFPGAN in the UI. If it does exist, you will either be able
|
||||
to use it, or there will be a message in console with an error related to GFPGAN.
|
||||
|
||||
### Web UI
|
||||
|
||||
Run the script as:
|
||||
|
||||
`python webui.py`
|
||||
|
||||
When running the script, you must be in the main Stable Diffusion directory, `/sd`. If you cloned this repository into a subdirectory
|
||||
of `/sd`, say, the `stable-diffusion-webui` directory, you will run it as:
|
||||
|
||||
`python stable-diffusion-webui/webui.py`
|
||||
|
||||
When launching, you may get a very long warning message related to some weights not being used. You may freely ignore it.
|
||||
After a while, you will get a message like this:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user