mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
feat: cleanup performance selection, make it completely dynamic
This commit is contained in:
@@ -327,6 +327,7 @@ with shared.gradio_root:
|
||||
interactive=True)
|
||||
|
||||
performance_selection = gr.Radio(label='Performance',
|
||||
info='* = restricted feature set, intermediate results disabled',
|
||||
choices=modules.flags.performance_selections,
|
||||
value=modules.config.default_performance,
|
||||
elem_classes='performance_selections')
|
||||
|
||||
Reference in New Issue
Block a user