15:07:37.135 [Error] Failed to get git commit date: System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'git' with working directory 'Q:\Software\MagicSetEditor\MSE.UI\SwarmUI'. The system cannot find the file specified. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at SwarmUI.Utils.Utilities.RunGitProcess(String args, String dir, Boolean canRetry) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Utils\Utilities.cs:line 1244 at SwarmUI.Core.Program.<>c.<<Main>b__28_4>d.MoveNext() in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Core\Program.cs:line 212 15:07:37.136 [Error] Internal error in async task (check for updates): System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'git' with working directory 'Q:\Software\MagicSetEditor\MSE.UI\SwarmUI'. The system cannot find the file specified. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at SwarmUI.Utils.Utilities.RunGitProcess(String args, String dir, Boolean canRetry) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Utils\Utilities.cs:line 1244 at SwarmUI.Core.Program.<>c.<<Main>b__28_3>d.MoveNext() in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Core\Program.cs:line 186 --- End of stack trace from previous location --- at SwarmUI.Utils.Utilities.<>c__DisplayClass55_0.<<RunCheckedTask>b__0>d.MoveNext() in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Utils\Utilities.cs:line 652
The installation continues until after it fully installs ComfyUI, then serves an Internal Error on the page and this error in the CMD.
15:13:09.492 [Error] [WebAPI] Error handling API request '/API/InstallConfirmWS' for user 'local': Internal exception: System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'git' with working directory 'Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\dlbackend\comfy\ComfyUI'. The system cannot find the file specified. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at SwarmUI.Utils.Utilities.RunGitProcess(String args, String dir, Boolean canRetry) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Utils\Utilities.cs:line 1244 at SwarmUI.Core.Installation.BackendComfyWindows(Boolean install_amd) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Core\Installation.cs:line 153 at SwarmUI.Core.Installation.BackendComfy(Boolean install_amd) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Core\Installation.cs:line 179 at SwarmUI.Core.Installation.Backend(String backend, Boolean install_amd) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Core\Installation.cs:line 222 at SwarmUI.Core.Installation.Install(WebSocket socket, String theme, String installed_for, String backend, String models, Boolean install_amd, String language, Boolean make_shortcut) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\Core\Installation.cs:line 330 at SwarmUI.WebAPI.BasicAPIFeatures.InstallConfirmWS(Session session, WebSocket socket, String theme, String installed_for, String backend, String models, Boolean install_amd, String language, Boolean make_shortcut) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\WebAPI\BasicAPIFeatures.cs:line 195 at SwarmUI.WebAPI.API.HandleAsyncRequest(HttpContext context) in Q:\Software\MagicSetEditor\MSE.UI\SwarmUI\src\WebAPI\API.cs:line 164
File is definitely there by the time it tries to look for it, as seen in attached images above. What could be happening?