--- license: apache-2.0 --- This is BLIP3o-NEXT-edit-VAE checkpoint trained on the BLIP3o-NEXT-SFT and use VAE as condition. ### Download ``` from huggingface_hub import snapshot_download snapshot_download( repo_id="BLIP3o/BLIP3o-NEXT-edit-VAE", repo_type="model" ) ``` Clone the repo (if you haven’t already) and install the environment: ``` git clone https://github.com/JiuhaiChen/BLIP3o.git ``` and switch to BLIP3o-NEXT-edit branch to do the inference.