Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,21 @@ language:
|
|
9 |
tags:
|
10 |
- stable-diffusion
|
11 |
- controlnet
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
tags:
|
10 |
- stable-diffusion
|
11 |
- controlnet
|
12 |
+
---
|
13 |
+
# Model Card for lavinal712/controlnet-v1-seg
|
14 |
+
|
15 |
+
## Model Description
|
16 |
+
|
17 |
+
This is controlnet weight trained on runwayml/stable-diffusion-v1-5 with segmentaion.
|
18 |
+
|
19 |
+
### Training
|
20 |
+
|
21 |
+
This model was trained using a Segmented dataset based on the ADE20k Dataset and COYO-700M Dataset. Stable Diffusion v1.5 checkpoint was used as the base model for the controlnet.
|
22 |
+
|
23 |
+
- [ControlNet-ade20k](https://huggingface.co/datasets/Levi980623/ControlNet_ade20k)
|
24 |
+
- [SAM-COYO-3k](https://huggingface.co/datasets/mfidabel/sam-coyo-3k)
|
25 |
+
|
26 |
+
#### Training Method
|
27 |
+
|
28 |
+
- Train on [ControlNet-ade20k](https://huggingface.co/datasets/Levi980623/ControlNet_ade20k) for 30 epochs.
|
29 |
+
- Train on [SAM-COYO-3k](https://huggingface.co/datasets/mfidabel/sam-coyo-3k) for 30 epochs.
|