File size: 1,135 Bytes
250f134
 
 
 
 
 
 
 
 
 
 
 
 
699c2ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: CodeFormer
emoji: πŸ“Š
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 5.49.0
app_file: app.py
pinned: false
license: mit
short_description: 'Image face enhancer '
---

## Unofficial CodeFormer Implementation

This repository is the result of a deep investigation across multiple sources.  
Because identifying the original CodeFormer source is challenging, this project consolidates and adapts the code to preserve it in a clear, educational form.  
Opaque or redundant code has been removed to make the implementation easier to study and extend.

## Acknowledgments

This work integrates code and concepts from several repositories.  
For proper attribution, please refer to the following sources (or notify us if any are missing):

- [taming-transformers](https://github.com/CompVis/taming-transformers)
- [unleashing-transformers](https://github.com/samb-t/unleashing-transformers)
- [CodeFormer](https://huggingface.co/spaces/sczhou/CodeFormer)
- [Self Space](https://huggingface.co/spaces/leonelhs/CodeFormer)

## Contact

For questions, comments, or feedback, please contact:  
πŸ“§ **leonelhs@gmail.com**