Skip to content

Commit bcba608

Browse files
bump core to 0.7.0 (#1506)
1 parent 79b780c commit bcba608

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

assets/requirements/macos.compiled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ comfyui-embedded-docs==0.3.1
4747
comfyui-manager==4.0.3b7
4848
# via -r assets/ComfyUI/manager_requirements.txt
4949
# from https://pypi.org/simple
50-
comfyui-workflow-templates==0.7.63
50+
comfyui-workflow-templates==0.7.64
5151
# via -r assets/ComfyUI/requirements.txt
5252
# from https://pypi.org/simple
5353
comfyui-workflow-templates-core==0.3.58

assets/requirements/windows_amd.compiled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ comfyui-embedded-docs==0.3.1
5151
comfyui-manager==4.0.3b5
5252
# via -r assets/ComfyUI/manager_requirements.txt
5353
# from https://pypi.org/simple
54-
comfyui-workflow-templates==0.7.59
54+
comfyui-workflow-templates==0.7.64
5555
# via -r assets/ComfyUI/requirements.txt
5656
# from https://pypi.org/simple
5757
comfyui-workflow-templates-core==0.3.43

assets/requirements/windows_cpu.compiled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ comfyui-embedded-docs==0.3.1
5151
comfyui-manager==4.0.3b7
5252
# via -r assets/ComfyUI/manager_requirements.txt
5353
# from https://pypi.org/simple
54-
comfyui-workflow-templates==0.7.63
54+
comfyui-workflow-templates==0.7.64
5555
# via -r assets/ComfyUI/requirements.txt
5656
# from https://pypi.org/simple
5757
comfyui-workflow-templates-core==0.3.58

assets/requirements/windows_nvidia.compiled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ comfyui-embedded-docs==0.3.1
5252
comfyui-manager==4.0.3b7
5353
# via -r assets/ComfyUI/manager_requirements.txt
5454
# from https://pypi.org/simple
55-
comfyui-workflow-templates==0.7.63
55+
comfyui-workflow-templates==0.7.64
5656
# via -r assets/ComfyUI/requirements.txt
5757
# from https://pypi.org/simple
5858
comfyui-workflow-templates-core==0.3.58

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"type": "module",
1212
"config": {
1313
"frontend": {
14-
"version": "1.34.9",
14+
"version": "1.35.9",
1515
"optionalBranch": ""
1616
},
1717
"comfyUI": {
18-
"version": "0.6.0",
18+
"version": "0.7.0",
1919
"optionalBranch": ""
2020
},
2121
"managerCommit": "d82e1f5d677fec0b85a6be6beb1e32d5627ef6af",

scripts/core-requirements.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ diff --git a/requirements.txt b/requirements.txt
22
--- a/requirements.txt
33
+++ b/requirements.txt
44
@@ -1,4 +1,3 @@
5-
-comfyui-frontend-package==1.34.9
6-
comfyui-workflow-templates==0.7.63
5+
-comfyui-frontend-package==1.35.9
6+
comfyui-workflow-templates==0.7.64
77
comfyui-embedded-docs==0.3.1
88
torch

0 commit comments

Comments
 (0)