Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- unography/SAM-LLAVA-55k
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
library_name: diffusers
|
| 8 |
+
pipeline_tag: image-to-image
|
| 9 |
+
tags:
|
| 10 |
+
- stable-diffusion
|
| 11 |
+
---
|
| 12 |
+
# Model Card for lavinal712/controlnet-segmentation-sam-llava
|
| 13 |
+
|
| 14 |
+
## Model Description
|
| 15 |
+
|
| 16 |
+
This is controlnet weight trained on runwayml/stable-diffusion-v1-5 with segmentaion.
|
| 17 |
+
|
| 18 |
+
### Training
|
| 19 |
+
|
| 20 |
+
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.
|
| 21 |
+
|
| 22 |
+
- [SAM-LLAVA-55k](https://huggingface.co/datasets/unography/SAM-LLAVA-55k)
|
| 23 |
+
|
| 24 |
+
#### Training Method
|
| 25 |
+
|
| 26 |
+
- Train on [SAM-LLAVA-55k](https://huggingface.co/datasets/unography/SAM-LLAVA-55k) for 60000 steps with batch size of 4.
|