Add Readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
+
tags:
|
| 5 |
+
- stable-diffusion-xl
|
| 6 |
+
- v-prediction
|
| 7 |
+
- anime
|
| 8 |
+
- slerp-merge
|
| 9 |
+
- masterpiece
|
| 10 |
+
license: openrail++
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Project-Cosmos-V2.0 (The Masterpiece)
|
| 14 |
+
|
| 15 |
+
**Cosmos V2.0** is the culmination of our research. It moves away from destructive pruning (DARE/TIES) and utilizes **Segmented Spherical Linear Interpolation (SLERP)** to create a perfect hybrid.
|
| 16 |
+
|
| 17 |
+
## The "Cosmos" Formula
|
| 18 |
+
|
| 19 |
+
1. **Resolution Lock (1536px Support):**
|
| 20 |
+
* We identified the **Attention Layers (`attn`)** responsible for spatial resolution.
|
| 21 |
+
* We skewed these layers **65% towards IllumiYume**. This preserves IllumiYume's capability to generate high-resolution images without artifacts.
|
| 22 |
+
|
| 23 |
+
2. **Super Anatomy (50/50 SLERP):**
|
| 24 |
+
* Since both NoobAI and IllumiYume have excellent anatomy, we didn't discard either.
|
| 25 |
+
* We used **SLERP (0.5)** on the Input & Middle blocks. This creates a "perfect average" of both skeletal structures, resulting in robust poses and fingers that are better than either model individually.
|
| 26 |
+
|
| 27 |
+
3. **Anti-Burn Style Engine (90% NoobAI):**
|
| 28 |
+
* The Output Blocks (Style/Color) are forced to **90% NoobAI** using Linear Interpolation.
|
| 29 |
+
* This completely eliminates the high-contrast "burning" issue of IllumiYume at high CFG.
|
| 30 |
+
* **Result:** You can use CFG 7-10 safely with clean, soft lighting.
|
| 31 |
+
|
| 32 |
+
## Recommended Settings
|
| 33 |
+
* **Sampler:** Euler a / DPM++ 2M SDE
|
| 34 |
+
* **CFG:** 5.0 - 9.0 (Very stable!)
|
| 35 |
+
* **Steps:** 28+
|
| 36 |
+
* **Resolution:** Supports up to 1536x1536 natively.
|