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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -67
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
- <details> <summary>📁 Full Folder Structure</summary>
30
- ```
31
- ├── Adetailer
32
- │ ├── Ultralytics
33
- │ │ ├── bbox
34
- │ │ ├── face_yolov8m.pt
35
- │ │ ├── hand_yolov8s.pt
36
- │ ├── sams
37
- │ │ ├── sam_vit_b_01ec64.pth
38
- ├── FaceRestore_Models
39
- │ ├── GFPGANv1.4.pth
40
- ├── codeformer.pth
41
- ├── Flux1
42
- │ ├── Controlnets
43
- │ │ ├── flux_shakker_labs_union_pro-fp16.safetensors
44
- ├── flux_shakker_labs_union_pro-fp8.safetensors
45
- │ ├── LoRas
46
- │ │ ├── navi_flux_v1.safetensors
47
- │ ├── PuLID
48
- │ │ ├── pulid_flux_v0.9.1.safetensors
49
- │ ├── Style_Models
50
- │ │ ├── flux1-redux-dev.safetensors
51
- │ ├── clip
52
- │ │ ├── clip_l.safetensors
53
- ├── clip_l_TEXT_detail_improved.safetensors
54
- │ │ ├── t5xxl_fp16.safetensors
55
- │ │ ├── t5xxl_fp8_scaled.safetensors
56
- │ │ ├── GGUF
57
- │ │ ├── t5xxl_Q5_K_M.gguf
58
- │ ├── clip_vision
59
- │ │ ├── sigclip_vision_patch14_384.safetensors
60
- │ ├── unet
61
- │ │ ├── Canny
62
- │ │ ├── flux1-canny-dev-fp8.safetensors
63
- │ │ ├── GGUF
64
- │ │ │ ├── flux1-canny-dev-Q4_0.gguf
65
- │ │ │ ├── flux1-canny-dev-Q5_0.gguf
66
- │ │ ├── Depth
67
- │ │ │ ├── flux1-depth-dev-fp8.safetensors
68
- │ │ ├── GGUF
69
- │ │ │ ├── flux1-depth-dev-Q4_0.gguf
70
- │ │ │ ├── flux1-depth-dev-Q5_0.gguf
71
- │ │ ├── Dev
72
- │ │ │ ├── flux1-dev-fp8.safetensors
73
- │ │ ├── GGUF
74
- │ │ │ ├── flux1-dev-Q3_K_S.gguf
75
- │ │ │ ├── flux1-dev-Q5_K_S.gguf
76
- │ │ ├── Fill
77
- │ │ │ ├── flux1-fill-dev-fp8.safetensors
78
- │ │ ├── GGUF
79
- │ │ │ ├── flux1-fill-dev-Q3_K_S.gguf
80
- │ │ │ ├── flux1-fill-dev-Q5_K_S.gguf
81
- │ │ ├── Schnell
82
- │ │ │ ├── flux1-schnell-fp8.safetensors
83
- │ │ ├── GGUF
84
- │ │ │ ├── flux1-schnell-Q3_K_S.gguf
85
- │ │ │ ├── flux1-schnell-Q5_K_S.gguf
86
- │ ├── vae
87
- │ │ ├── ae.safetensors
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
- ```
 
 
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