An utility repo to load conveniently fonts using hf_hub_download:
hf_hub_download
from huggingface_hub import hf_hub_download from PIL import ImageFont font_path = hf_hub_download("AntonV/ernie4_5_fonts", "Roboto-Regular.ttf") font_obj = ImageFont.truetype(font_path)
-