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
Add pipeline tag, library name, and sync model card with GitHub README
#2
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-to-imageandlibrary_name: transformersto the metadata, improving discoverability and enabling automated usage snippets on the Hub. - Adding an explicit link to the GitHub repository in the header for easier access to the code.
- Synchronizing content with the upstream GitHub README for the
Model & Weightssection,Quick Startconfiguration details, andSchedulesection to provide the most up-to-date information.
Hey team! It would be really beneficial to merge this PR π€
wolfwjs changed pull request status to merged