Instructions to use FredZhang7/paint-journey-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FredZhang7/paint-journey-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FredZhang7/paint-journey-v1", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
0670195
1
Parent(s): 9537740
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,15 +2,20 @@
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
datasets:
|
| 4 |
- FredZhang7/paint-journey-half
|
|
|
|
|
|
|
|
|
|
| 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, but include `disco` for the style to take effect.
|
| 9 |
-
Try using roughly 768x768 for default,
|
| 10 |
|
| 11 |
## Portrait Examples
|
| 12 |

|
| 13 |
|
|
|
|
|
|
|
| 14 |
## Landscape Examples
|
| 15 |

|
| 16 |
|
|
@@ -30,6 +35,11 @@ Negative prompt: low-res blurry deformed mutated body ((duplicate faces)) ((doub
|
|
| 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
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
datasets:
|
| 4 |
- FredZhang7/paint-journey-half
|
| 5 |
+
tags:
|
| 6 |
+
- stable-diffusion
|
| 7 |
+
- disco-diffusion
|
| 8 |
---
|
| 9 |
## 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)
|
| 10 |
|
| 11 |
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.
|
| 12 |
+
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.
|
| 13 |
|
| 14 |
## Portrait Examples
|
| 15 |

|
| 16 |
|
| 17 |
+

|
| 18 |
+
|
| 19 |
## Landscape Examples
|
| 20 |

|
| 21 |
|
|
|
|
| 35 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 1931369273, Size: 768x992, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 36 |
```
|
| 37 |
```
|
| 38 |
+
a disco painting of a young man, smiling, beautiful eyes, half body, high resolution wallpaper
|
| 39 |
+
Negative prompt: low-res blurry deformed mutated body ((duplicate faces)) ((double head)) bad anatomy long face long neck extra fingers text watermark signature
|
| 40 |
+
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 1616995491, Size: 768x936, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 41 |
+
```
|
| 42 |
+
```
|
| 43 |
a ((futuristic disco city)), dreamlikeart, high resolution wallpaper
|
| 44 |
Negative prompt: low-res blurry deformed fog
|
| 45 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3950043173, Size: 768x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|