Cyber-BCat
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,26 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
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 |
+
```
|