dvlab-research / MGM

Official repo for "Mini-Gemini: Mining the Potential of Multi-modality Vision Language Models"
Apache License 2.0
3.22k stars 280 forks source link

Huggingface inference script #84

Open berry-ding opened 7 months ago

berry-ding commented 7 months ago

hi masters, great work! Is there an inference code for model downloading from huggingface?

yanwei-li commented 7 months ago

Hi, please try this file mgm/serve/cli.py if you want to do simple inference. You can also set up a GUI following the guideline in README.