diff --git a/assets/requirements/macos.compiled b/assets/requirements/macos.compiled index cb5ed3217..28b3043ea 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.9 +comfyui-workflow-templates==0.7.20 # 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 3f7c27399..e43cd7b7e 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.9 +comfyui-workflow-templates==0.7.20 # 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 31fdf0e44..9abfe5fe2 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.9 +comfyui-workflow-templates==0.7.20 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple cryptography==44.0.0 diff --git a/package.json b/package.json index 9188f60cf..6be144cc6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "optionalBranch": "" }, "comfyUI": { - "version": "0.3.72", + "version": "0.3.73", "optionalBranch": "" }, "managerCommit": "d82e1f5d677fec0b85a6be6beb1e32d5627ef6af", diff --git a/scripts/core-requirements.patch b/scripts/core-requirements.patch index 233936570..7c7d09e5d 100644 --- a/scripts/core-requirements.patch +++ b/scripts/core-requirements.patch @@ -3,6 +3,6 @@ diff --git a/requirements.txt b/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -comfyui-frontend-package==1.30.6 - comfyui-workflow-templates==0.7.9 + comfyui-workflow-templates==0.7.20 comfyui-embedded-docs==0.3.1 torch