aboutsummaryrefslogtreecommitdiffstats
path: root/modules/esrgan_model_arch.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela2023-12-301-465/+0
| | | | GFPGAN and LDSR)
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-2/+2
|
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
|
* manual fixes for ruffAUTOMATIC2023-05-101-0/+2
|
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-8/+8
|
* add missing importVladimir Mandic2023-02-081-0/+1
| | | used later in line 418
* update ESRGAN architecture and model to support all ESRGAN models in the DB, ↵victorca252022-10-091-0/+463
BSRGAN and real-ESRGAN models