Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,60 @@
|
|
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 |
+
- Laxhar/noobai-XL-Vpred-1.0
|
8 |
+
tags:
|
9 |
+
- stable-diffusion
|
10 |
+
- stable-diffusion-xl
|
11 |
+
---
|
12 |
+
|
13 |
+
# Abydos_Noob_v-pred-1.0.1
|
14 |
+
|
15 |
+
Modified NoobAI-XL(v-prediction) with Blue Archive style
|
16 |
+
|
17 |
+
[Civitai model page](https://civitai.com/models/923120)
|
18 |
+
|
19 |
+
## About 1.0.1
|
20 |
+
Better shadow rendering
|
21 |
+
|
22 |
+
## Prompt Guidelines
|
23 |
+
Almost same as the base model
|
24 |
+
|
25 |
+
## Recommended Prompt
|
26 |
+
None(Works good without `masterpiece, best quality`)
|
27 |
+
|
28 |
+
## Recommended Negative Prompt
|
29 |
+
`worst quality, bad quality, lowres, photoshop \(medium\), abstract`
|
30 |
+
|
31 |
+
To improve the quality of background, add `simple background, transparent background` to Negative Prompt.
|
32 |
+
|
33 |
+
## Recommended Settings
|
34 |
+
Steps: 12-24
|
35 |
+
|
36 |
+
Sampler: DPM++ 2M(dpmpp_2m) or Euler
|
37 |
+
|
38 |
+
Scheduler: Simple or SGM Uniform
|
39 |
+
|
40 |
+
Guidance Scale: 2-5
|
41 |
+
|
42 |
+
### Hires.fix
|
43 |
+
Upscaler: 4x-UltraSharp or Latent(nearest-exact)
|
44 |
+
|
45 |
+
Denoising strength: 0.5(0.6-0.7 for latent)
|
46 |
+
|
47 |
+
## Training steps
|
48 |
+
1. Make 2 models from NoobAI(=A,B), A with ZTSNR, B w/o ZTSNR
|
49 |
+
2. Merge A and B MBW(0,0,0,0,0,0.3,0.3,0,0.5,0.5,0.5,0.5,0.5,0.5,0.3,0.3,0,0,0,0) Adjust(0,0,0,0,-0.05,0,0,0)=tmp1
|
50 |
+
3. tmp1 + spo_sdxl_10ep_4k-data_lora_webui x 1 + sdxl-boldline x -0.25 = Result
|
51 |
+
|
52 |
+
## Training scripts:
|
53 |
+
[sd-scripts](https://github.com/kohya-ss/sd-scripts)
|
54 |
+
|
55 |
+
## Notice
|
56 |
+
This model is licensed under [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
57 |
+
|
58 |
+
If you make modify this model, you must share both your changes and the original license.
|
59 |
+
|
60 |
+
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.
|