Bl4ckSpaces commited on
Commit
4cd71f4
·
verified ·
1 Parent(s): 551f197

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: diffusers
4
+ tags:
5
+ - text-to-image
6
+ - stable-diffusion-xl
7
+ - ties-merging
8
+ - fp32-merge
9
+ base_model:
10
+ - Bl4ckSpaces/SpacesFusion_V1
11
+ - IllumiYume-XL-Vpred
12
+ - NoobAI-XL-Vpred
13
+ ---
14
+ # SpacesFusion_V3 (Final)
15
+
16
+ **The perfected iteration.** Built upon the solid anatomical foundation of SpacesFusion_V1, using High-Precision FP32 TIES-Merging to surgically inject missing capabilities.
17
+
18
+ ## The Architecture
19
+ * **Base:** `SpacesFusion_V1` (Ensures Anatomical Stability & Support for 1536px).
20
+ * **Knowledge Delta:** Derived from `IllumiYume` (Weight: 1.1). Corrects the "Knowledge Gap" for 2025 datasets (e.g., Marvel Rivals, newer anime).
21
+ * **Style Delta:** Derived from `NoobAI XL` (Weight: 0.8). Enhances line sharpness and shading depth.
22
+
23
+ ## TIES-Merging Configuration
24
+ * **Precision:** FP32 Calculation -> FP16 Storage.
25
+ * **Density:** 0.5 (Noise Pruning).
26
+ * **Conflict Resolution:** Enabled (Prevents Knowledge/Style clashes).
27
+
28
+ ## Recommended Settings
29
+ * **V-Prediction:** Enabled (Mandatory).
30
+ * **CFG:** 5.0 - 7.0
31
+ * **Sampler:** Euler a / DPM++ 2M SDE.