preview check for output panel visibility

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-06-25 10:54:35 +02:00
parent 2f3547c69d
commit b61475574e
6 changed files with 80 additions and 39 deletions
+1
View File
@@ -282,6 +282,7 @@ def create_settings(cmd_opts):
"cudnn_deterministic": OptionInfo(False, "Deterministic mode"),
"diffusers_fuse_projections": OptionInfo(False, "Fused projections"),
"torch_expandable_segments": OptionInfo(False, "Expandable segments"),
"torch_sync": OptionInfo(True, "Force synchronize"),
"cudnn_enabled": OptionInfo("default", "cuDNN enabled", gr.Radio, {"choices": ["default", "true", "false"]}),
"cudnn_benchmark": OptionInfo(devices.backend != "rocm", "cuDNN full-depth benchmark"),
"cudnn_benchmark_limit": OptionInfo(10, "cuDNN benchmark limit", gr.Slider, {"minimum": 0, "maximum": 100, "step": 1}),