Skip to content
Closed
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.4.0
comfyui-embedded-docs==0.3.1
# 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.8.4
comfyui-workflow-templates==0.7.69
# 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.4.0
comfyui-embedded-docs==0.3.1
# 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.8.4
comfyui-workflow-templates==0.7.64
# 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.4.0
comfyui-embedded-docs==0.3.1
# 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.8.4
comfyui-workflow-templates==0.7.69
# 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.4.0
comfyui-embedded-docs==0.3.1
# 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.8.4
comfyui-workflow-templates==0.7.69
# 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.36.14",
"version": "1.35.9",
"optionalBranch": ""
},
"comfyUI": {
"version": "0.9.1",
"version": "0.8.2",
"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.36.14
comfyui-workflow-templates==0.8.4
comfyui-embedded-docs==0.4.0
-comfyui-frontend-package==1.35.9
comfyui-workflow-templates==0.7.69
comfyui-embedded-docs==0.3.1
torch
Loading