MaxedOut commited on
Commit
84b2c45
·
verified ·
1 Parent(s): 51e4e62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +100 -67
README.md CHANGED
@@ -23,78 +23,111 @@ pipeline_tag: text-to-image
23
  ---
24
 
25
  📺 Watch a cool youtube video I made 😁 – [If You're Struggling With ComfyUI, Watch This First](https://youtu.be/mht9Bg6lCL8?feature=shared)
 
26
  👉 [**Support on Patreon**](https://www.patreon.com/MaxedOut99) — One-click installers + workflows built for speed and ease of use.
27
 
28
  ---
29
 
30
- <details>
31
- <summary>📁 Full Folder Structure</summary>
32
-
33
- ├── Adetailer
34
- ├── Ultralytics
35
- ├── bbox
36
- │ │ ├── face_yolov8m.pt
37
- │ │ ├── hand_yolov8s.pt
38
- │ ├── sams
39
- │ │ ├── sam_vit_b_01ec64.pth
40
- ├── FaceRestore_Models
41
- │ ├── GFPGANv1.4.pth
42
- │ ├── codeformer.pth
43
- ├── Flux1
44
- │ ├── Controlnets
45
- │ │ ├── flux_shakker_labs_union_pro-fp16.safetensors
46
- │ │ ├── flux_shakker_labs_union_pro-fp8.safetensors
47
- │ ├── LoRas
48
- │ │ ├── navi_flux_v1.safetensors
49
- │ ├── PuLID
50
- │ │ ├── pulid_flux_v0.9.1.safetensors
51
- │ ├── Style_Models
52
- │ │ ├── flux1-redux-dev.safetensors
53
- │ ├── clip
54
- │ │ ├── clip_l.safetensors
55
- │ │ ├── clip_l_TEXT_detail_improved.safetensors
56
- │ │ ├── t5xxl_fp16.safetensors
57
- │ │ ├── t5xxl_fp8_scaled.safetensors
58
- │ │ ├── GGUF
59
- │ │ ├── t5xxl_Q5_K_M.gguf
60
- │ ├── clip_vision
61
- │ │ ├── sigclip_vision_patch14_384.safetensors
62
- │ ├── unet
63
- │ │ ├── Canny
64
- │ │ ├── flux1-canny-dev-fp8.safetensors
65
- │ │ │ ├── GGUF
66
- │ │ │ ├── flux1-canny-dev-Q4_0.gguf
67
- │ │ │ │ ├── flux1-canny-dev-Q5_0.gguf
68
- │ │ ├── Depth
69
- │ │ ├── flux1-depth-dev-fp8.safetensors
70
- │ │ │ ├── GGUF
71
- │ │ │ │ ├── flux1-depth-dev-Q4_0.gguf
72
- │ │ │ │ ├── flux1-depth-dev-Q5_0.gguf
73
- │ │ ├── Dev
74
- │ │ ├── flux1-dev-fp8.safetensors
75
- │ │ │ ├── GGUF
76
- │ │ │ ├── flux1-dev-Q3_K_S.gguf
77
- │ │ │ │ ├── flux1-dev-Q5_K_S.gguf
78
- │ │ ├── Fill
79
- │ │ ├── flux1-fill-dev-fp8.safetensors
80
- │ │ ├── GGUF
81
- │ │ │ │ ├── flux1-fill-dev-Q3_K_S.gguf
82
- │ │ │ │ ├── flux1-fill-dev-Q5_K_S.gguf
83
- │ │ ├── Schnell
84
- │ │ │ ├── flux1-schnell-fp8.safetensors
85
- │ │ │ ├── GGUF
86
- │ │ │ │ ├── flux1-schnell-Q3_K_S.gguf
87
- │ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
88
- │ ├── vae
89
- │ │ ├── ae.safetensors
90
- ├── SDXL
91
- │ ├── checkpoints
92
- ├── Hyper3d.safetensors
93
- │ │ ├── sd_xl_base_1.0.safetensors
94
- ├── sdxl-6-real-dream.safetensors
95
- │ ├── checkpoints_inpainting
96
- ├── Inpainting-Hyper3d.safetensors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
 
 
 
 
 
 
98
  </details>
99
 
100
  # ComfyUI-Starter-Packs
 
23
  ---
24
 
25
  📺 Watch a cool youtube video I made 😁 – [If You're Struggling With ComfyUI, Watch This First](https://youtu.be/mht9Bg6lCL8?feature=shared)
26
+
27
  👉 [**Support on Patreon**](https://www.patreon.com/MaxedOut99) — One-click installers + workflows built for speed and ease of use.
28
 
29
  ---
30
 
31
+ <details> <summary>🔧 Flux1 – Main Workflow Files</summary>
32
+ arduino
33
+ Copy
34
+ Edit
35
+ ├── Flux1
36
+ │ ├── Controlnets
37
+ │ │ ├── flux_shakker_labs_union_pro-fp16.safetensors
38
+ │ │ ├── flux_shakker_labs_union_pro-fp8.safetensors
39
+ │ ├── LoRas
40
+ │ │ ├── navi_flux_v1.safetensors
41
+ ├── PuLID
42
+ ├── pulid_flux_v0.9.1.safetensors
43
+ │ ├── Style_Models
44
+ │ │ ├── flux1-redux-dev.safetensors
45
+ │ ├── clip
46
+ │ │ ├── clip_l.safetensors
47
+ │ │ ├── clip_l_TEXT_detail_improved.safetensors
48
+ ├── t5xxl_fp16.safetensors
49
+ │ │ ├── t5xxl_fp8_scaled.safetensors
50
+ ├── GGUF
51
+ │ │ ├── t5xxl_Q5_K_M.gguf
52
+ │ ├── clip_vision
53
+ │ │ ├── sigclip_vision_patch14_384.safetensors
54
+ │ ├── unet
55
+ │ │ ├── Canny
56
+ │ │ ├── flux1-canny-dev-fp8.safetensors
57
+ │ │ ├── GGUF
58
+ │ │ │ │ ├── flux1-canny-dev-Q4_0.gguf
59
+ │ │ │ │ ├── flux1-canny-dev-Q5_0.gguf
60
+ │ │ ├── Depth
61
+ │ │ ├── flux1-depth-dev-fp8.safetensors
62
+ │ │ ├── GGUF
63
+ │ │ │ ├── flux1-depth-dev-Q4_0.gguf
64
+ │ │ │ │ ├── flux1-depth-dev-Q5_0.gguf
65
+ │ │ ├── Dev
66
+ │ │ │ ├── flux1-dev-fp8.safetensors
67
+ │ │ │ ├── GGUF
68
+ │ │ │ │ ├── flux1-dev-Q3_K_S.gguf
69
+ │ │ │ │ ├── flux1-dev-Q5_K_S.gguf
70
+ │ │ ├── Fill
71
+ │ │ │ ├── flux1-fill-dev-fp8.safetensors
72
+ │ │ │ ├��─ GGUF
73
+ │ │ │ │ ├── flux1-fill-dev-Q3_K_S.gguf
74
+ │ │ │ │ ├── flux1-fill-dev-Q5_K_S.gguf
75
+ │ │ ├── Schnell
76
+ │ │ │ ├── flux1-schnell-fp8.safetensors
77
+ │ │ │ ├── GGUF
78
+ │ │ │ │ ├── flux1-schnell-Q3_K_S.gguf
79
+ │ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
80
+ │ ├── vae
81
+ │ │ ├── ae.safetensors
82
+ </details>
83
+
84
+ <details> <summary>🎨 SDXL – Model Checkpoints + Addons</summary>
85
+ go
86
+ Copy
87
+ Edit
88
+ ├── SDXL
89
+ │ ├── checkpoints
90
+ │ │ ├── Hyper3d.safetensors
91
+ │ │ ├── sd_xl_base_1.0.safetensors
92
+ ├── sdxl-6-real-dream.safetensors
93
+ │ ├── checkpoints_inpainting
94
+ │ │ ├── Inpainting-Hyper3d.safetensors
95
+ │ ├── clip_vision
96
+ ├── clip_vision_g.safetensors
97
+ │ ├── controlnet
98
+ │ │ ├── xinsir-canny-sdxl-1.0.safetensors
99
+ │ │ ├── xinsir-depth-sdxl-1.0.safetensors
100
+ │ │ ├── xinsir-openpose-sdxl-1.0.safetensors
101
+ │ ├── vae
102
+ │ │ ├── sdxl_vae.safetensors
103
+ </details>
104
+
105
+ <details> <summary>🧠 ADetailer – Detection Models</summary>
106
+ Copy
107
+ Edit
108
+ ├── Adetailer
109
+ │ ├── Ultralytics
110
+ │ │ ├── bbox
111
+ │ │ │ ├── face_yolov8m.pt
112
+ │ │ │ ├── hand_yolov8s.pt
113
+ │ ├── sams
114
+ │ │ ├── sam_vit_b_01ec64.pth
115
+ </details>
116
+
117
+ <details> <summary>👤 Face Restore – Enhancement Models</summary>
118
+ Copy
119
+ Edit
120
+ ├── FaceRestore_Models
121
+ │ ├── GFPGANv1.4.pth
122
+ │ ├── codeformer.pth
123
+ </details>
124
 
125
+ <details> <summary>📈 Upscale – ESRGAN Models</summary>
126
+ Copy
127
+ Edit
128
+ ├── Upscale_Models
129
+ │ ├── 4x-UltraSharp.pth
130
+ │ ├── RealESRGAN_x2plus.pth
131
  </details>
132
 
133
  # ComfyUI-Starter-Packs