Instructions to use Calligrapher2025/Calligrapher with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Calligrapher2025/Calligrapher with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Calligrapher2025/Calligrapher", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Remove library name
#3
by nielsr HF Staff - opened
It doesn't look like this model is compatible with Transformers.
Btw if you'd like to enable download metrics for your model, happy to help, there's a guide here: https://huggingface.co/docs/hub/models-download-stats
Hi, I think it's okay for the library Transformers, considering the codes rely on CLIP, T5, and SigLIP Vision Model.