diff --git a/modules/shared.py b/modules/shared.py index b1faa53ba..d0993b1ee 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -606,7 +606,7 @@ options_templates.update(options_section(('advanced', "Pipeline Modifiers"), { "teacache_sep": OptionInfo("

TeaCache

", "", gr.HTML), "teacache_enabled": OptionInfo(False, "TC cache enabled"), - "teacache_thresh": OptionInfo(0.6, "TC L1 threshold", gr.Slider, {"minimum": 0.0, "maximum": 1.0, "step": 0.01}), + "teacache_thresh": OptionInfo(0.1, "TC L1 threshold", gr.Slider, {"minimum": 0.0, "maximum": 1.0, "step": 0.01}), "hypertile_sep": OptionInfo("

HyperTile

", "", gr.HTML), "hypertile_unet_enabled": OptionInfo(False, "UNet Enabled"),