AlonzoLeeeooo commited on
Commit
2b224f4
Β·
verified Β·
1 Parent(s): d1b0c51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ <div align="center">
5
+
6
+ # Re-implementation of ControlNet with Shape Masks
7
+
8
+
9
+ [[`GitHub`]](https://github.com/AlonzoLeeeooo/shape-guided-controlnet) / [[`Dataset`]]()
10
+ </div>
11
+
12
+ A re-implementation of ControlNet with shape masks.
13
+
14
+ # Model Weights Structure
15
+ ```
16
+ shape-guided-controlnet/
17
+ └── annotators <----- Model weights of the shape mask annotator (`U2-Net`)
18
+ └── u2net.pth
19
+ └── shape-guided-controlnet <----- Model weights of the trained ControlNet with shape masks
20
+ β”œβ”€β”€ config.json
21
+ └── diffusion_pytorch_model.safetensors
22
+ └── stable-diffusion-v1.5 <----- Model weights of Stable Diffusion v1.5
23
+ β”œβ”€β”€ feature_extractor
24
+ β”œβ”€β”€ scheduler
25
+ β”œβ”€β”€ text_encoder
26
+ β”œβ”€β”€ tokenizer
27
+ β”œβ”€β”€ unet
28
+ β”œβ”€β”€ vae
29
+ β”œβ”€β”€ model_index.json
30
+ β”œβ”€β”€ v1-5-pruned.safetensors
31
+ └── v1-inference.yaml
32
+ ```