TiGeSR / README.md
mxluocv's picture
docs: add TiGeSR model card
3bbe336 verified
|
Raw
History Blame Contribute Delete
1.41 kB
metadata
license: apache-2.0
tags:
  - image-super-resolution
  - scene-text
  - text-image-guided-super-resolution
  - cvpr-2026

TiGeSR checkpoints

Official checkpoints for TiGeSR / TIGER: Restore Text First, Enhance Image Later: Two-Stage Scene Text Image Super-Resolution with Glyph Structure Guidance (CVPR 2026).

Checkpoint layout

uzst/
β”œβ”€β”€ stage1/
β”‚   β”œβ”€β”€ model.pth
β”‚   └── encoder.pth
└── stage2/
    └── model.pkl

realce/
β”œβ”€β”€ stage1/
β”‚   β”œβ”€β”€ model.pth
β”‚   └── encoder.pth
└── stage2/
    └── model.pkl

stage1 contains the glyph restoration model and text encoder. stage2 contains the image-enhancement ControlNet checkpoint. Use the two checkpoints from the same dataset folder together.

Download

hf download mxluocv/TiGeSR --local-dir weights

For inference commands and data preparation, see the code repository README.

License

The code is released under Apache-2.0. Please consult the code repository and the respective base-model licenses for use of the checkpoints.