MaxedOut commited on
Commit
d32d9e3
·
verified ·
1 Parent(s): 2eee613

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +119 -47
README.md CHANGED
@@ -36,54 +36,126 @@ If this helped you out, leave a heart. Otherwise I’ll assume I built this for
36
 
37
  ## 🧐 What’s Inside
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  <details> <summary>🔧 Flux1</summary>
40
- ├── Flux1
41
- ├── Controlnets
42
- ├── flux_shakker_labs_union_pro-fp16.safetensors
43
- │ │ ├── flux_shakker_labs_union_pro-fp8.safetensors
44
- │ ├── LoRas
45
- ├── navi_flux_v1.safetensors
46
- │ ├── PuLID
47
- ├── pulid_flux_v0.9.1.safetensors
48
- │ ├── Style_Models
49
- ├── flux1-redux-dev.safetensors
50
- │ ├── clip
51
- ├── clip_l.safetensors
52
- │ │ ├── clip_l_TEXT_detail_improved.safetensors
53
- │ │ ├── t5xxl_fp16.safetensors
54
- │ │ ├── t5xxl_fp8_scaled.safetensors
55
- │ │ ├── GGUF
56
- │ │ ├── t5xxl_Q5_K_M.gguf
57
- │ ├── clip_vision
58
- ├── sigclip_vision_patch14_384.safetensors
59
- │ ├── unet
60
- ├── Canny
61
- │ │ ├── flux1-canny-dev-fp8.safetensors
62
- │ │ │ ├── GGUF
63
- │ │ │ ├── flux1-canny-dev-Q4_0.gguf
64
- │ │ │ │ ├── flux1-canny-dev-Q5_0.gguf
65
- │ │ ├── Depth
66
- │ │ ├── flux1-depth-dev-fp8.safetensors
67
- │ │ │ ├── GGUF
68
- │ │ │ ├── flux1-depth-dev-Q4_0.gguf
69
- │ │ │ │ ├── flux1-depth-dev-Q5_0.gguf
70
- │ │ ├── Dev
71
- │ │ ├── flux1-dev-fp8.safetensors
72
- │ │ │ ├── GGUF
73
- │ │ │ ├── flux1-dev-Q3_K_S.gguf
74
- │ │ │ │ ├── flux1-dev-Q5_K_S.gguf
75
- │ │ ├── Fill
76
- │ │ ├── flux1-fill-dev-fp8.safetensors
77
- │ │ │ ├── GGUF
78
- │ │ │ ├── flux1-fill-dev-Q3_K_S.gguf
79
- │ │ │ │ ├── flux1-fill-dev-Q5_K_S.gguf
80
- │ │ ├── Schnell
81
- ��� │ │ ├── flux1-schnell-fp8.safetensors
82
- │ │ │ ├── GGUF
83
- │ │ │ ├── flux1-schnell-Q3_K_S.gguf
84
- │ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
85
- │ ├── vae
86
- ├── ae.safetensors
 
87
  </details>
88
 
89
  <details> <summary>🎨 SDXL</summary>
 
36
 
37
  ## 🧐 What’s Inside
38
 
