DifFace icon indicating copy to clipboard operation
DifFace copied to clipboard

DifFace: Blind Face Restoration with Diffused Error Contraction (PyTorch)

Results 14 DifFace issues
Sort by recently updated
recently updated
newest added

By running this command `python inference_difface.py --in_path ~/Images/blur/blurred_1.png --out_path ~/Images/blur/unblurred` I got error Here the python command line stack Trace ```bash Traceback (most recent call last): File "inference_difface.py", line 160,...

Your work is awesome! I have tested with your pre-trained model on CelebaTest and got amazing visual results. However, I noticed that your paper and the VQFR's paper both provide...

@zsyOAOA how to train FFHQ on 1024x1024 resolution. I have checked the [swinIR_ffhq512](https://github.com/zsyOAOA/DifFace/blob/master/configs/training/swinir_ffhq512.yaml) the img_size : 64 (at line8).

Hello. When running [colab notebook](https://colab.research.google.com/drive/1BNtoPPRuJwNDvqfwDOOmD9XJyF05Zh4m?usp=sharing#scrollTo=dfM5K44-WUfZ) `!conda env update -n base -f /content/DifFace/environment.yaml` doesn't work properly, gives ```bash Channels: - defaults Platform: linux-64 Collecting package metadata (repodata.json): done Solving environment: failed...