mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
ONNX/Olive support .safetensors VAE.
This commit is contained in:
@@ -444,6 +444,7 @@ options_templates.update(options_section(('diffusers', "Diffusers Settings"), {
|
||||
|
||||
"onnx_sep": OptionInfo("<h2>ONNX Runtime</h2>", "", gr.HTML),
|
||||
"onnx_execution_provider": OptionInfo(get_default_execution_provider().value, 'Execution Provider', gr.Dropdown, lambda: {"choices": available_execution_providers }),
|
||||
"onnx_show_menu": OptionInfo(False, 'ONNX show onnx-specific menu (restart required)'),
|
||||
"onnx_cache_converted": OptionInfo(True, 'ONNX cache converted models'),
|
||||
"onnx_unload_base": OptionInfo(False, 'ONNX unload base model when processing refiner'),
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user