-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow process kill signals to be checked Add basic validation for venv, UV, and python Until UI is in place to perform auto-fix / ignore issues, validation should only log issues. Add basic validation for venv, UV, and python Instantiate venv object earlier: allows validation [Refactor] Simplify code: pass ComfyInstallation Ensure users can still start app if validation fails Add install validation Validate ComfyUI core venv reqs on startup Add terminal IPC Fix ipc return value passed Add VC redist & handlers Add uv clear and reset Add current working directory for uv command. Helps it find the correct .venv to run pip in. nit - Remove completed TODO [skip ci] nit nit Remove redundant code Fix basePath check ignored when upgrading config Load maintenance page on first validation error Allow uninstall / reinstall if startup fails nit - ESLint nit nit [Refactor] Remove redundant code * Inject telemetry in ComfyInstallation constructor --------- Co-authored-by: huchenlei <[email protected]>
- Loading branch information
1 parent
7458104
commit 95bc799
Showing
6 changed files
with
376 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.