Auto install front end updates.
Open
Feature
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Feature Idea
Can you add an if/then statement to ComfyUIs boot(or when 'Update All' is run) to automatically run the pip command to install the new front end if needed?
if installed version < current version then python.exe -m pip install -r requirements.txt
... the rest of the boot process...
You already have a check in place to let people know when an update is needed, this could automatically run if an update is needed.
### Existing Solutions
_No response_
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.