diff --git a/CodeLegacy/Main/InterpolateSteps.cs b/CodeLegacy/Main/InterpolateSteps.cs index a903613..0f951a0 100644 --- a/CodeLegacy/Main/InterpolateSteps.cs +++ b/CodeLegacy/Main/InterpolateSteps.cs @@ -83,8 +83,6 @@ namespace Flowframes.Main return; } - if (Config.GetBool(Config.Key.sbsAllowAutoEnc) && !(await InterpolateUtils.CheckEncoderValid())) return; - if (canceled) return; Program.mainForm.SetStatus("Running AI..."); await RunAi(currentSettings.interpFolder, currentSettings.ai, true); @@ -109,8 +107,6 @@ namespace Flowframes.Main } } - if (!(await InterpolateUtils.CheckEncoderValid())) return; - string[] outFrames = IoUtils.GetFilesSorted(currentSettings.interpFolder, currentSettings.interpExt); if (outFrames.Length > 0 && !IoUtils.CheckImageValid(outFrames[0]))