voidwayy commited on
Commit
73d2d7f
·
verified ·
1 Parent(s): 8f2a58f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -1
README.md CHANGED
@@ -17,4 +17,68 @@ tags:
17
  - detailer
18
  - vibrant
19
  - balanced
20
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - detailer
18
  - vibrant
19
  - balanced
20
+ - sdxl
21
+ - stable-diffusion-xl
22
+ - comfyui
23
+ - image-generation
24
+ ---
25
+
26
+ <div align="center">
27
+
28
+ # 🌌 VoidMIX
29
+
30
+ <div style="display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 10px 0 20px 0;">
31
+ <span style="background: rgba(147, 51, 234, 0.12); color: #9333ea; border: 1px solid rgba(147, 51, 234, 0.3); padding: 4px 14px; border-radius: 9999px; font-size: 0.85em; font-weight: 600;">SDXL Checkpoint</span>
32
+ <span style="background: rgba(59, 130, 246, 0.12); color: #3b82f6; border: 1px solid rgba(59, 130, 246, 0.3); padding: 4px 14px; border-radius: 9999px; font-size: 0.85em; font-weight: 600;">Illustrious-XL Base</span>
33
+ <span style="background: rgba(16, 185, 129, 0.12); color: #10b981; border: 1px solid rgba(16, 185, 129, 0.3); padding: 4px 14px; border-radius: 9999px; font-size: 0.85em; font-weight: 600;">ComfyUI Ready</span>
34
+ </div>
35
+
36
+ <div>
37
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6a8370b3938db6517c63e020/IzQ2HkYV28hS1xNBPd4r6.png" alt="Voidmix Showcase" style="border-radius: 14px; box-shadow: 0 10px 30px -5px rgba(0,0,0,0.3); max-width: 100%; height: auto;" />
38
+ </div>
39
+
40
+ <p style="margin-top: 14px; font-size: 1.05em; max-width: 720px; line-height: 1.6;">
41
+ An SDXL diffusion model merged and tuned from <b>Illustrious-XL</b>, crafted specifically for atmospheric, volumetric, and high-fidelity stylized anime illustration.
42
+ </p>
43
+
44
+ </div>
45
+
46
+ <div style="background: rgba(107, 114, 128, 0.08); border-left: 3px solid #9333ea; border-radius: 6px; padding: 10px 16px; margin: 20px 0; font-size: 0.85em; color: #6b7280; line-height: 1.5;">
47
+ Showcase renders utilize the bundled face and body detailers. No external color grading was applied beyond a subtle vignette.
48
+ </div>
49
+
50
+ ---
51
+
52
+ ### ⚙️ Recommended Generation Parameters
53
+
54
+ | Parameter | Recommended Setting | Notes |
55
+ | :--- | :--- | :--- |
56
+ | **Sampler** | `euler_ancestral` | Works great with `normal` scheduler |
57
+ | **Steps** | `25 – 35` | 28 is the sweet spot |
58
+ | **CFG Scale** | `5.0 – 7.0` | Keep lower to avoid burnout |
59
+ | **Clip Skip** | `2` | Set last layer to `-2` |
60
+ | **VAE** | `sdxl_vae.safetensors` | Included in repository `/vae` |
61
+ | **CLIP** | Dual Clip (`illustrious_clip_l` & `illustrious_clip_g`) | Load via `Load CLIP (Dual)` node |
62
+
63
+ ---
64
+
65
+ <div align="center">
66
+
67
+ <div>
68
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6a8370b3938db6517c63e020/cMtzg3dNKIx12AzMaJwSE.png" alt="Voidmix Showcase" style="border-radius: 14px; box-shadow: 0 10px 30px -5px rgba(0,0,0,0.3); max-width: 100%; height: 540px;" />
69
+ </div>
70
+
71
+ </div>
72
+
73
+ ### 🚀 Quick Start (ComfyUI)
74
+
75
+ <div style="border: 1px solid rgba(147, 51, 234, 0.25); background: rgba(147, 51, 234, 0.03); border-radius: 12px; padding: 18px; margin: 16px 0;">
76
+
77
+ 1. **Place Model Assets:**
78
+ - Put models from `/diffusion_models` &rarr; `ComfyUI/models/diffusion_models/`
79
+ - Put encoders from `/text_encoders` &rarr; `ComfyUI/models/text_encoders/`
80
+ - Put `/vae` files &rarr; `ComfyUI/models/vae/`
81
+ 2. **Load Official Workflow:** Download `workflow.json` from the root of this repo and drag it directly into ComfyUI.
82
+ 3. **Generate:** Add your positive prompt and click **Queue Prompt**.
83
+
84
+ </div>