diff --git a/assets/requirements/macos.compiled b/assets/requirements/macos.compiled index 71017a09a..bcf5474b8 100644 --- a/assets/requirements/macos.compiled +++ b/assets/requirements/macos.compiled @@ -43,7 +43,7 @@ click==8.1.7 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.25 +comfyui-workflow-templates==0.7.54 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple cryptography==43.0.3 diff --git a/assets/requirements/windows_cpu.compiled b/assets/requirements/windows_cpu.compiled index 3a768463c..1394ae94d 100644 --- a/assets/requirements/windows_cpu.compiled +++ b/assets/requirements/windows_cpu.compiled @@ -49,7 +49,7 @@ colorama==0.4.6 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.25 +comfyui-workflow-templates==0.7.54 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple cryptography==44.0.0 diff --git a/assets/requirements/windows_nvidia.compiled b/assets/requirements/windows_nvidia.compiled index ee9cd5992..82287bb07 100644 --- a/assets/requirements/windows_nvidia.compiled +++ b/assets/requirements/windows_nvidia.compiled @@ -50,7 +50,7 @@ colorama==0.4.6 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.25 +comfyui-workflow-templates==0.7.54 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple cryptography==44.0.0 diff --git a/package.json b/package.json index 789b1bc9a..a6a2ba1b6 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ "type": "module", "config": { "frontend": { - "version": "1.32.10", + "version": "1.33.14", "optionalBranch": "" }, "comfyUI": { - "version": "0.3.76", + "version": "0.4.0", "optionalBranch": "" }, "managerCommit": "d82e1f5d677fec0b85a6be6beb1e32d5627ef6af", @@ -123,4 +123,4 @@ "wait-on": "^8.0.1", "yaml": "^2.6.0" } -} +} \ No newline at end of file diff --git a/scripts/core-requirements.patch b/scripts/core-requirements.patch index d0b7f8d8b..b4e4b8ae0 100644 --- a/scripts/core-requirements.patch +++ b/scripts/core-requirements.patch @@ -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.32.10 - comfyui-workflow-templates==0.7.25 +-comfyui-frontend-package==1.33.13 + comfyui-workflow-templates==0.7.54 comfyui-embedded-docs==0.3.1 torch