-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Latest frontend change breaks stableswarm launch #7042
Comments
Yes but my Comfy is broken as well.. [START] Security scan ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2025-03-02 15:10:14.292 [notice] A new release of pip is available: 24.0 -> 25.0.1 [notice] A new release of pip is available: 24.0 -> 25.0.1 Prestartup times for custom nodes: Checkpoint files will always be loaded safely. |
See: #7025 |
to fix it just run # Install ComfyUI frontend dependency (and other requirements) Good luck! Collecting comfyui-frontend-package==1.10.17 (from -r requirements.txt (line 1)) |
I started updating comfyui but didnt let it finish and i closed out and now when I try to relaunch it on a Mac it tells me: ********** ERROR *********** comfyui-frontend-package is not installed. Please install the updated requirements.txt file by running: This error is happening because the ComfyUI frontend is no longer shipped as part of the main repo but as a pip package instead. how do i fix this? |
Literally execute this in ComfyUI dir.
|
What to do for ComfyUI portable? I did all update.bat. Now ComfyUI open all old workflows but don't open new loaded workflow. ((( I'm not an IT specialist. Help, please. ))) |
doesnt work. I ran Pip install -r requirements.txt From comfy root, and while this command didnt give me any errors. It tells me: [notice] A new release of pip is available: 24.1.2 -> 25.0.1 [notice] To update, run: /Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 -m pip install --upgrade pip but now when I go to launch comfy via terminal I still get the same error as yesterday: "comfyui-frontend-package is not installed. Please install the updated requirements.txt file by running:" so i open a new terminal window and type pip install --upgrade pip and it tells me Requirement already satisfied: pip in ./.pyenv/versions/3.12.4/lib/python3.12/site-packages (25.0.1) |
ok thank you. that worked |
Expected Behavior
File structure remains consistent
Actual Behavior
"import comfyui_frontend_package"
returns:
"No module named 'comfyui_frontend_package'"
Steps to Reproduce
Use anything dependent on comfyui
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: