mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
2.1.812
This commit is contained in:
@@ -192,8 +192,8 @@ with shared.gradio_root:
|
||||
with gr.Column(scale=1, visible=modules.config.default_advanced_checkbox) as advanced_column:
|
||||
with gr.Tab(label='Setting'):
|
||||
performance_selection = gr.Radio(label='Performance',
|
||||
choices=['Speed', 'Quality', 'Extreme Speed'],
|
||||
value='Speed')
|
||||
choices=modules.flags.performance_selections,
|
||||
value=modules.config.default_performance)
|
||||
aspect_ratios_selection = gr.Radio(label='Aspect Ratios', choices=modules.config.available_aspect_ratios,
|
||||
value=modules.config.default_aspect_ratio, info='width × height',
|
||||
elem_classes='aspect_ratios')
|
||||
|
||||
Reference in New Issue
Block a user