Instructions to use BAAI/Emu3.5-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/Emu3.5-Image with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("BAAI/Emu3.5-Image", dtype="auto") - Notebooks
- Google Colab
- Kaggle
How to view the image
#3
by JamesDigitalOcean - opened
with some light editing of the source code, i was able to generate .pb files according to the inference demo example. I cannot however view that image, as it is in a format im not familiar with. Could someone please help me by showing how to view the .pb file as an image?
Woops i see how now. my mistake!
JamesDigitalOcean changed discussion status to closed