BLIP3o/BLIP3o-Model-8B
1041.7k
This is BLIP3o-8B checkpoint trained on the open source data.
Here is the category results for WISE.
Download
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="BLIP3o/BLIP3o-Model-8B",
repo_type="model"
)Clone the repo (if you haven’t already) and install the environment:
git clone https://github.com/JiuhaiChen/BLIP3o.gitChange to the demo folder:
cd gradioLaunch with your model path:
python app.py /path/to/your/model