FredZhang7
commited on
Commit
·
4f3b77b
1
Parent(s):
3ac0131
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,47 @@ datasets:
|
|
5 |
---
|
6 |
## Paint Journey is Dreamlike Diffusion fine-tuned on 260 hand-picked beautiful oil/watercolor paintings generated by [Disco Diffusion](https://github.com/alembics/disco-diffusion/blob/main/Disco_Diffusion.ipynb)
|
7 |
|
8 |
-
Taught the model with DreamBooth to generate more artistic paintings. Use the same prompts as you would for stable diffusion v1.5, except include `disco` for the style to take effect.
|
|
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
## Paint Journey is Dreamlike Diffusion fine-tuned on 260 hand-picked beautiful oil/watercolor paintings generated by [Disco Diffusion](https://github.com/alembics/disco-diffusion/blob/main/Disco_Diffusion.ipynb)
|
7 |
|
8 |
+
Taught the model with DreamBooth to generate more artistic oil/watercolor paintings. Use the same prompts as you would for stable diffusion v1.5, except include `disco` for the style to take effect.
|
9 |
+
Try using roughly 768x768 for default, 768x992 for portraits, and 1056x768 for landscapes. You may also stick to [Dreamlike Diffusion](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0) dimensions.
|
10 |
|
11 |
+
## Portrait Examples
|
12 |
+
![](./example_discoyounglady_portrait.png)
|
13 |
+
|
14 |
+
## Landscape Examples
|
15 |
+
![](./example_futuristicdiscocit.png)
|
16 |
+
|
17 |
+
![](./example_oilpaintingdiscocitydreamlikeart.png)
|
18 |
+
|
19 |
+
![](./example_discomountain_landscape.png)
|
20 |
+
|
21 |
+
![](./example_discoalienworld_landscape.png)
|
22 |
+
|
23 |
+
|
24 |
+
<br>
|
25 |
+
|
26 |
+
Prompts from top to bottom:
|
27 |
+
```
|
28 |
+
a disco painting of a young lady, smiling, beautiful eyes, half body, high resolution wallpaper
|
29 |
+
Negative prompt: low-res blurry deformed mutated body ((duplicate faces)) ((double head)) bad anatomy long face long neck extra fingers text watermark signature
|
30 |
+
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 1931369273, Size: 768x992, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
31 |
+
```
|
32 |
+
```
|
33 |
+
a ((futuristic disco city)), dreamlikeart, high resolution wallpaper
|
34 |
+
Negative prompt: low-res blurry deformed fog
|
35 |
+
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3950043173, Size: 768x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
36 |
+
```
|
37 |
+
```
|
38 |
+
an oil canvas painting of a disco city, dreamlikeart, high resolution wallpaper
|
39 |
+
Negative prompt: low-res blurry deformed fog
|
40 |
+
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3275078455, Size: 768x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
41 |
+
```
|
42 |
+
```
|
43 |
+
disco oil painting of a mountain, high resolution wallpaper
|
44 |
+
Negative prompt: low-res blurry smoke
|
45 |
+
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 753552356, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
46 |
+
```
|
47 |
+
```
|
48 |
+
an oil painting of a disco landscape in an alien world, still life, high resolution wallpaper
|
49 |
+
Negative prompt: low-res blurry fog
|
50 |
+
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3815774075, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
51 |
+
```
|