RioShiina commited on
Commit
c5ce68d
·
verified ·
1 Parent(s): 2d4e387

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. yaml/controlnet_models.yaml +43 -7
  2. yaml/file_list.yaml +65 -12
yaml/controlnet_models.yaml CHANGED
@@ -24,10 +24,11 @@ ControlNet:
24
  - Filepath: "anime-painter.safetensors"
25
  Series: "xinsir"
26
  Type: ["Anime Painter"]
 
27
  - Filepath: "noob_sdxl_controlnet_canny.fp16.safetensors"
28
  Series: "NoobAI"
29
  Type: ["Canny"]
30
- - Filepath: "noob-sdxl-controlnet-depth.fp16.safetensors"
31
  Series: "NoobAI"
32
  Type: ["Depth"]
33
  - Filepath: "noob-sdxl-controlnet-lineart_anime.fp16.safetensors"
@@ -48,9 +49,12 @@ ControlNet:
48
  - Filepath: "noob-sdxl-controlnet-tile.fp16.safetensors"
49
  Series: "NoobAI"
50
  Type: ["Tile"]
51
- - Filepath: "noobaiXLControlnet_epsBlur.safetensors"
52
  Series: "NoobAI"
53
- Type: ["Blur"]
 
 
 
54
  - Filepath: "noobaiXLControlnet_epsDepthMidasV11.safetensors"
55
  Series: "NoobAI"
56
  Type: ["Depth (Midas)"]
@@ -63,9 +67,41 @@ ControlNet:
63
  - Filepath: "noobaiXLControlnet_epsScribblePidinet.safetensors"
64
  Series: "NoobAI"
65
  Type: ["Scribble (PiDiNet)"]
66
- - Filepath: "NoobAI_Inpainting_ControlNet.safetensors"
67
  Series: "NoobAI"
68
- Type: ["Inpainting"]
69
- - Filepath: "noob_openpose_pre.safetensors"
70
  Series: "NoobAI"
