mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
add steps info to performance selection radio buttons
This commit is contained in:
+7
-1
@@ -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.)'
|
||||
|
||||
Reference in New Issue
Block a user