Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions webuiapi/webuiapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class HiResUpscaler(str, Enum):
ScuNET_GAN = 'ScuNET GAN'
ScuNET_PSNR = 'ScuNET PSNR'
SwinIR_4x = 'SwinIR 4x'
R_ERSGAN_4x = 'R-ESRGAN 4x+'
R_ERSGAN_4x_Anime6B = 'R-ESRGAN 4x+ Anime6B'


@dataclass
Expand Down