-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use comfyui_frontend_package pypi package to manage frontend dependency (Frontend v1.10.17) #7021
Conversation
I think the only thing missing is something that warns the user on startup if they have not updated the frontend pip package. |
Do we have an easy way to check the package version specified in requirement.txt? I think the desktop side has check on whether the pip environment satisfies the requirement.txt. Do we want to also bring that logic to the main repo? |
Overall I think this should be a separate project. Users update via ComfyUI manager should automatically have the deps updated. |
At least there needs to be a warning if there is no frontend package installed to warn users who are doing update with git pull only. |
Done. |
Is |
|
web/
update-frontend.yml
gh actioncomfyui-frontend-package
as pip dependencyRef: https://pypi.org/project/comfyui-frontend-package/
Changelog (1.10.0 - 1.10.17)
Features
BugFixes
Misc