Views
No views yet
1# 1. Download with huggingface_hub
2from huggingface_hub import snapshot_download
3ckpt_dir = snapshot_download(repo_id="zjyao-PKU/Pref-Restore-PhaseA-Fidelity")DiffusionNFT/config/pref_restore_gt.py set:config.pretrained.model = ckpt_dir # the path returned aboveinference_batch_noPrompt_fixLQ_vae.py script in the code repo — pass this folder as --model_path.blip3oQwenForCausalLMVAE — a BLIP-3o-NEXT-style multimodal AR backbone (~3B) coupled with a SANA 1.5 diffusion decoder and a VAE-encoded HQ branch (see config.json).| Component | Source |
|---|---|
| Backbone | BLIP3o-NEXT-SFT-3B (modified) |
| Vision tower | TA-Tok |
| Diffusion decoder | SANA 1.5 1.6B 1024px |
| Training | hierarchical SFT on FFHQ + CelebA-HQ with on-the-fly degradations |
model-0000{1,2,3}-of-00003.safetensors + config + tokenizer); the DeepSpeed optimizer state has been stripped.1@article{yao2026prefrestore,
2 title = {Bridging Information Asymmetry: A Hierarchical Framework for Deterministic Blind Face Restoration},
3 author = {Yao, Zhengjian and Hu, Jiakui and Li, Kaiwen and He, Hangzhou and
4 Zhang, Xinliang and Zeng, Shuang and Zhu, Lei and Lu, Yanye},
5 journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)},
6 year = {2026}
7}