Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions assets/requirements/macos.compiled
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ click==8.1.7
comfyui-embedded-docs==0.3.1
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-manager==4.0.3b5
comfyui-manager==4.0.3b7
# via -r assets/ComfyUI/manager_requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates==0.7.59
comfyui-workflow-templates==0.7.63
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates-core==0.3.43
comfyui-workflow-templates-core==0.3.58
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-api==0.3.22
comfyui-workflow-templates-media-api==0.3.31
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-image==0.3.36
comfyui-workflow-templates-media-image==0.3.43
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-other==0.3.47
comfyui-workflow-templates-media-other==0.3.61
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-video==0.3.19
comfyui-workflow-templates-media-video==0.3.22
# via comfyui-workflow-templates
# from https://pypi.org/simple
cryptography==43.0.3
Expand Down
14 changes: 7 additions & 7 deletions assets/requirements/windows_cpu.compiled
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@ colorama==0.4.6
comfyui-embedded-docs==0.3.1
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-manager==4.0.3b5
comfyui-manager==4.0.3b7
# via -r assets/ComfyUI/manager_requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates==0.7.59
comfyui-workflow-templates==0.7.63
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates-core==0.3.43
comfyui-workflow-templates-core==0.3.58
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-api==0.3.22
comfyui-workflow-templates-media-api==0.3.31
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-image==0.3.36
comfyui-workflow-templates-media-image==0.3.43
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-other==0.3.47
comfyui-workflow-templates-media-other==0.3.61
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-video==0.3.19
comfyui-workflow-templates-media-video==0.3.22
# via comfyui-workflow-templates
Comment on lines +51 to 70
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify package versions exist on PyPI and check for security advisories

echo "=== Checking comfyui-manager versions on PyPI ==="
curl -s https://pypi.org/pypi/comfyui-manager/json | jq -r '.releases | keys[]' | grep "4.0.3b7" || echo "Version 4.0.3b7 not found"

echo -e "\n=== Checking comfyui-workflow-templates versions on PyPI ==="
curl -s https://pypi.org/pypi/comfyui-workflow-templates/json | jq -r '.releases | keys[]' | grep "0.7.63" || echo "Version 0.7.63 not found"

echo -e "\n=== Checking comfyui-workflow-templates-core on PyPI ==="
curl -s https://pypi.org/pypi/comfyui-workflow-templates-core/json | jq -r '.releases | keys[]' | grep "0.3.58" || echo "Version 0.3.58 not found"

echo -e "\n=== Checking other workflow-template packages ==="
curl -s https://pypi.org/pypi/comfyui-workflow-templates-media-api/json | jq -r '.releases | keys[]' | grep "0.3.31" || echo "Version 0.3.31 not found"

echo -e "\n=== Checking if packages are stable releases or beta ==="
curl -s https://pypi.org/pypi/comfyui-manager/json | jq '.info | {name, version, release_url, home_page}'

Repository: Comfy-Org/desktop

Length of output: 511


Address beta version in production dependency.

The comfyui-manager==4.0.3b7 is 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.3b7 with either:

  1. The stable 4.0.2 release, or
  2. Document and justify why the beta version is required over the stable release

All specified package versions are available on PyPI.

🤖 Prompt for AI Agents
assets/requirements/windows_cpu.compiled lines 51-70: the file pins
comfyui-manager to a beta release 4.0.3b7 which is inappropriate for a
production compiled requirements file; update the pinned version to the stable
comfyui-manager==4.0.2 (replace 4.0.3b7) OR add a short adjacent comment
documenting and justifying why the beta is required (include ticket/issue link
and explicit risk acceptance), then regenerate/verify the compiled requirements
to ensure no other transitive pins break.

# from https://pypi.org/simple
cryptography==44.0.0
Expand Down
14 changes: 7 additions & 7 deletions assets/requirements/windows_nvidia.compiled
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@ colorama==0.4.6
comfyui-embedded-docs==0.3.1
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-manager==4.0.3b5
comfyui-manager==4.0.3b7
# via -r assets/ComfyUI/manager_requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates==0.7.59
comfyui-workflow-templates==0.7.63
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates-core==0.3.43
comfyui-workflow-templates-core==0.3.58
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-api==0.3.22
comfyui-workflow-templates-media-api==0.3.31
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-image==0.3.36
comfyui-workflow-templates-media-image==0.3.43
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-other==0.3.47
comfyui-workflow-templates-media-other==0.3.61
# via comfyui-workflow-templates
# from https://pypi.org/simple
comfyui-workflow-templates-media-video==0.3.19
comfyui-workflow-templates-media-video==0.3.22
# via comfyui-workflow-templates
# from https://pypi.org/simple
cryptography==44.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"optionalBranch": ""
},
"comfyUI": {
"version": "0.5.0",
"version": "0.6.0",
"optionalBranch": ""
},
"managerCommit": "d82e1f5d677fec0b85a6be6beb1e32d5627ef6af",
Expand Down
2 changes: 1 addition & 1 deletion scripts/core-requirements.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch file appears to be inconsistent. Line 6 shows comfyui-workflow-templates==0.7.63 with a space prefix (indicating an unchanged context line), but according to the PR description and the diff, this line should reflect an update from version 0.7.59 to 0.7.63.

A proper patch file should show this as:

-comfyui-workflow-templates==0.7.59
+comfyui-workflow-templates==0.7.63

This may cause the patch to fail when applied if the actual requirements.txt file still contains version 0.7.59.

Suggested change
comfyui-workflow-templates==0.7.63
-comfyui-workflow-templates==0.7.59
+comfyui-workflow-templates==0.7.63

Copilot uses AI. Check for mistakes.
comfyui-embedded-docs==0.3.1
torch
Loading