LibreShowUI2b / README.md
Xuban's picture
Mirror showlab/ShowUI-2B @cabec4fcc48d
a7b6f5f verified
|
Raw
History Blame Contribute Delete
1.11 kB
---
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).