Update README.md
Browse files
README.md
CHANGED
|
@@ -36,54 +36,126 @@ If this helped you out, leave a heart. Otherwise I’ll assume I built this for
|
|
| 36 |
|
| 37 |
## 🧐 What’s Inside
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
<details> <summary>🔧 Flux1</summary>
|
| 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 |
</details>
|
| 88 |
|
| 89 |
<details> <summary>🎨 SDXL</summary>
|
|
|
|
| 36 |
|
| 37 |
## 🧐 What’s Inside
|
| 38 |
|
| 39 |
+
<details>
|
| 40 |
+
<summary>📁 Full Folder Structure</summary>
|
| 41 |
+
|
| 42 |
+
├── Adetailer
|
| 43 |
+
│ ├── Ultralytics
|
| 44 |
+
│ │ ├── bbox
|
| 45 |
+
│ │ │ ├── face_yolov8m.pt
|
| 46 |
+
│ │ │ ├── hand_yolov8s.pt
|
| 47 |
+
│ ├── sams
|
| 48 |
+
│ │ ├── sam_vit_b_01ec64.pth
|
| 49 |
+
├── FaceRestore_Models
|
| 50 |
+
│ ├── GFPGANv1.4.pth
|
| 51 |
+
│ ├── codeformer.pth
|
| 52 |
+
├── Flux1
|
| 53 |
+
│ ├── Controlnets
|
| 54 |
+
│ │ ├── flux_shakker_labs_union_pro-fp16.safetensors
|
| 55 |
+
│ │ ├── flux_shakker_labs_union_pro-fp8.safetensors
|
| 56 |
+
│ ├── LoRas
|
| 57 |
+
│ │ ├── navi_flux_v1.safetensors
|
| 58 |
+
│ ├── PuLID
|
| 59 |
+
│ │ ├── pulid_flux_v0.9.1.safetensors
|
| 60 |
+
│ ├── Style_Models
|
| 61 |
+
│ │ ├── flux1-redux-dev.safetensors
|
| 62 |
+
│ ├── clip
|
| 63 |
+
│ │ ├── clip_l.safetensors
|
| 64 |
+
│ │ ├── clip_l_TEXT_detail_improved.safetensors
|
| 65 |
+
│ │ ├── t5xxl_fp16.safetensors
|
| 66 |
+
│ │ ├── t5xxl_fp8_scaled.safetensors
|
| 67 |
+
│ │ ├── GGUF
|
| 68 |
+
│ │ │ ├── t5xxl_Q5_K_M.gguf
|
| 69 |
+
│ ├── clip_vision
|
| 70 |
+
│ │ ├── sigclip_vision_patch14_384.safetensors
|
| 71 |
+
│ ├── unet
|
| 72 |
+
│ │ ├── Canny
|
| 73 |
+
│ │ │ ├── flux1-canny-dev-fp8.safetensors
|
| 74 |
+
│ │ │ ├── GGUF
|
| 75 |
+
│ │ │ │ ├── flux1-canny-dev-Q4_0.gguf
|
| 76 |
+
│ │ │ │ ├── flux1-canny-dev-Q5_0.gguf
|
| 77 |
+
│ │ ├── Depth
|
| 78 |
+
│ │ │ ├── flux1-depth-dev-fp8.safetensors
|
| 79 |
+
│ │ │ ├── GGUF
|
| 80 |
+
│ │ │ │ ├── flux1-depth-dev-Q4_0.gguf
|
| 81 |
+
│ │ │ │ ├── flux1-depth-dev-Q5_0.gguf
|
| 82 |
+
│ │ ├── Dev
|
| 83 |
+
│ │ │ ├── flux1-dev-fp8.safetensors
|
| 84 |
+
│ │ │ ├── GGUF
|
| 85 |
+
│ │ │ │ ├── flux1-dev-Q3_K_S.gguf
|
| 86 |
+
│ │ │ │ ├── flux1-dev-Q5_K_S.gguf
|
| 87 |
+
│ │ ├── Fill
|
| 88 |
+
│ │ │ ├── flux1-fill-dev-fp8.safetensors
|
| 89 |
+
│ │ │ ├── GGUF
|
| 90 |
+
│ │ │ │ ├── flux1-fill-dev-Q3_K_S.gguf
|
| 91 |
+
│ │ │ │ ├── flux1-fill-dev-Q5_K_S.gguf
|
| 92 |
+
│ │ ├── Schnell
|
| 93 |
+
│ │ │ ├── flux1-schnell-fp8.safetensors
|
| 94 |
+
│ │ │ ├── GGUF
|
| 95 |
+
│ │ │ │ ├── flux1-schnell-Q3_K_S.gguf
|
| 96 |
+
│ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
|
| 97 |
+
│ ├── vae
|
| 98 |
+
│ │ ├── ae.safetensors
|
| 99 |
+
├── SDXL
|
| 100 |
+
│ ├── checkpoints
|
| 101 |
+
│ │ ├── Hyper3d.safetensors
|
| 102 |
+
│ │ ├── sd_xl_base_1.0.safetensors
|
| 103 |
+
│ │ ├── sdxl-6-real-dream.safetensors
|
| 104 |
+
│ ├── checkpoints_inpainting
|
| 105 |
+
│ │ ├── Inpainting-Hyper3d.safetensors
|
| 106 |
+
|
| 107 |
+
</details>
|
| 108 |
+
|
| 109 |
+
|
| 110 |
<details> <summary>🔧 Flux1</summary>
|
| 111 |
+
|
| 112 |
+
├── Flux1
|
| 113 |
+
│ ├── Controlnets
|
| 114 |
+
│ │ ├── flux_shakker_labs_union_pro-fp16.safetensors
|
| 115 |
+
│ │ ├── flux_shakker_labs_union_pro-fp8.safetensors
|
| 116 |
+
│ ├── LoRas
|
| 117 |
+
│ │ ├── navi_flux_v1.safetensors
|
| 118 |
+
│ ├── PuLID
|
| 119 |
+
│ │ ├── pulid_flux_v0.9.1.safetensors
|
| 120 |
+
│ ├── Style_Models
|
| 121 |
+
│ │ ├── flux1-redux-dev.safetensors
|
| 122 |
+
│ ├── clip
|
| 123 |
+
│ │ ├── clip_l.safetensors
|
| 124 |
+
│ │ ├── clip_l_TEXT_detail_improved.safetensors
|
| 125 |
+
│ │ ├── t5xxl_fp16.safetensors
|
| 126 |
+
│ │ ├── t5xxl_fp8_scaled.safetensors
|
| 127 |
+
│ │ ├── GGUF
|
| 128 |
+
│ │ │ ├── t5xxl_Q5_K_M.gguf
|
| 129 |
+
│ ├── clip_vision
|
| 130 |
+
│ │ ├── sigclip_vision_patch14_384.safetensors
|
| 131 |
+
│ ├── unet
|
| 132 |
+
│ │ ├── Canny
|
| 133 |
+
│ │ │ ├── flux1-canny-dev-fp8.safetensors
|
| 134 |
+
│ │ │ ├── GGUF
|
| 135 |
+
│ │ │ │ ├── flux1-canny-dev-Q4_0.gguf
|
| 136 |
+
│ │ │ │ ├── flux1-canny-dev-Q5_0.gguf
|
| 137 |
+
│ │ ├── Depth
|
| 138 |
+
│ │ │ ├── flux1-depth-dev-fp8.safetensors
|
| 139 |
+
│ │ │ ├── GGUF
|
| 140 |
+
│ │ │ │ ├── flux1-depth-dev-Q4_0.gguf
|
| 141 |
+
│ │ │ │ ├── flux1-depth-dev-Q5_0.gguf
|
| 142 |
+
│ │ ├── Dev
|
| 143 |
+
│ │ │ ├── flux1-dev-fp8.safetensors
|
| 144 |
+
│ │ │ ├── GGUF
|
| 145 |
+
│ │ │ │ ├── flux1-dev-Q3_K_S.gguf
|
| 146 |
+
│ │ │ │ ├── flux1-dev-Q5_K_S.gguf
|
| 147 |
+
│ │ ├── Fill
|
| 148 |
+
│ │ │ ├── flux1-fill-dev-fp8.safetensors
|
| 149 |
+
│ │ │ ├── GGUF
|
| 150 |
+
│ │ │ │ ├── flux1-fill-dev-Q3_K_S.gguf
|
| 151 |
+
│ │ │ │ ├── flux1-fill-dev-Q5_K_S.gguf
|
| 152 |
+
│ │ ├── Schnell
|
| 153 |
+
│ │ │ ├── flux1-schnell-fp8.safetensors
|
| 154 |
+
│ │ │ ├── GGUF
|
| 155 |
+
│ │ │ │ ├── flux1-schnell-Q3_K_S.gguf
|
| 156 |
+
│ │ │ │ ├── flux1-schnell-Q5_K_S.gguf
|
| 157 |
+
│ ├── vae
|
| 158 |
+
│ │ ├── ae.safetensors
|
| 159 |
</details>
|
| 160 |
|
| 161 |
<details> <summary>🎨 SDXL</summary>
|