mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
olive_cache_optimized
This commit is contained in:
+1
-1
@@ -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'),
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user