Update README.md
Browse files
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 |
-
|
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 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|