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 ·
0fbd25f
1
Parent(s): 2af027a
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ Try using roughly 768x768 for default, 768x960 for portraits, and 1056x768 for l
|
|
| 22 |

|
| 23 |
|
| 24 |
## Landscape Examples
|
| 25 |
-

|
| 28 |
|
|
@@ -30,14 +30,16 @@ Try using roughly 768x768 for default, 768x960 for portraits, and 1056x768 for l
|
|
| 30 |
|
| 31 |

|
| 32 |
|
|
|
|
|
|
|
| 33 |
|
| 34 |
<br>
|
| 35 |
|
| 36 |
Prompts from top to bottom:
|
| 37 |
```
|
| 38 |
-
a disco painting of a young lady,
|
| 39 |
-
Negative prompt: low-res blurry deformed mutated body ((duplicate faces)) ((double head)) bad anatomy long face
|
| 40 |
-
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed:
|
| 41 |
```
|
| 42 |
```
|
| 43 |
a disco painting of a young man, smiling, beautiful eyes, half body, high resolution wallpaper
|
|
@@ -64,6 +66,11 @@ an oil painting of a disco landscape in an alien world, still life, high resolut
|
|
| 64 |
Negative prompt: low-res blurry fog
|
| 65 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3815774075, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 66 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
## Usage
|
| 69 |
`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.
|
|
|
|
| 22 |

|
| 23 |
|
| 24 |
## Landscape Examples
|
| 25 |
+

|
| 26 |
|
| 27 |

|
| 28 |
|
|
|
|
| 30 |
|
| 31 |

|
| 32 |
|
| 33 |
+
## Outerspace Examples
|
| 34 |
+

|
| 35 |
|
| 36 |
<br>
|
| 37 |
|
| 38 |
Prompts from top to bottom:
|
| 39 |
```
|
| 40 |
+
a disco painting of a happy young lady, gorgeous beautiful hair, ((beautiful eyes)), medium shot, high resolution wallpaper
|
| 41 |
+
Negative prompt: low-res blurry deformed mutated body (((duplicate faces))) (((double head))) (((long neck))) bad anatomy long face extra fingers text watermark
|
| 42 |
+
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 895783426, Size: 768x928, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 43 |
```
|
| 44 |
```
|
| 45 |
a disco painting of a young man, smiling, beautiful eyes, half body, high resolution wallpaper
|
|
|
|
| 66 |
Negative prompt: low-res blurry fog
|
| 67 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3815774075, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 68 |
```
|
| 69 |
+
```
|
| 70 |
+
a disco galaxy, high resolution wallpaper
|
| 71 |
+
Negative prompt: low-res blurry fog planet
|
| 72 |
+
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 678065242, Size: 768x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 73 |
+
```
|
| 74 |
|
| 75 |
## Usage
|
| 76 |
`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.
|