MaxedOut commited on
Commit
39e8aec
·
1 Parent(s): 3b40a2a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +115 -0
README.md CHANGED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Best-Models-For-ComfyUI
2
+
3
+ > A curated vault of the most essential, powerful, and optimized models for ComfyUI users. Flux1, SDXL, ControlNets, Clips, GGUFs—all in one place. Carefully organized. Pre-tested. One-click ready.
4
+
5
+ ---
6
+
7
+ ## 🪜 What's Inside
8
+
9
+ This repo is not a chaotic dumping ground. It’s a **purposeful collection** of the most important ComfyUI-compatible models:
10
+
11
+ ### Flux1
12
+ - **Unet Models**: Dev, Schnell, Depth, Canny, Fill
13
+ - **GGUF Versions**: Q3, Q5, Q6 for each major branch
14
+ - **Clip + T5XXL** encoders (standard + GGUF versions)
15
+ - **Loras**: Only when there's actual value (e.g. not bloated or redundant)
16
+
17
+ ### SDXL
18
+ - **Top Models** from Civitai (Realism, Stylized, Experimental)
19
+ - **Base + Refiner** official models
20
+ - **ControlNets**: Depth, Canny, OpenPose, Normal, etc.
21
+
22
+ ### Extra
23
+ - VAE, upscalers, and anything required to support workflows
24
+
25
+ ---
26
+
27
+ ## 🏋️ Unet Recommendations (Based on VRAM)
28
+
29
+ | VRAM | Use Case | Model Type |
30
+ |------|----------|-------------|
31
+ | 16GB+ | Full-quality FP8 | flux1-dev-fp8.safetensors |
32
+ | 12GB | Balanced Q5_K_S | GGUF flux1-dev-Q5_K_S.gguf |
33
+ | 8GB | Light Q3_K_S | GGUF flux1-dev-Q3_K_S.gguf |
34
+
35
+ GGUF models are significantly lighter and designed for **low-VRAM** systems.
36
+
37
+ ## 🧠 T5XXL Recommendations (Based on Ram)
38
+
39
+ | System RAM | Use Case | Model Type |
40
+ |------------|----------|-------------|
41
+ | 64GB | Max quality | t5xxl_fp16.safetensors |
42
+ | 32GB | High quality (can crash if multitasking) | t5xxl_fp16.safetensors |
43
+ | 16GB | Balanced | t5xxl_fp8_scaled.safetensors |
44
+ | <16GB | Low-memory / Safe mode | GGUF Q5_K_S or Q3_K_S |
45
+
46
+ > ⚠️ These are **recommended tiers**, not hard rules. RAM usage depends on your active processes, ComfyUI extensions, batch sizes, and other factors.
47
+ > If you're getting random crashes, try scaling down one tier.
48
+
49
+ ---
50
+
51
+ ## 🏛 Folder Structure (Flux1 Only)
52
+
53
+ ```
54
+ Flux1/
55
+ ├─ unet/
56
+ │ ├─ Dev/
57
+ │ │ ├─ flux1-dev-fp8.safetensors
58
+ │ │ └─ GGUF/
59
+ │ ├─ Schnell/
60
+ │ ├─ Depth/
61
+ │ ├─ Canny/
62
+ │ └─ Fill/
63
+ ├─ clip/
64
+ │ ├─ t5xxl_fp16.safetensors
65
+ │ ├─ GGUF/
66
+ │ └─ ...
67
+ ├─ loras/
68
+ ```
69
+
70
+ ---
71
+
72
+ ## 📈 Model Previews (Coming Soon)
73
+
74
+ We will add a single grid-style graphic showing example outputs:
75
+ - **Dev vs Schnell**: Quality vs Speed
76
+ - **Depth / Canny / Fill**: Source image → processed map → output
77
+ - **SDXL examples**: Realism, Stylized, etc.
78
+
79
+ All preview images will be grouped into a single efficient visual block for each group.
80
+
81
+ ---
82
+
83
+ ## 📢 Want It Even Easier?
84
+
85
+ Skip the manual downloads.
86
+
87
+ 🎁 **[Patreon.com/MaxedOut](https://patreon.com)** — Get:
88
+ - One-click installers for all major Flux & SDXL workflows
89
+ - Organized ComfyUI folders built for beginners and pros
90
+ - Specialized templates (e.g. Mega Flux, Tiled Composites, Realistic Portraits)
91
+ - Behind-the-scenes model picks and tips
92
+
93
+ ---
94
+
95
+ ## ❓ FAQ
96
+
97
+ **Q: Why not every GGUF?**
98
+ A: Because Q3, Q5, and Q6 cover the most meaningful range. No bloat.
99
+
100
+ **Q: Are these the official models?**
101
+ A: Yes. Most are sourced directly from creators, or validated mirrors.
102
+
103
+ **Q: Will this grow?**
104
+ A: Yes. But only with purpose.
105
+
106
+ ---
107
+
108
+ ## ✨ Final Thoughts
109
+
110
+ You shouldn’t need to hunt through 12 Discord servers and 6 Civitai pages just to build your ComfyUI folder.
111
+
112
+ This repo fixes that.
113
+
114
+ **The Best Models. For ComfyUI. In One Place.**
115
+