Update Datasheet for V2
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
tags:
|
| 5 |
+
- text-to-image
|
| 6 |
+
- stable-diffusion-xl
|
| 7 |
+
- diffusers
|
| 8 |
+
- slerp
|
| 9 |
+
- merge
|
| 10 |
+
base_model:
|
| 11 |
+
- NoobAI-XL-Vpred
|
| 12 |
+
- IllumiYume-XL-Vpred
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# SpacesFusion_V2
|
| 16 |
+
|
| 17 |
+
**SpacesFusion_V2** is the evolved iteration of the SpacesFusion project. It addresses the "Knowledge Gap" found in V1 while refining high-resolution stability.
|
| 18 |
+
|
| 19 |
+
## Changlog from V1
|
| 20 |
+
* **Fix:** Significantly improved recognition of 2024-2025 concepts (e.g., Marvel Rivals, newer anime characters) by injecting IllumiYume's Text Encoder weights.
|
| 21 |
+
* **Fix:** Reduced anatomical mutations at 1536px+ resolutions by damping the Output Block ratios at high frequencies.
|
| 22 |
+
* **Feature:** Retains the superior NoobAI skeletal anatomy.
|
| 23 |
+
|
| 24 |
+
## Composition Strategy (The "Cerebral Transplant")
|
| 25 |
+
|
| 26 |
+
* **Text Encoders (CLIP):** **65% IllumiYume** (Primary change). This allows the model to "understand" newer tags.
|
| 27 |
+
* **Input Blocks (Structure):** **10-25% IllumiYume**. Kept low to preserve NoobAI's superior anatomy.
|
| 28 |
+
* **Middle Block (Concept):** **48% IllumiYume**. Increased significantly to allow concept transfer.
|
| 29 |
+
* **Output Blocks (Texture):** **45% -> 30% Damping Curve**. Starts high for style, drops lower at the end to prevent high-res artifacting.
|
| 30 |
+
|
| 31 |
+
## Recommended Settings
|
| 32 |
+
* **Resolution:** 832x1216 (Portrait), 1024x1024 (Square), 1536x1536 (High Res Supported)
|
| 33 |
+
* **CFG:** 5-7
|
| 34 |
+
* **Sampler:** Euler a / DPM++ 2M SDE Karras
|
| 35 |
+
* **V-Prediction:** **ENABLED** (Critical)
|
| 36 |
+
|
| 37 |
+
Created by **Bl4ckSpaces** using Automated Evolutionary SLERP V2 Protocol.
|