Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,86 @@
|
|
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 |
+
base_model:
|
6 |
+
- Laxhar/sdxl_noob
|
7 |
+
---
|
8 |
+
# Illumina-NoobVpd
|
9 |
+
|
10 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/630e2d981ef92d4e37a1694e/wBjJ21LUPoQ_OsqCCtG0m.jpeg)
|
11 |
+
|
12 |
+
Fine-tuned NoobAI-XL(v-prediction) and merged SPO
|
13 |
+
|
14 |
+
## Requirements
|
15 |
+
- AUTOMATIC1111 WebUI on `dev` branch
|
16 |
+
- Latest ComfyUI
|
17 |
+
- ReForge on `dev_upstream_experimental` branch
|
18 |
+
|
19 |
+
### Instruction for AUTOMATIC1111
|
20 |
+
1. Switch branch to dev
|
21 |
+
2. Copy configs/sd_xl_v.yaml to models/Stable-Diffusion/
|
22 |
+
3. Rename it to the same as the model name
|
23 |
+
|
24 |
+
### Instruction for ReForge
|
25 |
+
1. Switch branch to `dev_upstream_experimental`
|
26 |
+
2. Find “Advanced Model Sampling for Forge” at the bottom of the page
|
27 |
+
3. Enable “Enable Advanced Model Sampling”
|
28 |
+
4. Select `v_prediction` in Discrete Sampling Type
|
29 |
+
|
30 |
+
### Example Workflow for ComfyUI
|
31 |
+
Download it from [here](https://files.catbox.moe/v0isof.png)
|
32 |
+
|
33 |
+
## Prompt Guidelines
|
34 |
+
Almost same as the base model
|
35 |
+
|
36 |
+
To improve the quality of background, add `simple background, transparent background` to Negative Prompt.
|
37 |
+
|
38 |
+
## Recommended Prompt
|
39 |
+
### standard
|
40 |
+
Positive: None(Works good without `masterpiece, best quality`)
|
41 |
+
|
42 |
+
Negative: `worst quality, low quality, bad quality, lowres, jpeg artifacts, unfinished, oldest, old, photoshop \(medium\), abstract`
|
43 |
+
|
44 |
+
## Recommended Settings
|
45 |
+
Steps: 14-28
|
46 |
+
|
47 |
+
Sampler: DPM++ 2M(dpmpp_2m)
|
48 |
+
|
49 |
+
Scheduler: Simple
|
50 |
+
|
51 |
+
Guidance Scale: 4-9
|
52 |
+
|
53 |
+
### Hires.fix
|
54 |
+
|
55 |
+
Hires upscaler: 4x-UltraSharp or Latent(nearest-exact)
|
56 |
+
|
57 |
+
Denoising strength: 0.4-0.5(0.6 for latent)
|
58 |
+
|
59 |
+
|
60 |
+
## Merge recipe(Weighted sum)
|
61 |
+
I made 6 Illustrious-based models and merged them.
|
62 |
+
|
63 |
+
- Stage 0: finetunes v-pred test model with AI-generated images
|
64 |
+
- Stage 1: finetunes stage 0 model with 300 scenery images from Gelbooru
|
65 |
+
|
66 |
+
- Stage 2:
|
67 |
+
|
68 |
+
*A-F: finetuned stage1(ReLoRA)
|
69 |
+
|
70 |
+
- A * 0.6 + B * 0.4 = tmp1
|
71 |
+
- tmp1 * 0.6 + C * 0.4 = tmp2
|
72 |
+
- tmp2 * 0.7 + F * 0.3 = tmp3
|
73 |
+
- tmp3 * 0.7 + E * 0.3 = tmp4
|
74 |
+
- tmp4 * 0.5 + D * 0.5 = tmp5
|
75 |
+
- tmp5 * 0.65 + sd15 * 0.35 = tmp6
|
76 |
+
- tmp6 + SPO LoRA = Result
|
77 |
+
|
78 |
+
## Training scripts:
|
79 |
+
[sd-scripts](https://github.com/kohya-ss/sd-scripts)
|
80 |
+
|
81 |
+
## Notice
|
82 |
+
This model is licensed under [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
83 |
+
|
84 |
+
If you make modify this model, you must share both your changes and the original license.
|
85 |
+
|
86 |
+
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.
|