Update README.md
Browse files
README.md
CHANGED
@@ -26,73 +26,75 @@ pipeline_tag: text-to-image
|
|
26 |
👉 [**Support on Patreon**](https://www.patreon.com/MaxedOut99) — One-click installers + workflows built for speed and ease of use.
|
27 |
|
28 |
---
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
│
|
35 |
-
│ │
|
36 |
-
│ ├──
|
37 |
-
│ │ ├──
|
38 |
-
├──
|
39 |
-
│ ├──
|
40 |
-
|
41 |
-
├──
|
42 |
-
│ ├──
|
43 |
-
|
44 |
-
│
|
45 |
-
│ ├──
|
46 |
-
│ │ ├──
|
47 |
-
│ ├──
|
48 |
-
│ │ ├──
|
49 |
-
│ ├──
|
50 |
-
│ │ ├──
|
51 |
-
│ ├──
|
52 |
-
│ │ ├──
|
53 |
-
│
|
54 |
-
│ │ ├──
|
55 |
-
│ │ ├──
|
56 |
-
│ │ ├──
|
57 |
-
│ │
|
58 |
-
│ ├──
|
59 |
-
│ │ ├──
|
60 |
-
│ ├──
|
61 |
-
│ │ ├──
|
62 |
-
│
|
63 |
-
│ │
|
64 |
-
│ │ │
|
65 |
-
│ │ │
|
66 |
-
│ │ ├──
|
67 |
-
│ │ │ ├── flux1-
|
68 |
-
│ │
|
69 |
-
│ │ │
|
70 |
-
│ │ │
|
71 |
-
│ │ ├──
|
72 |
-
│ │ │ ├── flux1-dev-
|
73 |
-
│ │
|
74 |
-
│ │ │
|
75 |
-
│ │ │
|
76 |
-
│ │ ├──
|
77 |
-
│ │ │ ├── flux1-
|
78 |
-
│ │
|
79 |
-
│ │ │
|
80 |
-
│ │ │
|
81 |
-
│ │ ├──
|
82 |
-
│ │ │ ├── flux1-
|
83 |
-
│ │
|
84 |
-
│ │ │
|
85 |
-
│ │ │
|
86 |
-
│ ├──
|
87 |
-
│ │ ├──
|
88 |
-
├──
|
89 |
-
│ ├──
|
90 |
-
|
91 |
-
│
|
92 |
-
│ │ ├──
|
93 |
-
│ ├──
|
94 |
-
│ │ ├──
|
95 |
-
|
|
|
|
|
96 |
</details>
|
97 |
|
98 |
# ComfyUI-Starter-Packs
|
|
|
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
|