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 ·
63d4ca0
1
Parent(s): 5571f3f
No idea how the versions went 'backwards' into a few commits before. Fixed
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ inference: true
|
|
| 14 |
## 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)
|
| 15 |
|
| 16 |
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 start the prompt with `disco` for the style to take effect.
|
| 17 |
-
Try using roughly 768x768 for default,
|
| 18 |
|
| 19 |
## Portrait Examples
|
| 20 |

|
|
@@ -51,7 +51,7 @@ Negative prompt: low-res blurry deformed mutated body ((duplicate faces)) ((doub
|
|
| 51 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 1616995491, Size: 768x936, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 52 |
```
|
| 53 |
```
|
| 54 |
-
|
| 55 |
Negative prompt: low-res blurry deformed fog
|
| 56 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3950043173, Size: 768x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 57 |
```
|
|
@@ -81,10 +81,10 @@ Negative prompt: low-res blurry smoke sphere
|
|
| 81 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 386090498, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 82 |
```
|
| 83 |
```
|
| 84 |
-
|
| 85 |
Negative prompt: low-res blurry
|
| 86 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 2520017543, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 87 |
```
|
| 88 |
|
| 89 |
## Usage
|
| 90 |
-
`git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git` and
|
|
|
|
| 14 |
## 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)
|
| 15 |
|
| 16 |
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 start the prompt with `disco` for the style to take effect.
|
| 17 |
+
Try using roughly 768x768 for default, 768x936 for portraits, and 1056x768 for landscapes. You may also stick to [Dreamlike Diffusion](https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0) dimensions.
|
| 18 |
|
| 19 |
## Portrait Examples
|
| 20 |

|
|
|
|
| 51 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 1616995491, Size: 768x936, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 52 |
```
|
| 53 |
```
|
| 54 |
+
((disco futuristic city)), dreamlikeart, high resolution wallpaper
|
| 55 |
Negative prompt: low-res blurry deformed fog
|
| 56 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 3950043173, Size: 768x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 57 |
```
|
|
|
|
| 81 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 386090498, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 82 |
```
|
| 83 |
```
|
| 84 |
+
disco universe, dreamlikeart, high resolution wallpaper
|
| 85 |
Negative prompt: low-res blurry
|
| 86 |
Steps: 40, Sampler: Euler a, CFG scale: 7.5, Seed: 2520017543, Size: 1056x768, Model hash: 4748ee4c, Batch size: 4, Batch pos: 0
|
| 87 |
```
|
| 88 |
|
| 89 |
## Usage
|
| 90 |
+
`git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git` and download [paint_journey.ckpt](./paint_journey.ckpt) to ./stable-diffusion-webui/models/Stable-diffusion.
|