Any-to-Any
Transformers
Safetensors
English
text-to-image
text-and-image-to-image
multimodal
unified-model
Instructions to use FreedomIntelligence/Janus-4o-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FreedomIntelligence/Janus-4o-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FreedomIntelligence/Janus-4o-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fix typo in metadata and link paper
#2
by nielsr HF Staff - opened
This PR fixes the spelling error in the "muiltimodal" tag to be "multimodal". It also ensures the relevant link to the paper is present.
jymcc changed pull request status to merged