Instructions to use mlx-community/ShowUI-2B-bf16-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/ShowUI-2B-bf16-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir ShowUI-2B-bf16-8bit mlx-community/ShowUI-2B-bf16-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
metadata
tags:
- GUI agents
- vision-language-action model
- computer use
- mlx
base_model:
- Qwen/Qwen2-VL-2B-Instruct
license: mit
mlx-community/ShowUI-2B-bf16-8bit
This model was converted to MLX format from prince-canuma/ShowUI-2B-bf16 using mlx-vlm version 0.1.14.
Refer to the original model card for more details on the model.
Use with mlx
pip install -U mlx-vlm
python -m mlx_vlm.generate --model mlx-community/ShowUI-2B-bf16-8bit --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image>