mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
increase ui default timeouts
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -71,6 +71,7 @@ And (*as always*) many bugfixes and improvements to existing features!
|
||||
applies to: *styles, loras*
|
||||
- apply privacy blur to hf and civitai tokens
|
||||
- image download will now use actual image filename
|
||||
- increase default and maximum ui request timeout to 2min/5min
|
||||
- *hint*: card layout
|
||||
card layout is used by networks, gallery, civitai search, etc.
|
||||
you can change card size in *settings -> user interface*
|
||||
|
||||
+1
-1
@@ -526,7 +526,7 @@ options_templates.update(options_section(('ui', "User Interface"), {
|
||||
"autolaunch": OptionInfo(False, "Autolaunch browser upon startup"),
|
||||
"motd": OptionInfo(False, "Show MOTD"),
|
||||
"subpath": OptionInfo("", "Mount URL subpath"),
|
||||
"ui_request_timeout": OptionInfo(30000, "UI request timeout", gr.Slider, {"minimum": 1000, "maximum": 120000, "step": 10}),
|
||||
"ui_request_timeout": OptionInfo(120000, "UI request timeout", gr.Slider, {"minimum": 1000, "maximum": 300000, "step": 10}),
|
||||
|
||||
"cards_sep_ui": OptionInfo("<h2>Card options</h2>", "", gr.HTML),
|
||||
"extra_networks_card_size": OptionInfo(140, "UI card size (px)", gr.Slider, {"minimum": 20, "maximum": 2000, "step": 1}),
|
||||
|
||||
Reference in New Issue
Block a user