main
Natan Junges 2023-03-30 16:53:49 -03:00 committed by GitHub
parent b241bcac31
commit 1895e38e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,9 @@ class Main(SettingsManager, scripts.Script):
"DPM solver": "dpmsolver",
"DPM solver Karras": "dpmsolver",
"DPM++ SDE": "k_dpmpp_sde",
"DPM++ SDE Karras": "k_dpmpp_sde"
"DPM++ SDE Karras": "k_dpmpp_sde",
"DDIM": "DDIM",
"DDIM Karras": "DDIM"
}
POST_PROCESSINGS = {"CodeFormers (Face restoration)", "GFPGAN (Face restoration)", "RealESRGAN_x4plus (Upscaling)"}