Update README.md
Browse files
README.md
CHANGED
|
@@ -119,6 +119,21 @@ For the GLIGEN parameters, they are as follows:
|
|
| 119 |
|
| 120 |
In general, Canvas width and height should be the same as image Width and Height.
|
| 121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
## Citation
|
| 123 |
```bibtex
|
| 124 |
@INPROCEEDINGS{11296000,
|
|
|
|
| 119 |
|
| 120 |
In general, Canvas width and height should be the same as image Width and Height.
|
| 121 |
|
| 122 |
+
## Limitations
|
| 123 |
+
|
| 124 |
+
- The model struggles to generate UIs with a large number of components (10 or more), often resulting in missing or poorly structured elements.
|
| 125 |
+
- Text generation is not reliable; generated text may be unreadable or semantically incorrect.
|
| 126 |
+
- Color predictions may be inaccurate due to limitations in BLIP-2-based color labeling.
|
| 127 |
+
- When using GLIGEN, the bounding boxes are highly sensitive and may require multiple adjustments to achieve the desired layout.
|
| 128 |
+
- The model is highly dependent on structured prompts; performance degrades significantly with vague or unstructured descriptions.
|
| 129 |
+
|
| 130 |
+
## Dataset
|
| 131 |
+
|
| 132 |
+
This model is trained on a processed version of the Rico dataset.
|
| 133 |
+
Due to licensing restrictions, the dataset is not publicly redistributed.
|
| 134 |
+
|
| 135 |
+
The preprocessing pipeline is available upon request.
|
| 136 |
+
|
| 137 |
## Citation
|
| 138 |
```bibtex
|
| 139 |
@INPROCEEDINGS{11296000,
|