Commit
·
6f21117
1
Parent(s):
32309e8
Update README.md
Browse files
README.md
CHANGED
@@ -18,14 +18,17 @@ Used Linux Dreambooth to teach the model to generate more artistic watercolor an
|
|
18 |
For starters, use a dimension of roughly 768x768 for anything, 768x936 for portraits, and 1056x768 for landscapes. You may also stick to [Dreamlike Diffusion](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0) dimensions.
|
19 |
|
20 |
## Oil Painting
|
21 |
-
|
|
|
22 |
|
23 |
## Portrait Examples
|
|
|
24 |
![](./example_discobeautifulyounglady_portrait.png)
|
25 |
|
26 |
![](./example_discoyoungman_portrait.png)
|
27 |
|
28 |
## Landscape Examples
|
|
|
29 |
![](./example_discofuturisticcity.png)
|
30 |
|
31 |
![](./example_discocityoilpainting.png)
|
@@ -35,6 +38,7 @@ Check out [Paint Journey V2](https://huggingface.co/FredZhang7/paint-journey-v2)
|
|
35 |
![](./example_discomountain_landscape.png)
|
36 |
|
37 |
## Outerspace Examples
|
|
|
38 |
![](./example_discoalienworld_landscape.png)
|
39 |
|
40 |
![](./example_discodreamlikeartgalaxy.png)
|
@@ -93,7 +97,7 @@ Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 2520017543, Size: 1056x768, M
|
|
93 |
```
|
94 |
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
95 |
```
|
96 |
-
Download [paint_journey.ckpt](./paint_journey.ckpt) to `./stable-diffusion-webui/models/Stable-diffusion` folder. Run `webui-user.bat`.
|
97 |
|
98 |
## Diffusers Usage
|
99 |
```bash
|
@@ -113,4 +117,5 @@ image.save("./result.png")
|
|
113 |
```
|
114 |
|
115 |
## Safety Checker
|
|
|
116 |
The official [stable diffusion safety checker](https://huggingface.co/CompVis/stable-diffusion-safety-checker) uses up 1.22GB VRAM. Recommend using [Google Safesearch Mini](https://huggingface.co/FredZhang7/google-safesearch-mini) (99MB) to save 1.12GB VRAM.
|
|
|
18 |
For starters, use a dimension of roughly 768x768 for anything, 768x936 for portraits, and 1056x768 for landscapes. You may also stick to [Dreamlike Diffusion](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0) dimensions.
|
19 |
|
20 |
## Oil Painting
|
21 |
+
|
22 |
+
Check out [Paint Journey V2](https://huggingface.co/FredZhang7/paint-journey-v2)! It does a much better job at oil paints.
|
23 |
|
24 |
## Portrait Examples
|
25 |
+
|
26 |
![](./example_discobeautifulyounglady_portrait.png)
|
27 |
|
28 |
![](./example_discoyoungman_portrait.png)
|
29 |
|
30 |
## Landscape Examples
|
31 |
+
|
32 |
![](./example_discofuturisticcity.png)
|
33 |
|
34 |
![](./example_discocityoilpainting.png)
|
|
|
38 |
![](./example_discomountain_landscape.png)
|
39 |
|
40 |
## Outerspace Examples
|
41 |
+
|
42 |
![](./example_discoalienworld_landscape.png)
|
43 |
|
44 |
![](./example_discodreamlikeartgalaxy.png)
|
|
|
97 |
```
|
98 |
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
99 |
```
|
100 |
+
Download [paint_journey.ckpt](./paint_journey.ckpt) to the `./stable-diffusion-webui/models/Stable-diffusion` folder. Run `webui-user.bat`.
|
101 |
|
102 |
## Diffusers Usage
|
103 |
```bash
|
|
|
117 |
```
|
118 |
|
119 |
## Safety Checker
|
120 |
+
|
121 |
The official [stable diffusion safety checker](https://huggingface.co/CompVis/stable-diffusion-safety-checker) uses up 1.22GB VRAM. Recommend using [Google Safesearch Mini](https://huggingface.co/FredZhang7/google-safesearch-mini) (99MB) to save 1.12GB VRAM.
|