FredZhang7
commited on
Commit
•
3a60af4
1
Parent(s):
59c80f8
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ inference: true
|
|
15 |
To apply the oil paint effect, begin the prompt with ((oil painting)). As a general rule, try using a dimension of 768x768 for any subject, 512x768 for portraits, and 1152x768 for landscapes.
|
16 |
|
17 |
To further improve the resolution and reduce noise in generated images, especially when using the model for img2img, use [Paint Journey VAE](./paint_journey_v2.vae.pt) in combination with [Checkpoint](./paint_journey_v2.ckpt).
|
18 |
-
As an example, a
|
19 |
|
20 |
|
21 |
## Portrait Examples
|
@@ -90,13 +90,13 @@ Negative prompt: low-res blurry ((fog)) watermark
|
|
90 |
Steps: 20, Sampler: Euler, CFG scale: 7.5, Seed: 4009095562, Size: 1056x768, Model hash: 26fd2f6f, Batch size: 4, Batch pos: 0
|
91 |
```
|
92 |
|
93 |
-
## WebUI
|
94 |
```
|
95 |
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
96 |
```
|
97 |
Download [paint_journey_v2.ckpt](./paint_journey_v2.ckpt) to the `./stable-diffusion-webui/models/Stable-diffusion` folder. Run `webui-user.bat`.
|
98 |
|
99 |
-
## Diffusers
|
100 |
```bash
|
101 |
pip install --upgrade diffusers
|
102 |
```
|
|
|
15 |
To apply the oil paint effect, begin the prompt with ((oil painting)). As a general rule, try using a dimension of 768x768 for any subject, 512x768 for portraits, and 1152x768 for landscapes.
|
16 |
|
17 |
To further improve the resolution and reduce noise in generated images, especially when using the model for img2img, use [Paint Journey VAE](./paint_journey_v2.vae.pt) in combination with [Checkpoint](./paint_journey_v2.ckpt).
|
18 |
+
As an example, a Automatic1111's WebUI user can place both of these files in the `./stable-diffusion-webui/models/Stable-diffusion folder` to use them.
|
19 |
|
20 |
|
21 |
## Portrait Examples
|
|
|
90 |
Steps: 20, Sampler: Euler, CFG scale: 7.5, Seed: 4009095562, Size: 1056x768, Model hash: 26fd2f6f, Batch size: 4, Batch pos: 0
|
91 |
```
|
92 |
|
93 |
+
## Automatic1111's WebUI
|
94 |
```
|
95 |
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
96 |
```
|
97 |
Download [paint_journey_v2.ckpt](./paint_journey_v2.ckpt) to the `./stable-diffusion-webui/models/Stable-diffusion` folder. Run `webui-user.bat`.
|
98 |
|
99 |
+
## Diffusers
|
100 |
```bash
|
101 |
pip install --upgrade diffusers
|
102 |
```
|