71
- Type: ["OpenPose"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  - Filepath: "anime-painter.safetensors"
25
  Series: "xinsir"
26
  Type: ["Anime Painter"]
27
+ # SDXL-NoobAI
28
  - Filepath: "noob_sdxl_controlnet_canny.fp16.safetensors"
29
  Series: "NoobAI"
30
  Type: ["Canny"]
31
+ - Filepath: "noob_sdxl_controlnet_depth.fp16.safetensors"
32
  Series: "NoobAI"
33
  Type: ["Depth"]
34
  - Filepath: "noob-sdxl-controlnet-lineart_anime.fp16.safetensors"
 
49
  - Filepath: "noob-sdxl-controlnet-tile.fp16.safetensors"
50
  Series: "NoobAI"
51
  Type: ["Tile"]
52
+ - Filepath: "NoobAI_Inpainting_ControlNet.safetensors"
53
  Series: "NoobAI"
54
+ Type: ["Inpainting"]
55
+ - Filepath: "noob_openpose_pre.safetensors"
56
+ Series: "NoobAI"
57
+ Type: ["OpenPose"]
58
  - Filepath: "noobaiXLControlnet_epsDepthMidasV11.safetensors"
59
  Series: "NoobAI"
60
  Type: ["Depth (Midas)"]
 
67
  - Filepath: "noobaiXLControlnet_epsScribblePidinet.safetensors"
68
  Series: "NoobAI"
69
  Type: ["Scribble (PiDiNet)"]
70
+ - Filepath: "noobaiXLControlnet_epsDepthMidas.safetensors"
71
  Series: "NoobAI"
72
+ Type: ["Depth (Midas)"]
73
+ - Filepath: "noobaiXLControlnet_openposeModel.safetensors"
74
  Series: "NoobAI"
75
+ Type: ["OpenPose"]
76
+ # SDXL - Illustrious-XL-v0.1
77
+ - Filepath: "illustriousXLv0.1_Canny_fp16.safetensors"
78
+ Series: "MIC-Lab/illustriousXLv0.1_controlnet"
79
+ Type: ["Canny"]
80
+ - Filepath: "illustriousXLv0.1_Lineart_fp16.safetensors"
81
+ Series: "MIC-Lab/illustriousXLv0.1_controlnet"
82
+ Type: ["Lineart"]
83
+ - Filepath: "illustriousXLv0.1_Softedge_fp16.safetensors"
84
+ Series: "MIC-Lab/illustriousXLv0.1_controlnet"
85
+ Type: ["SoftEdge"]
86
+ - Filepath: "illustriousXLv0.1_Tile_fp16.safetensors"
87
+ Series: "MIC-Lab/illustriousXLv0.1_controlnet"
88
+ Type: ["Tile"]
89
+ - Filepath: "illustriousXLv0.1_depth_midas_fp16.safetensors"
90
+ Series: "MIC-Lab/illustriousXLv0.1_controlnet"
91
+ Type: ["Depth (Midas)"]
92
+ - Filepath: "illustriousXLv0.1_inpainting_fp16.safetensors"
93
+ Series: "MIC-Lab/illustriousXLv0.1_controlnet"
94
+ Type: ["Inpainting"]
95
+ # SDXL - Illustrious-XL-v1.1
96
+ - Filepath: "illustriousXLv1.1_canny_fp16.safetensors"
97
+ Series: "MIC-Lab/illustriousXLv1.1_controlnet"
98
+ Type: ["Canny"]
99
+ - Filepath: "illustriousXLv1.1_depth_midas_fp16.safetensors"
100
+ Series: "MIC-Lab/illustriousXLv1.1_controlnet"
101
+ Type: ["Depth (Midas)"]
102
+ - Filepath: "illustriousXLv1.1_inpainting_fp16.safetensors"
103
+ Series: "MIC-Lab/illustriousXLv1.1_controlnet"
104
+ Type: ["Inpainting"]
105
+ - Filepath: "illustriousXLv1.1_tile_fp16.safetensors"
106
+ Series: "MIC-Lab/illustriousXLv1.1_controlnet"
107
+ Type: ["Tile"]
yaml/file_list.yaml CHANGED
@@ -44,6 +44,7 @@ file:
44
  repository_file_path: "models/image_encoder/model.safetensors"
45
 
46
  controlnet:
 
47
  - filename: "controlnet-union-sdxl-1.0_promax.safetensors"
48
  source: "hf"
49
  repo_id: "xinsir/controlnet-union-sdxl-1.0"
@@ -76,11 +77,12 @@ file:
76
  source: "hf"
77
  repo_id: "xinsir/anime-painter"
78
  repository_file_path: "diffusion_pytorch_model.safetensors"
 
79
  - filename: "noob_sdxl_controlnet_canny.fp16.safetensors"
80
  source: "hf"
81
  repo_id: "Eugeoter/noob-sdxl-controlnet-canny"
82
  repository_file_path: "noob_sdxl_controlnet_canny.fp16.safetensors"
83
- - filename: "noob-sdxl-controlnet-depth.fp16.safetensors"
84
  source: "hf"
85
  repo_id: "Eugeoter/noob-sdxl-controlnet-depth"
86
  repository_file_path: "diffusion_pytorch_model.fp16.safetensors"
@@ -116,21 +118,72 @@ file:
116
  source: "hf"
117
  repo_id: "Laxhar/noob_openpose"
118
  repository_file_path: "openpose_pre.safetensors"
119
- - filename: "noobaiXLControlnet_epsBlur.safetensors"
120
- source: "civitai"
121
- model_version_id: "1731092"
122
  - filename: "noobaiXLControlnet_epsDepthMidasV11.safetensors"
123
- source: "civitai"
124
- model_version_id: "1091944"
 
125
  - filename: "noobaiXLControlnet_epsNormalMidas.safetensors"
126
- source: "civitai"
127
- model_version_id: "1044514"
 
128
  - filename: "noobaiXLControlnet_epsScribbleHed.safetensors"
129
- source: "civitai"
130
- model_version_id: "1095278"
 
131
  - filename: "noobaiXLControlnet_epsScribblePidinet.safetensors"
132
- source: "civitai"
133
- model_version_id: "1097585"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
 
135
  ipadapter:
136
  - filename: "ip-adapter_sdxl_vit-h.safetensors"
 
44
  repository_file_path: "models/image_encoder/model.safetensors"
45
 
46
  controlnet:
47
+ # SDXL - xinsir
48
  - filename: "controlnet-union-sdxl-1.0_promax.safetensors"
49
  source: "hf"
50
  repo_id: "xinsir/controlnet-union-sdxl-1.0"
 
77
  source: "hf"
78
  repo_id: "xinsir/anime-painter"
79
  repository_file_path: "diffusion_pytorch_model.safetensors"
80
+ # SDXL - NoobAI
81
  - filename: "noob_sdxl_controlnet_canny.fp16.safetensors"
82
  source: "hf"
83
  repo_id: "Eugeoter/noob-sdxl-controlnet-canny"
84
  repository_file_path: "noob_sdxl_controlnet_canny.fp16.safetensors"
85
+ - filename: "noob_sdxl_controlnet_depth.fp16.safetensors"
86
  source: "hf"
87
  repo_id: "Eugeoter/noob-sdxl-controlnet-depth"
88
  repository_file_path: "diffusion_pytorch_model.fp16.safetensors"
 
118
  source: "hf"
119
  repo_id: "Laxhar/noob_openpose"
120
  repository_file_path: "openpose_pre.safetensors"
 
 
 
121
  - filename: "noobaiXLControlnet_epsDepthMidasV11.safetensors"
122
+ source: "hf"
123
+ repo_id: "licyk/sd_control_collection"
124
+ repository_file_path: "noobaiXLControlnet_epsDepthMidasV11.safetensors"
125
  - filename: "noobaiXLControlnet_epsNormalMidas.safetensors"
126
+ source: "hf"
127
+ repo_id: "licyk/sd_control_collection"
128
+ repository_file_path: "noobaiXLControlnet_epsNormalMidas.safetensors"
129
  - filename: "noobaiXLControlnet_epsScribbleHed.safetensors"
130
+ source: "hf"
131
+ repo_id: "licyk/sd_control_collection"
132
+ repository_file_path: "noobaiXLControlnet_epsScribbleHed.safetensors"
133
  - filename: "noobaiXLControlnet_epsScribblePidinet.safetensors"
134
+ source: "hf"
135
+ repo_id: "licyk/sd_control_collection"
136
+ repository_file_path: "noobaiXLControlnet_epsScribblePidinet.safetensors"
137
+ - filename: "noobaiXLControlnet_epsDepthMidas.safetensors"
138
+ source: "hf"
139
+ repo_id: "licyk/sd_control_collection"
140
+ repository_file_path: "noobaiXLControlnet_epsDepthMidas.safetensors"
141
+ - filename: "noobaiXLControlnet_openposeModel.safetensors"
142
+ source: "hf"
143
+ repo_id: "licyk/sd_control_collection"
144
+ repository_file_path: "noobaiXLControlnet_openposeModel.safetensors"
145
+ # SDXL - Illustrious-XL-v0.1
146
+ - filename: "illustriousXLv0.1_Canny_fp16.safetensors"
147
+ source: "hf"
148
+ repo_id: "MIC-Lab/illustriousXLv0.1_controlnet"
149
+ repository_file_path: "illustriousXLv0.1_Canny_fp16.safetensors"
150
+ - filename: "illustriousXLv0.1_Lineart_fp16.safetensors"
151
+ source: "hf"
152
+ repo_id: "MIC-Lab/illustriousXLv0.1_controlnet"
153
+ repository_file_path: "illustriousXLv0.1_Lineart_fp16.safetensors"
154
+ - filename: "illustriousXLv0.1_Softedge_fp16.safetensors"
155
+ source: "hf"
156
+ repo_id: "MIC-Lab/illustriousXLv0.1_controlnet"
157
+ repository_file_path: "illustriousXLv0.1_Softedge_fp16.safetensors"
158
+ - filename: "illustriousXLv0.1_Tile_fp16.safetensors"
159
+ source: "hf"
160
+ repo_id: "MIC-Lab/illustriousXLv0.1_controlnet"
161
+ repository_file_path: "illustriousXLv0.1_Tile_fp16.safetensors"
162
+ - filename: "illustriousXLv0.1_depth_midas_fp16.safetensors"
163
+ source: "hf"
164
+ repo_id: "MIC-Lab/illustriousXLv0.1_controlnet"
165
+ repository_file_path: "illustriousXLv0.1_depth_midas_fp16.safetensors"
166
+ - filename: "illustriousXLv0.1_inpainting_fp16.safetensors"
167
+ source: "hf"
168
+ repo_id: "MIC-Lab/illustriousXLv0.1_controlnet"
169
+ repository_file_path: "illustriousXLv0.1_inpainting_fp16.safetensors"
170
+ # SDXL - Illustrious-XL-v1.1
171
+ - filename: "illustriousXLv1.1_canny_fp16.safetensors"
172
+ source: "hf"
173
+ repo_id: "MIC-Lab/illustriousXLv1.1_controlnet"
174
+ repository_file_path: "illustriousXLv1.1_canny_fp16.safetensors"
175
+ - filename: "illustriousXLv1.1_depth_midas_fp16.safetensors"
176
+ source: "hf"
177
+ repo_id: "MIC-Lab/illustriousXLv1.1_controlnet"
178
+ repository_file_path: "illustriousXLv1.1_depth_midas_fp16.safetensors"
179
+ - filename: "illustriousXLv1.1_inpainting_fp16.safetensors"
180
+ source: "hf"
181
+ repo_id: "MIC-Lab/illustriousXLv1.1_controlnet"
182
+ repository_file_path: "illustriousXLv1.1_inpainting_fp16.safetensors"
183
+ - filename: "illustriousXLv1.1_tile_fp16.safetensors"
184
+ source: "hf"
185
+ repo_id: "MIC-Lab/illustriousXLv1.1_controlnet"
186
+ repository_file_path: "illustriousXLv1.1_tile_fp16.safetensors"
187
 
188
  ipadapter:
189
  - filename: "ip-adapter_sdxl_vit-h.safetensors"