|
--- |
|
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_discoyounglady_portrait.png) |
|
|
|
![](./example_discoyoungman_portrait.png) |
|
|
|
## Landscape Examples |
|
![](./example_futuristicdiscocit.png) |
|
|
|
![](./example_oilpaintingdiscocitydreamlikeart.png) |
|
|
|
![](./example_discomountain_landscape.png) |
|
|
|
![](./example_discoalienworld_landscape.png) |
|
|
|
|
|
<br> |
|
|
|
Prompts from top to bottom: |
|
``` |
|
a disco painting of a young lady, 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: 1931369273, Size: 768x992, 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 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 |
|
``` |
|
|
|
## 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. |