Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,59 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: faipl-1.0-sd
|
4 |
-
license_link: https://freedevproject.org/faipl-1.0-sd/
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: faipl-1.0-sd
|
4 |
+
license_link: https://freedevproject.org/faipl-1.0-sd/
|
5 |
+
pipeline_tag: text-to-image
|
6 |
+
base_model:
|
7 |
+
- RedRayz/illumina-xl-1.1
|
8 |
+
tags:
|
9 |
+
- stable-diffusion
|
10 |
+
- stable-diffusion-xl
|
11 |
+
---
|
12 |
+
|
13 |
+
# Illumina-XL-TypeM-1.1
|
14 |
+
|
15 |
+
Modified Illustrious-XL-v0.1 to generate high quality images.
|
16 |
+
|
17 |
+
## Prompt Guidelines
|
18 |
+
Almost same as the base model
|
19 |
+
|
20 |
+
To improve the quality of background, add `simple background` to Negative Prompt.
|
21 |
+
|
22 |
+
## Recommended Prompt
|
23 |
+
### standard
|
24 |
+
Positive: None(Works good without `masterpiece, best quality`)
|
25 |
+
|
26 |
+
Negative: `worst quality, low quality, bad quality, lowres, jpeg artifacts, unfinished, oldest, old, photoshop \(medium\), abstract`
|
27 |
+
|
28 |
+
## Recommended Settings
|
29 |
+
Steps: 14-28
|
30 |
+
|
31 |
+
Sampler: DPM++ 2M(dpmpp_2m)
|
32 |
+
|
33 |
+
Scheduler: Simple or Karras
|
34 |
+
|
35 |
+
Guidance Scale: 4-9
|
36 |
+
|
37 |
+
### Hires.fix
|
38 |
+
|
39 |
+
Hires upscaler: 4x-UltraSharp or other ESRGAN models
|
40 |
+
|
41 |
+
Denoising strength: 0.4-0.5(0.6 for latent)
|
42 |
+
|
43 |
+
|
44 |
+
## Merge recipe(Weighted sum)
|
45 |
+
I made 2 Illustrious-based models and merged them.
|
46 |
+
|
47 |
+
*A,B: illustrious-xl-based custom checkpoint that trained AI-generated images
|
48 |
+
Illumina-XL-1.1 * 0.4 + A * 0.6 = tmp1
|
49 |
+
tmp1 * 0.25 + B * 0.75 = Illumina-XL-TypeM-1.1
|
50 |
+
|
51 |
+
## Training scripts:
|
52 |
+
[sd-scripts](https://github.com/kohya-ss/sd-scripts)
|
53 |
+
|
54 |
+
## Notice
|
55 |
+
This model is licensed under [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
56 |
+
|
57 |
+
If you make modify this model, you must share both your changes and the original license.
|
58 |
+
|
59 |
+
You are prohibited from monetizing any close-sourced fine-tuned / merged model, which disallows the public from accessing the model's source code / weights and its usages.
|