Commit
·
b41901f
1
Parent(s):
8d38984
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,11 +60,23 @@ For example, a Automatic1111's WebUI user can add both files to the `./stable-di
|
|
| 60 |
Useful resources: [Lexica.art](https://lexica.art/), [Fast GPT PromptGen](https://huggingface.co/FredZhang7/distilgpt2-stable-diffusion-v2), [Prompt Hero](https://prompthero.com/)
|
| 61 |
|
| 62 |
|
| 63 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
```
|
| 65 |
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
| 66 |
```
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
|
| 70 |
## Diffusers
|
|
|
|
| 60 |
Useful resources: [Lexica.art](https://lexica.art/), [Fast GPT PromptGen](https://huggingface.co/FredZhang7/distilgpt2-stable-diffusion-v2), [Prompt Hero](https://prompthero.com/)
|
| 61 |
|
| 62 |
|
| 63 |
+
## Camenduru's WebUI
|
| 64 |
+
|
| 65 |
+
```
|
| 66 |
+
git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
<details>
|
| 70 |
+
<summary> Click to expand - use Automatic1111's Webui instead - does not guarantee the same quality </summary>
|
| 71 |
+
|
| 72 |
```
|
| 73 |
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
| 74 |
```
|
| 75 |
+
|
| 76 |
+
</details>
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
Download [checkpoint](./paint_journey_v2.ckpt) and [vae](./paint_journey_v2.vae.pt) to the `./stable-diffusion-webui/models/Stable-diffusion` folder. Run `webui-user.bat`.
|
| 80 |
|
| 81 |
|
| 82 |
## Diffusers
|