mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
preview check for output panel visibility
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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}),
|
||||
|
||||
Reference in New Issue
Block a user