Commit
·
3cd5592
1
Parent(s):
069eeaa
Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,19 @@ tags:
|
|
12 |
inference: true
|
13 |
library_name: diffusers
|
14 |
---
|
15 |
-
## Paint Journey V2 is [Paint Journey V1](https://huggingface.co/FredZhang7/paint-journey-v1) fine-tuned on 768x768 oil paintings by Midjourney, Open Journey, and Disco Diffusion
|
16 |
|
17 |
-
|
|
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
Instead of solely fine-tuning its Unet, Paint Journey V2 focuses on fine-tuning its text encoder with a diverse range of prompts.
|
20 |
-
This allows for a seamless blend of the oil painting
|
21 |
|
22 |
To further improve the resolution and reduce noise in generated images, especially when using the model for img2img, use [Paint Journey VAE](./paint_journey_v2.vae.pt) in combination with [Checkpoint](./paint_journey_v2.ckpt).
|
23 |
As an example, a Automatic1111's WebUI user can add both of these files to the `./stable-diffusion-webui/models/Stable-diffusion` folder.
|
|
|
12 |
inference: true
|
13 |
library_name: diffusers
|
14 |
---
|
15 |
+
## Paint Journey V2 is [Paint Journey V1](https://huggingface.co/FredZhang7/paint-journey-v1) fine-tuned on 768x768 oil paintings by Midjourney, Open Journey V2, and Disco Diffusion
|
16 |
|
17 |
+
*Going to redo the examples because I recently discovered the endless possibilities with Paint Journey V2.
|
18 |
+
Paint Journey V2 tends to output masterpieces of beauty and finesse with descriptive positive and negative prompts.*
|
19 |
|
20 |
+
Begin the prompt with **((oil painting))** for the oil paint effect. For digital paintings, enter similar prompts as you would for Open Journey V2 or Disco Diffusion.
|
21 |
+
Unlike some models such as DreamShaper, Paint Journey V2 is capable of generating stunning portraits at 768x1144 resolution without duplicated faces;
|
22 |
+
compared to models like Dreamlike Diffusion 1.0, 768x768 or higher resolution outputs from this model tend to have reduced noise levels.
|
23 |
+
|
24 |
+
|
25 |
+
## Training
|
26 |
Instead of solely fine-tuning its Unet, Paint Journey V2 focuses on fine-tuning its text encoder with a diverse range of prompts.
|
27 |
+
This allows for a seamless blend of the digital and oil painting styles into various other types of prompts, resulting in a more natural and dynamic output.
|
28 |
|
29 |
To further improve the resolution and reduce noise in generated images, especially when using the model for img2img, use [Paint Journey VAE](./paint_journey_v2.vae.pt) in combination with [Checkpoint](./paint_journey_v2.ckpt).
|
30 |
As an example, a Automatic1111's WebUI user can add both of these files to the `./stable-diffusion-webui/models/Stable-diffusion` folder.
|