feat: cleanup performance selection, make it completely dynamic

This commit is contained in:
Manuel Schmid
2024-05-26 18:09:22 +02:00
parent 9e038a614a
commit 6dd718919c
3 changed files with 13 additions and 8 deletions
+1
View File
@@ -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')