mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 13:00:44 +02:00
1e23495039
Remove all vendored face restoration code that is no longer maintained: - modules/postprocess/codeformer_model.py, codeformer_arch.py, vqgan_arch.py - modules/postprocess/gfpgan_model.py, restorer.py - modules/face_restoration.py (base class and dispatcher) - scripts/postprocessing_codeformer.py, postprocessing_gfpgan.py - modules/facelib/ (vendored face detection/parsing library) These were the only two backends registered in shared.face_restorers, making the entire face restoration infrastructure dead code.