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
4 changes: 2 additions & 2 deletions assets/requirements/macos.compiled
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ charset-normalizer==3.4.0
click==8.1.7
# via typer
# from https://pypi.org/simple
comfyui-embedded-docs==0.3.1
comfyui-embedded-docs==0.4.0
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-manager==4.0.3b7
# via -r assets/ComfyUI/manager_requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates==0.7.69
comfyui-workflow-templates==0.8.4
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates-core==0.3.58
Expand Down
4 changes: 2 additions & 2 deletions assets/requirements/windows_amd.compiled
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ colorama==0.4.6
# click
# tqdm
# from https://pypi.org/simple
comfyui-embedded-docs==0.3.1
comfyui-embedded-docs==0.4.0
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-manager==4.0.3b5
# via -r assets/ComfyUI/manager_requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates==0.7.64
comfyui-workflow-templates==0.8.4
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates-core==0.3.43
Expand Down
4 changes: 2 additions & 2 deletions assets/requirements/windows_cpu.compiled
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ colorama==0.4.6
# click
# tqdm
# from https://pypi.org/simple
comfyui-embedded-docs==0.3.1
comfyui-embedded-docs==0.4.0
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-manager==4.0.3b7
# via -r assets/ComfyUI/manager_requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates==0.7.69
comfyui-workflow-templates==0.8.4
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates-core==0.3.58
Expand Down
4 changes: 2 additions & 2 deletions assets/requirements/windows_nvidia.compiled
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ colorama==0.4.6
# click
# tqdm
# from https://download.pytorch.org/whl/cu130
comfyui-embedded-docs==0.3.1
comfyui-embedded-docs==0.4.0
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-manager==4.0.4
# via -r assets/ComfyUI/manager_requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates==0.7.69
comfyui-workflow-templates==0.8.4
# via -r assets/ComfyUI/requirements.txt
# from https://pypi.org/simple
comfyui-workflow-templates-core==0.3.61
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"type": "module",
"config": {
"frontend": {
"version": "1.35.9",
"version": "1.36.14",
"optionalBranch": ""
},
"comfyUI": {
"version": "0.8.2",
"version": "0.9.1",
"optionalBranch": ""
},
"managerCommit": "d82e1f5d677fec0b85a6be6beb1e32d5627ef6af",
Expand Down
6 changes: 3 additions & 3 deletions scripts/core-requirements.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
-comfyui-frontend-package==1.35.9
comfyui-workflow-templates==0.7.69
comfyui-embedded-docs==0.3.1
-comfyui-frontend-package==1.36.14
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

The formatting in this patch file is inconsistent. Line 5 is missing the leading space before the minus sign, while lines 6 and 7 have the proper indentation. The line should start with a space followed by the minus sign to match the standard unified diff format.

Suggested change
-comfyui-frontend-package==1.36.14
-comfyui-frontend-package==1.36.14

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think this is right. Really weird how OAI models get this consistently wrong, not sure why.

comfyui-workflow-templates==0.8.4
comfyui-embedded-docs==0.4.0
torch
Loading