Added limitation and biases
Browse files
README.md
CHANGED
@@ -37,6 +37,15 @@ These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with a ne
|
|
37 |
**negative prompt**: low quality, monochrome, low res
|
38 |
![images_2)](./images_2.png)
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
## Training
|
41 |
|
42 |
**Training Data** This model was trained using a Segmented dataset based on the [COYO-700M Dataset](https://huggingface.co/datasets/kakaobrain/coyo-700m).
|
|
|
37 |
**negative prompt**: low quality, monochrome, low res
|
38 |
![images_2)](./images_2.png)
|
39 |
|
40 |
+
## Limitations and Bias
|
41 |
+
|
42 |
+
- The model can't render text
|
43 |
+
- Landscapes with fewer segments tend to render better
|
44 |
+
- Some segmentation maps tend to render in monochrome (use a negative_prompt to get around it)
|
45 |
+
- Some generated images can be over saturated
|
46 |
+
- Shorter prompts usually work better, as long as it makes sense with the input segmentation map
|
47 |
+
- The model is biased to produce more paintings images rather than realistic images, as there are a lot of paintings in the training dataset
|
48 |
+
|
49 |
## Training
|
50 |
|
51 |
**Training Data** This model was trained using a Segmented dataset based on the [COYO-700M Dataset](https://huggingface.co/datasets/kakaobrain/coyo-700m).
|