Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
tags:
|
6 |
+
- art
|
7 |
---
|
8 |
+
|
9 |
+
Cornflower is a comprehensive painting model based on StableDiffusion, trained with specific styles of illustration and merged with multiple models, which is theoretically somewhat different from real-life human painters.
|
10 |
+
|
11 |
+
**Since the Cornflower model contains multiple files, you need to place all the files in the appropriate locations.**
|
12 |
+
|
13 |
+
### How to install?
|
14 |
+
|
15 |
+
**'cornflower_v7.safetensors'** and **vae file** are placed in the Stable Diffusion model directory.
|
16 |
+
|
17 |
+
The .pt files in **'embeddings'** folder are placed in the embeddings directory.
|
18 |
+
|
19 |
+
**'cornflower_v7_phantom.pt'** in hypernetwork folder is placed in the Hypernetworks model directory.
|
20 |
+
|
21 |
+
### How to use?
|
22 |
+
After the installation is complete, open webui and switch checkpoint to 'cornflower_v7.safetensors', Hypernetwork to 'cornflower_v7_phantom'.
|
23 |
+
|
24 |
+
The following parameters are recommended, and the sampler recommends DPM2 a Karras.
|
25 |
+
|
26 |
+
Steps: 20, Sampler: DPM2 a Karras, CFG scale: 7, Size: 640x960, Clip skip: 2, ENSD: 31337
|