Fix OpenVINO on Windows

This commit is contained in:
Disty0
2023-08-31 12:58:39 +03:00
parent fab6f25ae9
commit 77fce3e8c8
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ def process_diffusers(p: StableDiffusionProcessing, seeds, prompts, negative_pro
shared.sd_model.compiled_model_state.batch_size = p.batch_size
shared.sd_model.compiled_model_state.first_pass = False
else:
pass #Can be implemented for normal compile or TensorRT
pass #Can be implemented for TensorRT or Olive
else:
pass #Do nothing if compile is disabled