Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,19 @@ pipeline_tag: image-to-image
|
|
6 |
tags:
|
7 |
- control-lora-v2
|
8 |
- stable-diffusion
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
tags:
|
7 |
- control-lora-v2
|
8 |
- stable-diffusion
|
9 |
+
---
|
10 |
+
# Model Card for lavinal712/sd-control-lora-segmentation
|
11 |
+
|
12 |
+
## Model Description
|
13 |
+
|
14 |
+
This is controlnet weight trained on runwayml/stable-diffusion-v1-5 with segmentaion.
|
15 |
+
|
16 |
+
### Training
|
17 |
+
|
18 |
+
This model was trained using a Segmented dataset based on the SAM-LLaVA-Captions10M Dataset. Stable Diffusion v1.5 checkpoint was used as the base model for the controlnet.
|
19 |
+
|
20 |
+
- [SAM-LLAVA-55k](https://huggingface.co/datasets/unography/SAM-LLAVA-55k)
|
21 |
+
|
22 |
+
#### Training Method
|
23 |
+
|
24 |
+
- Train on [SAM-LLAVA-55k](https://huggingface.co/datasets/unography/SAM-LLAVA-55k) for 55000 steps with batch size of 4.
|