Cyber-BCat commited on
Commit
4236e39
·
verified ·
1 Parent(s): f074489

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,8 +1,26 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
4
- This includes many of the most practical SD preprocessor (annotators) models, as well as some other useful models.
5
- And I am going to categorize them briefly, put them into subfolders or some other method.
6
- You can use them in aux, the directory is roughly like this:
 
 
 
 
7
 
8
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6651b9ff61422fc89770c998/205NNxmoKUdsvxyh2IRj-.png)
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+
4
+ language:
5
+ - en
6
+ pipeline_tag: depth-estimation, Annotators
7
+ library_name: oneformer, depth-anything-v2, erika, ControlNetHED, diffusion
8
+
9
+
10
  ---
11
+
12
+ # ControlNet preprocessor sets
13
+
14
+ ## Introduction
15
+ This collection includes the most practical Stable Diffusion preprocessor (annotator) models, along with other valuable types of models.
16
+ I'll categorize them concisely and organize them into subfolders or a similar structure.
17
+ You can integrate these models into your auxiliary tools, and the directory structure will be approximately as follows:
18
 
19
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6651b9ff61422fc89770c998/205NNxmoKUdsvxyh2IRj-.png)
20
+
21
+
22
+ ## Installation
23
+
24
+ ```bash
25
+ git clone https://huggingface.co/Cyber-BCat/ControlNet-Preprocessors_Annotators
26
+ ```