diff --git a/assets/requirements/macos.compiled b/assets/requirements/macos.compiled index b8177f6d3..822eca54a 100644 --- a/assets/requirements/macos.compiled +++ b/assets/requirements/macos.compiled @@ -47,7 +47,7 @@ comfyui-embedded-docs==0.3.1 comfyui-manager==4.0.3b7 # via -r assets/ComfyUI/manager_requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.64 +comfyui-workflow-templates==0.7.69 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple comfyui-workflow-templates-core==0.3.58 diff --git a/assets/requirements/windows_cpu.compiled b/assets/requirements/windows_cpu.compiled index 5178faa44..546f42f94 100644 --- a/assets/requirements/windows_cpu.compiled +++ b/assets/requirements/windows_cpu.compiled @@ -51,7 +51,7 @@ comfyui-embedded-docs==0.3.1 comfyui-manager==4.0.3b7 # via -r assets/ComfyUI/manager_requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.64 +comfyui-workflow-templates==0.7.69 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple comfyui-workflow-templates-core==0.3.58 diff --git a/assets/requirements/windows_nvidia.compiled b/assets/requirements/windows_nvidia.compiled index 6ad71ef92..b7634c593 100644 --- a/assets/requirements/windows_nvidia.compiled +++ b/assets/requirements/windows_nvidia.compiled @@ -52,7 +52,7 @@ comfyui-embedded-docs==0.3.1 comfyui-manager==4.0.4 # via -r assets/ComfyUI/manager_requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.64 +comfyui-workflow-templates==0.7.69 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple comfyui-workflow-templates-core==0.3.61 diff --git a/package.json b/package.json index cb4a097f9..b0f724411 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "optionalBranch": "" }, "comfyUI": { - "version": "0.7.0", + "version": "0.8.2", "optionalBranch": "" }, "managerCommit": "d82e1f5d677fec0b85a6be6beb1e32d5627ef6af", diff --git a/scripts/core-requirements.patch b/scripts/core-requirements.patch index cff325292..c246e06a2 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.35.9 - comfyui-workflow-templates==0.7.64 + comfyui-workflow-templates==0.7.69 comfyui-embedded-docs==0.3.1 torch