Add Readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
+
tags:
|
| 5 |
+
- stable-diffusion-xl
|
| 6 |
+
- v-prediction
|
| 7 |
+
- anime
|
| 8 |
+
- block-merge
|
| 9 |
+
- slerp
|
| 10 |
+
license: openrail++
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Ilustrious-Nova-V2-BlockMerge
|
| 14 |
+
|
| 15 |
+
**V2 Advanced Merge.** This model uses **SLERP (Spherical Linear Interpolation)** with **Block-Weighted** merging strategy to combine the best of IllumiYume and NoobAI.
|
| 16 |
+
|
| 17 |
+
## The "Pro" Recipe
|
| 18 |
+
We use a gradient merging strategy to preserve NoobAI's superior anatomy while keeping IllumiYume's beautiful rendering.
|
| 19 |
+
|
| 20 |
+
* **Method:** SLERP (Prevents contrast loss/washed out look)
|
| 21 |
+
* **Base:** IllumiYume XL v3.5
|
| 22 |
+
* **Target:** NoobAI XL v1.0
|
| 23 |
+
|
| 24 |
+
### Layer Configuration:
|
| 25 |
+
* **Input Blocks (Structure):** ~40% NoobAI (Better posing/anatomy)
|
| 26 |
+
* **Middle Block:** 50% Mix (Balanced core)
|
| 27 |
+
* **Output Blocks (Style):** 10-20% NoobAI (Preserves IllumiYume's vibrant lighting & coloring)
|
| 28 |
+
|
| 29 |
+
## Recommended Settings
|
| 30 |
+
* **Scheduler:** Euler a / DPM++ 2M SDE Karras
|
| 31 |
+
* **Steps:** 28-35
|
| 32 |
+
* **CFG:** 5-7
|
| 33 |
+
* **V-Prediction:** Enabled
|