-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Bug]: ComfyUI Desktop Version Unstable on macOS 15.3 #560
Comments
comfyui.log |
Hey can you try reinstalling with the latest version? |
Same issue with latest version |
@lakshyaag If you're experiencing the exact same issue, with the exact same logs, your venv is empty. The quick fix for this is to remove the .venv directory (from inside the dir you installed Comfy to) and reload the app. That will force it to re-download python packages and create the venv again. You can also just manually add the packages with pip, if you're comfortable doing that. |
I had the same issue, I think it was caused by installation script exiting early (at the point of I've got it running now by doing the following (replace the initial cd /Users/osilviotti/Documents/ComfyUI
source .venv/bin/activate
uv pip install -r /Applications/ComfyUI.app/Contents/Resources/ComfyUI/requirements.txt |
App Version
Description
The ComfyUI desktop version appears to have stability issues on macOS. After attempting to create a virtual environment and initialize the application, the process hangs or fails unexpectedly. This issue is reproducible with the following steps and seems to occur consistently.
Environment
• OS: macOS (Apple Silicon, M4 Max chip)
• Python Version: CPython 3.12.4
• ComfyUI Version: Desktop Edition (latest available as of 2024-12-25) (ComfyUI 0.4.2 - Build 241221fp3hq46zr-arm64)
• Terminal: iTerm2
Expected Behavior
The application should complete initialization, launch the interface, and function without errors.
Actual Behavior
Creating virtual environment
at: .venv
Activate with: source .venv/bin/activate
@todesktop/runtime: alwaysResolve: Promise timed out after 30000ms
@todesktop/runtime: skipping autoUpdater initialization because the build isn't released.
Steps to Reproduce
Debug Logs
Browser Logs
Unable to get
Setting JSON
Unable to get
Other
No response
┆Issue is synchronized with this Notion page by Unito
The text was updated successfully, but these errors were encountered: