olive_cache_optimized

This commit is contained in:
Seunghoon Lee
2023-10-21 21:35:37 +09:00
parent b7cce01222
commit ff6acb4e3f
2 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -437,7 +437,7 @@ options_templates.update(options_section(('diffusers', "Diffusers Settings"), {
"olive_sep": OptionInfo("<h2>Olive</h2>", "", gr.HTML),
"olive_float16": OptionInfo(True, 'Use FP16 (will use FP32 if unchecked)'),
"olive_cache_optimized": OptionInfo(False, 'Cache optimized models'),
"olive_cache_optimized": OptionInfo(True, 'Cache optimized models'),
"olive_garbage_collect": OptionInfo(False, 'Collect garbage at the end of each generation'),
}))