Don't force VAE compile with OpenVINO and set min detected memory for dyn atten to 4

This commit is contained in:
Disty0
2025-02-09 02:39:30 +03:00
parent c79d12502f
commit a77bd98997
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -250,9 +250,6 @@ def create_ui(startup_timer = None):
if "Model" not in shared.opts.cuda_compile:
shared.log.warning("OpenVINO: Enabling Torch Compile Model")
shared.opts.cuda_compile.append("Model")
if "VAE" not in shared.opts.cuda_compile:
shared.log.warning("OpenVINO: Enabling Torch Compile VAE")
shared.opts.cuda_compile.append("VAE")
if shared.opts.cuda_compile_backend != "openvino_fx":
shared.log.warning("OpenVINO: Setting Torch Compiler backend to OpenVINO FX")
shared.opts.cuda_compile_backend = "openvino_fx"