-
Notifications
You must be signed in to change notification settings - Fork 178
Update ComfyUI core to v0.6.0 #1496
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,6 +3,6 @@ diff --git a/requirements.txt b/requirements.txt | |||||||
| +++ b/requirements.txt | ||||||||
| @@ -1,4 +1,3 @@ | ||||||||
| -comfyui-frontend-package==1.34.9 | ||||||||
| comfyui-workflow-templates==0.7.59 | ||||||||
| comfyui-workflow-templates==0.7.63 | ||||||||
|
||||||||
| comfyui-workflow-templates==0.7.63 | |
| -comfyui-workflow-templates==0.7.59 | |
| +comfyui-workflow-templates==0.7.63 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: Comfy-Org/desktop
Length of output: 511
Address beta version in production dependency.
The
comfyui-manager==4.0.3b7is a beta release (stable version 4.0.2 is available) and should not be used in a compiled production requirements file. Beta versions may contain breaking changes, incomplete features, or undiscovered bugs that could destabilize deployments.Replace
4.0.3b7with either:4.0.2release, orAll specified package versions are available on PyPI.
🤖 Prompt for AI Agents