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
where can I find the GenerationMixin, generation config, and inheritance files? When will you have the advanced decoder available?
#4
by EricRollei - opened
I've been trying to test emu3.5-Image and haven't been able to get it to work. Looks like these files are needed. Can you help? And when will you release the decoder?
I have been working on comfyui nodes for emu35 here https://github.com/EricRollei/Emu35-Comfyui-Nodes