Back to browse
GitHub Repository

Font Synthesis with Pixel-Space Diffusion Transformer

175 starsPython

Zi2zi-JIT – Generate Chinese font in one hour

by zi2zi-jit·Mar 2, 2026·4 points·0 comments

AI Analysis

●●SolidWizardryNiche Gem

Diffusion transformer font synthesis reduces training from days to one hour on single GPU.

Strengths
  • Legitimate speed breakthrough (2000-epoch training in <1h) over predecessor zi2zi, backed by published metrics
  • Conditional architecture (content + style + font encoders) shows non-trivial model design, not just API wrapping
  • Pretrained weights + LoRA scripts + real example fonts (3 published) prove it works end-to-end
Weaknesses
  • Extremely narrow audience—only CJK font designers with ML experience will use this
  • No GUI, requires conda + GPU; evaluation metrics (FID 53.81) show room vs. state-of-art
Category
Target Audience

Font designers, CJK typographers, AI/ML engineers working on generative design

Similar To

FontDiffuser · Stable Diffusion · DALL-E

Post Description

Hi folks, zi2zi-JiT is the follow-up work to the original zi2zi project (https://github.com/kaonashi-tyc/zi2zi). Now with JiT (Just image Transformer) as the backbone, it can generate high-fidelity fonts in under one hour on a single GPU.

Fonts created with zi2zi-JiT:

- Zi-QuanHengDuLiang (权衡度量体): https://github.com/kaonashi-tyc/Zi-QuanHengDuLiang - Zi-XuanZongTi (玄宗体): https://github.com/kaonashi-tyc/Zi-XuanZongTi - Eva-Ming-Simplified (Eva明朝简体): https://github.com/kaonashi-tyc/Eva-Ming-Simplified

Pretrained weights and LoRA fine-tuning scripts included.

I'm sharing it here in the hope that this tool reaches more people and truly helps individual CJK font designers.

Similar Projects

Other●●●●Gem

Rendering Chinese text on a Commodore 64

Fits 2,500+ Chinese glyphs on a C64 using dynamic caching and self-modifying 6502 code.

WizardryNiche GemZero to One
lionello
4021d ago

Adobe-fonts-skill, search fonts, update kits, and ship UI code faster

afont wraps the Adobe Fonts API into a tidy agent skill and CLI: it supports local caching, API fallback, kit management, preview screenshot capture, and returns ready-to-use embed tags/CSS snippets. Nothing groundbreaking, but the packaging for Codex/Claude/OpenCode and the sensible cache/index commands make this an immediately practical tool if you already rely on agent workflows for build tasks.

Niche GemShip It
alexhaynes
103mo ago