File size: 4,044 Bytes
b41aac2 793cda8 84b0c98 0670195 793cda8 0670195 793cda8 dcfed7c b41aac2 0f400fa 31f49c8 9537740 0670195 31f49c8 4f3b77b 3f671ab 4f3b77b 0670195 4f3b77b aae46f2 4f3b77b 63a8b70 4f3b77b 0fbd25f e3829dd 4f3b77b 0fbd25f 0670195 4f3b77b 63a8b70 4f3b77b 793cda8 0fbd25f e3829dd 0fbd25f 793cda8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
---
license: creativeml-openrail-m
language:
- en
datasets:
- FredZhang7/paint-journey-half
tags:
- text-to-image
- stable-diffusion
- disco-diffusion
- art
inference: true
---
## 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)
Taught the model with DreamBooth to generate more artistic oil/watercolor paintings. Use the same prompts as you would for stable diffusion v1.5, but include `disco` for the style to take effect.
Try using roughly 768x768 for default, 768x960 for portraits, and 1056x768 for landscapes. You may also stick to [Dreamlike Diffusion](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0) dimensions.
## Portrait Examples
![](./example_discobeautifulyounglady_portrait.png)
![](./example_discoyoungman_portrait.png)
## Landscape Examples
![](./example_discofuturisticcity.png)
![](./example_oilpaintingdiscocitydreamlikeart.png)
![](./example_discolandneartheocean.png)
![](./example_discomountain_landscape.png)
![](./example_discoalienworld_landscape.png)
## Outerspace Examples
![](./example_discodreamlikeartgalaxy.png)
![](./example_discodreamlikeartuniverse.png)
<br>
Prompts from top to bottom:
```
a disco painting of a happy young lady, gorgeous beautiful hair, ((beautiful eyes)), medium shot, high resolution wallpaper
Negative prompt: low-res blurry deformed mutated body (((duplicate faces))) (((double head))) (((long neck))) bad anatomy long face extra fingers text watermark
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 895783426, Size: 768x928, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
```
a disco painting of a young man, smiling, beautiful eyes, half body, high resolution wallpaper
Negative prompt: low-res blurry deformed mutated body ((duplicate faces)) ((double head)) bad anatomy long face long neck extra fingers text watermark signature
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 1616995491, Size: 768x936, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
```
a ((futuristic disco city)), dreamlikeart, high resolution wallpaper
Negative prompt: low-res blurry deformed fog
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3950043173, Size: 768x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
```
an oil canvas painting of a disco city, dreamlikeart, high resolution wallpaper
Negative prompt: low-res blurry deformed fog
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3275078455, Size: 768x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
```
disco land near the ocean, watercolor painting, sunset, high resolution wallpaper
Negative prompt: low-res blurry deformed smoke
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3299930008, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
```
disco oil painting of a mountain, high resolution wallpaper
Negative prompt: low-res blurry smoke
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 753552356, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
```
an oil painting of a disco landscape in an alien world, still life, high resolution wallpaper
Negative prompt: low-res blurry fog
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3815774075, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
```
disco galaxy, dreamlikeart, high resolution wallpaper
Negative prompt: low-res blurry smoke sphere
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 386090498, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
```
dreamlikeart, disco universe, high resolution wallpaper
Negative prompt: low-res blurry
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 2520017543, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
```
## Usage
`git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git` and move [paint_journey.ckpt](./paint_journey.ckpt) to ./stable-diffusion-webui/models/Stable-diffusion. |