Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 494 Bytes

File metadata and controls

15 lines (10 loc) · 494 Bytes

HifiDiff: High-fidelity diffusion model for face hallucination from tiny non-frontal faces (Neurocomputing 2025)

This repository contains an unofficial code implementation of HifiDiff, a joint face super-resolution and frontalization model.

🚀 Getting Started

Requirements

  • CUDA 11.8
  • python 3.12
  • pytorch 2.6.0
  • torchvision 0.21.0
  • numpy 2.1.2

Please refer to requirements.txt for all packages.