39
+ <details>
40
+ <summary>📁 Full Folder Structure</summary>
41
+
42
+ ├── Adetailer
43
+ │ ├── Ultralytics
44
+ │ │ ├── bbox
45
+ │ │ │ ├── face_yolov8m.pt
46
+ │ │ │ ├── hand_yolov8s.pt
47
+ │ ├── sams
48
+ │ │ ├── sam_vit_b_01ec64.pth
49
+ ├── FaceRestore_Models
50
+ │ ├── GFPGANv1.4.pth
51
+ │ ├── codeformer.pth
52
+ ├── Flux1
53
+ │ ├── Controlnets
54
+ │ │ ├── flux_shakker_labs_union_pro-fp16.safetensors
55
+ │ │ ├── flux_shakker_labs_union_pro-fp8.safetensors
56
+ │ ├── LoRas
57
+ │ │ ├── navi_flux_v1.safetensors
58
+ │ ├── PuLID
59
+ │ │ ├── pulid_flux_v0.9.1.safetensors
60
+ │ ├── Style_Models
61
+ │ │ ├── flux1-redux-dev.safetensors
62
+ │ ├── clip
63
+ │ │ ├── clip_l.safetensors
64
+ │ │ ├── clip_l_TEXT_detail_improved.safetensors
65
+ │ │ ├── t5xxl_fp16.safetensors
66
+ │ │ ├── t5xxl_fp8_scaled.safetensors
67
+ │ │ ├── GGUF
68
+ │ │ │ ├── t5xxl_Q5_K_M.gguf
69
+ │ ├── clip_vision
70
+ │ │ ├── sigclip_vision_patch14_384.safetensors
71
+ │ ├── unet
72
+ │ │ ├── Canny
73
+ │ │ │ ├── flux1-canny-dev-fp8.safetensors
74
+ │ │ │ ├── GGUF
75
+ │ │ │ │ ├── flux1-canny-dev-Q4_0.gguf
76
+ │ │ │ │ ├── flux1-canny-dev-Q5_0.gguf
77
+ │ │ ├── Depth
78
+ │ │ │ ├── flux1-depth-dev-fp8.safetensors
79
+ │ │ │ ├── GGUF
80
+ │ │ │ │ ├── flux1-depth-dev-Q4_0.gguf
81
+ │ │ │ │ ├── flux1-depth-dev-Q5_0.gguf
82
+ │ │ ├── Dev
83
+ │ │ │ ├── flux1-dev-fp8.safetensors
84
+ │ │ │ ├── GGUF
85
+ │ │ │ │ ├── flux1-dev-Q3_K_S.gguf
86
+ │ │ │ │ ├── flux1-dev-Q5_K_S.gguf
87
+ │ │ ├── Fill
88
+ │ │ │ ├── flux1-fill-dev-fp8.safetensors
89
+ │ │ │ ├── GGUF
90
+ │ │ │ │ ├── flux1-fill-dev-Q3_K_S.gguf
91
+ │ │ │ │ ├── flux1-fill-dev-Q5_K_S.gguf
92
+ │ │ ├── Schnell
93
+ │ │ │ ├── flux1-schnell-fp8.safetensors
94
+ │ │ │ ├── GGUF
95
+ │ │ │ │ ├── flux1-schnell-Q3_K_S.gguf
96
+ │ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
97
+ │ ├── vae
98
+ │ │ ├── ae.safetensors
99
+ ├── SDXL
100
+ │ ├── checkpoints
101
+ │ │ ├── Hyper3d.safetensors
102
+ │ │ ├── sd_xl_base_1.0.safetensors
103
+ │ │ ├── sdxl-6-real-dream.safetensors
104
+ │ ├── checkpoints_inpainting
105
+ │ │ ├── Inpainting-Hyper3d.safetensors
106
+
107
+ </details>
108
+
109
+
110
  <details> <summary>🔧 Flux1</summary>
111
+
112
+ ├── Flux1
113
+ │ ├── Controlnets
114
+ │ │ ├── flux_shakker_labs_union_pro-fp16.safetensors
115
+ ├── flux_shakker_labs_union_pro-fp8.safetensors
116
+ │ ├── LoRas
117
+ ├── navi_flux_v1.safetensors
118
+ │ ├── PuLID
119
+ ├── pulid_flux_v0.9.1.safetensors
120
+ │ ├── Style_Models
121
+ ├── flux1-redux-dev.safetensors
122
+ │ ├── clip
123
+ │ │ ├── clip_l.safetensors
124
+ │ │ ├── clip_l_TEXT_detail_improved.safetensors
125
+ │ │ ├── t5xxl_fp16.safetensors
126
+ │ │ ├── t5xxl_fp8_scaled.safetensors
127
+ │ │ ├── GGUF
128
+ │ │ ├── t5xxl_Q5_K_M.gguf
129
+ │ ├── clip_vision
130
+ ├── sigclip_vision_patch14_384.safetensors
131
+ │ ├── unet
132
+ │ │ ├── Canny
133
+ │ │ │ ├── flux1-canny-dev-fp8.safetensors
134
+ │ │ │ ├── GGUF
135
+ │ │ │ │ ├── flux1-canny-dev-Q4_0.gguf
136
+ │ │ │ │ ├── flux1-canny-dev-Q5_0.gguf
137
+ │ │ ├── Depth
138
+ │ │ │ ├── flux1-depth-dev-fp8.safetensors
139
+ │ │ │ ├── GGUF
140
+ │ │ │ │ ├── flux1-depth-dev-Q4_0.gguf
141
+ │ │ │ │ ├── flux1-depth-dev-Q5_0.gguf
142
+ │ │ ├── Dev
143
+ │ │ │ ├── flux1-dev-fp8.safetensors
144
+ │ │ │ ├── GGUF
145
+ │ │ │ │ ├── flux1-dev-Q3_K_S.gguf
146
+ │ │ │ │ ├── flux1-dev-Q5_K_S.gguf
147
+ │ │ ├── Fill
148
+ │ │ │ ├── flux1-fill-dev-fp8.safetensors
149
+ │ │ │ ├── GGUF
150
+ │ │ │ │ ├── flux1-fill-dev-Q3_K_S.gguf
151
+ │ │ │ │ ├── flux1-fill-dev-Q5_K_S.gguf
152
+ │ │ ├── Schnell
153
+ │ │ │ ├── flux1-schnell-fp8.safetensors
154
+ │ │ │ ├── GGUF
155
+ │ │ │ │ ├── flux1-schnell-Q3_K_S.gguf
156
+ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
157
+ │ ├── vae
158
+ │ │ ├── ae.safetensors
159
  </details>
160
 
161
  <details> <summary>🎨 SDXL</summary>