feat: add config for enhance upv checkbox and method, prefix with default_

This commit is contained in:
Manuel Schmid
2024-06-24 21:43:38 +02:00
parent 5c1191258e
commit a245b67531
4 changed files with 26 additions and 15 deletions
+1 -3
View File
@@ -8,9 +8,7 @@ upscale_15 = 'Upscale (1.5x)'
upscale_2 = 'Upscale (2x)'
upscale_fast = 'Upscale (Fast 2x)'
uov_list = [
disabled, subtle_variation, strong_variation, upscale_15, upscale_2, upscale_fast
]
uov_list = [disabled, subtle_variation, strong_variation, upscale_15, upscale_2, upscale_fast]
enhancement_uov_before = "Before First Enhancement"
enhancement_uov_after = "After Last Enhancement"