huggingface.co
Total runs: 35
24-hour runs: 3
7-day runs: 6
30-day runs: 27
Model's Last Updated: August 03 2026

Introduction of FontID

Model Details of FontID

FontID — SigLIP2 NaFlex, four-head font analyzer

Predicts font family (75) , language (11) , color (64, EGA index) , and style (4) from a text-image crop. Backbone: google/siglip2-base-patch16-naflex (native aspect ratio, max_num_patches=256 ); pooled feature (d=768) from the SigLIP2 attention-pooling head feeds four independent heads ( Linear(768→512) → LayerNorm → GELU → Dropout(0.1) → Linear(512→n) ).

Results (DataFontID test)
font language color style
96.34 96.19 95.92 96.98

Wild1024 out-of-distribution: language 82.42, font-category 89.55.

Usage
from huggingface_hub import snapshot_download
import sys, torch, json
from transformers import AutoProcessor
from PIL import Image

path = snapshot_download("issai/FontID")
sys.path.insert(0, path)
from modeling_fontid import FontIDModel

model = FontIDModel.from_pretrained(path).eval()
proc  = AutoProcessor.from_pretrained("google/siglip2-base-patch16-naflex")
maps  = json.load(open(f"{path}/class_mappings.json"))

img = Image.open("crop.png").convert("RGB")
o = proc(images=img, max_num_patches=256, return_tensors="pt")
with torch.no_grad():
    out = model(o["pixel_values"], o["pixel_attention_mask"], o["spatial_shapes"])
for head in ["font", "lang", "color", "style"]:
    idx = int(out[head].argmax(-1))
    print(head, maps[head][str(idx)])
Citation

Paper is coming soon.

Runs of issai FontID on huggingface.co

35
Total runs
3
24-hour runs
3
3-day runs
6
7-day runs
27
30-day runs

More Information About FontID huggingface.co Model

FontID huggingface.co

FontID huggingface.co is an AI model on huggingface.co that provides FontID's model effect (), which can be used instantly with this issai FontID model. huggingface.co supports a free trial of the FontID model, and also provides paid use of the FontID. Support call FontID model through api, including Node.js, Python, http.

FontID huggingface.co Url

https://huggingface.co/issai/FontID

issai FontID online free

FontID huggingface.co is an online trial and call api platform, which integrates FontID's modeling effects, including api services, and provides a free online trial of FontID, you can try FontID online for free by clicking the link below.

issai FontID online free url in huggingface.co:

https://huggingface.co/issai/FontID

FontID install

FontID is an open source model from GitHub that offers a free installation service, and any user can find FontID on GitHub to install. At the same time, huggingface.co provides the effect of FontID install, users can directly use FontID installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

FontID install url in huggingface.co:

https://huggingface.co/issai/FontID

Url of FontID

FontID huggingface.co Url

Provider of FontID huggingface.co

issai
ORGANIZATIONS

Other API from issai

huggingface.co

Total runs: 821
Run Growth: 694
Growth Rate: 84.94%
Updated:August 18 2026
huggingface.co

Total runs: 620
Run Growth: 361
Growth Rate: 58.23%
Updated:August 18 2026
huggingface.co

Total runs: 203
Run Growth: -19
Growth Rate: -9.36%
Updated:February 02 2024
huggingface.co

Total runs: 104
Run Growth: -56
Growth Rate: -57.14%
Updated:December 11 2025
huggingface.co

Total runs: 90
Run Growth: -243
Growth Rate: -243.00%
Updated:November 29 2023
huggingface.co

Total runs: 59
Run Growth: 47
Growth Rate: 79.66%
Updated:August 18 2026
huggingface.co

Total runs: 42
Run Growth: -242
Growth Rate: -576.19%
Updated:August 18 2026
huggingface.co

Total runs: 24
Run Growth: -76
Growth Rate: -316.67%
Updated:May 20 2026
huggingface.co

Total runs: 8
Run Growth: -1
Growth Rate: -12.50%
Updated:May 20 2026
huggingface.co

Total runs: 4
Run Growth: 0
Growth Rate: 0.00%
Updated:December 24 2024
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:May 14 2026
huggingface.co

Total runs: 2
Run Growth: 0
Growth Rate: 0.00%
Updated:January 22 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 01 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:July 28 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 28 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:November 15 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 10 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:January 16 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 03 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:May 02 2025