File size: 1,114 Bytes
a7b6f5f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
license: mit
library_name: libreyolo
base_model: showlab/ShowUI-2B
tags:
- image-text-to-text
- libreyolo
- grounding
---
# LibreShowUI2b
ShowUI-2B snapshot mirrored for LibreYOLO's LibreGround tier.
## Source
Mirrored from [showlab/ShowUI-2B](https://huggingface.co/showlab/ShowUI-2B)
at commit `cabec4fcc48d15ffd3efe0b33ea9bc7d41509d60`.
Copyright (c) Show Lab.
## Modifications
No learned parameters were changed. This repository preserves the Hugging Face
snapshot files needed by LibreYOLO's LibreGround wrapper and replaces the
model card with LibreYOLO-specific loading notes.
## Usage
```python
from libreyolo import LibreGround
r = LibreGround("showui-2b")("screen.png", prompt="Submit")
r.points.xy
```
## License
MIT License. Pinned showlab/ShowUI-2B card declares MIT for the weights. The MIT text is preserved from ShowUI's repository history. The Qwen2-VL-2B base is Apache-2.0 and its license is shipped separately as LICENSE-APACHE-2.0.
See [`LICENSE`](./LICENSE), [`LICENSE-APACHE-2.0`](./LICENSE-APACHE-2.0) and [`NOTICE`](./NOTICE).
|