mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
@@ -129,8 +129,9 @@ def run_settings(*args):
|
||||
if shared.opts.set(key, value):
|
||||
changed.append(key)
|
||||
if shared.opts.cuda_compile_backend == "olive-ai":
|
||||
from modules.onnx_impl import install_olive
|
||||
from modules.onnx_impl import install_olive, initialize_onnx_pipelines
|
||||
install_olive()
|
||||
initialize_onnx_pipelines()
|
||||
if shared.cmd_opts.use_directml:
|
||||
from modules.dml import directml_override_opts
|
||||
directml_override_opts()
|
||||
|
||||
Reference in New Issue
Block a user