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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -95
README.md CHANGED
@@ -36,19 +36,8 @@ If this helped you out, leave a heart. Otherwise I’ll assume I built this for
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
@@ -96,6 +85,10 @@ If this helped you out, leave a heart. Otherwise I’ll assume I built this for
96
  │ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
97
  │ ├── vae
98
  │ │ ├── ae.safetensors
 
 
 
 
99
  ├── SDXL
100
  │ ├── checkpoints
101
  │ │ ├── Hyper3d.safetensors
@@ -103,99 +96,39 @@ If this helped you out, leave a heart. Otherwise I’ll assume I built this for
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>
162
- ├── SDXL
163
- │ ├── checkpoints
164
- │ │ ├── Hyper3d.safetensors
165
- │ │ ├── sd_xl_base_1.0.safetensors
166
- │ │ ├── sdxl-6-real-dream.safetensors
167
- │ ├── checkpoints_inpainting
168
- │ │ ├── Inpainting-Hyper3d.safetensors
169
- │ ├── clip_vision
170
- │ │ ├── clip_vision_g.safetensors
171
- │ ├── controlnet
172
- │ │ ├── xinsir-canny-sdxl-1.0.safetensors
173
- │ │ ├── xinsir-depth-sdxl-1.0.safetensors
174
- │ │ ├── xinsir-openpose-sdxl-1.0.safetensors
175
- │ ├── vae
176
- │ │ ├── sdxl_vae.safetensors
177
  </details>
178
 
179
  <details> <summary>🧠 ADetailer</summary>
180
- ├── Adetailer
181
- ├── Ultralytics
182
- ├── bbox
183
- │ │ ├── face_yolov8m.pt
184
- │ │ │ ├── hand_yolov8s.pt
185
- │ ├── sams
186
- ├── sam_vit_b_01ec64.pth
 
187
  </details>
188
 
189
  <details> <summary>👤 Face Restore</summary>
190
- ├── FaceRestore_Models
191
- ├── GFPGANv1.4.pth
192
- │ ├── codeformer.pth
 
193
  </details>
194
 
195
  <details> <summary>📈 Upscale</summary>
196
- ├── Upscale_Models
197
- ├── 4x-UltraSharp.pth
198
- │ ├── RealESRGAN_x2plus.pth
 
199
  </details>
200
 
201
  ## New to ComfyUI or just want clean workflows?
 
36
 
37
  ## 🧐 What’s Inside
38
 
39
+ <details> <summary>🔧 Flux1</summary>
40
+
 
 
 
 
 
 
 
 
 
 
 
41
  ├── Flux1
42
  │ ├── Controlnets
43
  │ │ ├── flux_shakker_labs_union_pro-fp16.safetensors
 
85
  │ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
86
  │ ├── vae
87
  │ │ ├── ae.safetensors
88
+ </details>
89
+
90
+ <details> <summary>🎨 SDXL</summary>
91
+
92
  ├── SDXL
93
  │ ├── checkpoints
94
  │ │ ├── Hyper3d.safetensors
 
96
  │ │ ├── sdxl-6-real-dream.safetensors
97
  │ ├── checkpoints_inpainting
98
  │ │ ├── Inpainting-Hyper3d.safetensors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  │ ├── clip_vision
100
+ │ │ ├── clip_vision_g.safetensors
101
+ │ ├── controlnet
102
+ │ │ ├── xinsir-canny-sdxl-1.0.safetensors
103
+ │ │ ├── xinsir-depth-sdxl-1.0.safetensors
104
+ │ │ ├── xinsir-openpose-sdxl-1.0.safetensors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  │ ├── vae
106
+ │ │ ├── sdxl_vae.safetensors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  </details>
108
 
109
  <details> <summary>🧠 ADetailer</summary>
110
+
111
+ ├── Adetailer
112
+ │ ├── Ultralytics
113
+ │ │ ├── bbox
114
+ │ │ │ ├── face_yolov8m.pt
115
+ │ │ ├── hand_yolov8s.pt
116
+ │ ├── sams
117
+ │ │ ├── sam_vit_b_01ec64.pth
118
  </details>
119
 
120
  <details> <summary>👤 Face Restore</summary>
121
+
122
+ ├── FaceRestore_Models
123
+ │ ├── GFPGANv1.4.pth
124
+ │ ├── codeformer.pth
125
  </details>
126
 
127
  <details> <summary>📈 Upscale</summary>
128
+
129
+ ├── Upscale_Models
130
+ │ ├── 4x-UltraSharp.pth
131
+ │ ├── RealESRGAN_x2plus.pth
132
  </details>
133
 
134
  ## New to ComfyUI or just want clean workflows?