add steps info to performance selection radio buttons

This commit is contained in:
Manuel Schmid
2023-11-22 22:17:24 +01:00
parent 0e7c42f6e8
commit 87fc830981
3 changed files with 10 additions and 3 deletions
+7 -1
View File
@@ -33,7 +33,13 @@ default_parameters = {
} # stop, weight
inpaint_engine_versions = ['None', 'v1', 'v2.5', 'v2.6']
performance_selections = ['Speed', 'Quality', 'Extreme Speed']
performance_selections = [
(f'Speed <span style="color: grey;"> \U00002223 30 steps</span>', 'Speed'),
(f'Quality <span style="color: grey;"> \U00002223 60 steps</span>', 'Quality'),
(f'Extreme Speed <span style="color: grey;"> \U00002223 8 steps, LCM</span>', 'Extreme Speed')
]
inpaint_option_default = 'Inpaint or Outpaint (default)'
inpaint_option_detail = 'Improve Detail (face, hand, eyes, etc.)'