danaidesign commited on
Commit
1be3e67
Β·
verified Β·
1 Parent(s): 1ddfe53

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +139 -3
README.md CHANGED
@@ -1,3 +1,139 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - comfyui
5
+ - stable-diffusion-xl
6
+ - controlnet
7
+ - ipadapter
8
+ - clip-vision
9
+ - vae
10
+ - upscale
11
+ - inpaint
12
+ ---
13
+
14
+ # ComfyUI Model Collection (SDXL)
15
+
16
+ A curated collection of models for **ComfyUI** workflows, focused on SDXL-based image generation. Includes ControlNet, IPAdapter, CLIP Vision, VAE, inpainting, upscaling, and detection models.
17
+
18
+ ---
19
+
20
+ ## πŸ“ Repository Structure
21
+
22
+ ```
23
+ β”œβ”€β”€ clip_vision/ # CLIP Vision encoders for IPAdapter
24
+ β”œβ”€β”€ controlnet/SDXL/ # ControlNet models for SDXL
25
+ β”œβ”€β”€ inpaint/ # Inpainting models
26
+ β”œβ”€β”€ ipadapter/SDXL/ # IPAdapter models for SDXL
27
+ β”œβ”€β”€ sams/ # SAM (Segment Anything) models
28
+ β”œβ”€β”€ ultralytics/
29
+ β”‚ β”œβ”€β”€ bbox/ # Bounding box detection models (YOLO)
30
+ β”‚ └── segm/ # Segmentation models (YOLO)
31
+ β”œβ”€β”€ upscale_models/ # Image upscaling models
32
+ └── vae/SDXL/ # VAE models for SDXL
33
+ ```
34
+
35
+ ---
36
+
37
+ ## 🧩 Models Included
38
+
39
+ ### CLIP Vision
40
+ | File | Description |
41
+ |------|-------------|
42
+ | `clip-vision_vit-h.safetensors` | ViT-H CLIP Vision encoder |
43
+ | `CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors` | BigG CLIP Vision (large) |
44
+ | `CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors` | ViT-H CLIP Vision (laion2B) |
45
+ | `clip_vision_g.safetensors` | CLIP Vision G encoder |
46
+
47
+ ### ControlNet (SDXL)
48
+ | File | Description |
49
+ |------|-------------|
50
+ | `controlnet-union-sdxl-1.0-promax.safetensors` | Union ControlNet (multi-purpose) |
51
+ | `control-lora-canny-rank256.safetensors` | Canny edge detection |
52
+ | `control-lora-depth-rank256.safetensors` | Depth map |
53
+ | `noob-sdxl-controlnet-*.fp16.safetensors` | NoobAI SDXL ControlNet series (canny, depth, lineart, normal, scribble, softedge, tile) |
54
+ | `noobaiXLControlnet_openposeModel.safetensors` | OpenPose |
55
+ | `IllustriousXL_openpose.safetensors` | OpenPose (IllustriousXL) |
56
+ | `OpenPoseXL2.safetensors` | OpenPose XL v2 |
57
+ | `AnytestV4.safetensors` | Anytest v4 base model |
58
+ | `fabricatedXL_v70.safetensors` | FabricatedXL v7.0 |
59
+ | `waiIllustriousSDXL_v160.safetensors` | Wai IllustriousSDXL v1.6 |
60
+ | `noobaiInpainting_v10.safetensors` | NoobAI Inpainting |
61
+
62
+ ### IPAdapter (SDXL)
63
+ | File | Description |
64
+ |------|-------------|
65
+ | `ip-adapter-plus_sdxl_vit-h.safetensors` | IPAdapter Plus |
66
+ | `ip-adapter-faceid-plusv2_sdxl.bin` | FaceID Plus v2 |
67
+ | `ip-adapter-faceid-portrait_sdxl.bin` | FaceID Portrait |
68
+ | `ip-adapter-faceid-portrait_sdxl_unnorm.bin` | FaceID Portrait (unnormalized) |
69
+ | `ip-adapter-faceid_sdxl.bin` | FaceID base |
70
+ | `noobIPAMARK1_mark1.safetensors` | NoobAI IPAdapter Mark1 |
71
+
72
+ ### Inpaint
73
+ | File | Description |
74
+ |------|-------------|
75
+ | `inpaint_v26.fooocus.patch` | Fooocus inpaint patch v2.6 |
76
+ | `fooocus_inpaint_head.pth` | Fooocus inpaint head |
77
+ | `MAT_Places512_G_fp16.safetensors` | MAT inpainting model |
78
+
79
+ ### SAM (Segment Anything)
80
+ | File | Description |
81
+ |------|-------------|
82
+ | `sam_vit_b_01ec64.pth` | SAM ViT-B |
83
+
84
+ ### Ultralytics β€” BBox Detection
85
+ | File | Description |
86
+ |------|-------------|
87
+ | `face_yolov8m.pt` | Face detection (YOLOv8m) |
88
+ | `face_yolov9c.pt` | Face detection (YOLOv9c) |
89
+ | `hand_yolov9c.pt` | Hand detection (YOLOv9c) |
90
+ | `femaleBodyDetection_yolo26.pt` | Body detection |
91
+ | `Eyeful_v2-Paired.pt` | Eye detection |
92
+
93
+ ### Ultralytics β€” Segmentation
94
+ | File | Description |
95
+ |------|-------------|
96
+ | `face_yolov8m-seg_60.pt` | Face segmentation |
97
+ | `person_yolov8m-seg.pt` | Person segmentation |
98
+ | `femaleBodyDetection_typea.pt` | Body segmentation |
99
+ | `yolo11m-seg.pt` | General segmentation (YOLO11m) |
100
+
101
+ ### Upscale Models
102
+ | File | Description |
103
+ |------|-------------|
104
+ | `4x_foolhardy_Remacri.pth` | 4x upscale (Remacri) |
105
+ | `4x-AnimeSharp.pth` | 4x anime upscale |
106
+ | `4x_NMKD-Superscale-SP_178000_G.pth` | 4x NMKD Superscale |
107
+ | `2x_APISR_RRDB_GAN_generator.pth` | 2x APISR upscale |
108
+ | `4x_APISR_GRL_GAN_generator.pth` | 4x APISR GRL upscale |
109
+ | `OmniSR_X2/X3/X4_DIV2K.safetensors` | OmniSR upscale (2x/3x/4x) |
110
+
111
+ ### VAE (SDXL)
112
+ | File | Description |
113
+ |------|-------------|
114
+ | `sdxl_vae.safetensors` | Standard SDXL VAE |
115
+ | `illustriousXLV10_v10.safetensors` | IllustriousXL VAE |
116
+
117
+ ---
118
+
119
+ ## πŸš€ How to Use with ComfyUI
120
+
121
+ Place models in the corresponding ComfyUI folders:
122
+
123
+ ```
124
+ ComfyUI/models/
125
+ β”œβ”€β”€ clip_vision/ ← clip_vision/*
126
+ β”œβ”€β”€ controlnet/ ← controlnet/SDXL/*
127
+ β”œβ”€β”€ inpaint/ ← inpaint/*
128
+ β”œβ”€β”€ ipadapter/ ← ipadapter/SDXL/*
129
+ β”œβ”€β”€ sams/ ← sams/*
130
+ β”œβ”€β”€ ultralytics/ ← ultralytics/bbox/* and ultralytics/segm/*
131
+ β”œβ”€β”€ upscale_models/ ← upscale_models/*
132
+ └── vae/ ← vae/SDXL/*
133
+ ```
134
+
135
+ Or download with `huggingface-cli`:
136
+
137
+ ```bash
138
+ huggingface-cli download danaidesign/comfyui --local-dir ./ComfyUI/models
139
+ ```