MaxedOut commited on
Commit
e23da26
·
verified ·
1 Parent(s): da5122f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -2
README.md CHANGED
@@ -27,8 +27,72 @@ pipeline_tag: text-to-image
27
 
28
  ---
29
 
30
- <details>
31
- <summary>📁 Flux1 – Folder Structure</summary>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  # ComfyUI-Starter-Packs
34
 
 
27
 
28
  ---
29
 
30
+ <details> <summary>📁 Full Folder Structure
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
+ </summary>
96
 
97
  # ComfyUI-Starter-Packs
98