diff --git a/assets/requirements/macos.compiled b/assets/requirements/macos.compiled index 9a653332b..de3b0d4db 100644 --- a/assets/requirements/macos.compiled +++ b/assets/requirements/macos.compiled @@ -44,25 +44,25 @@ click==8.1.7 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-manager==4.0.3b5 +comfyui-manager==4.0.3b7 # via -r assets/ComfyUI/manager_requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.59 +comfyui-workflow-templates==0.7.63 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates-core==0.3.43 +comfyui-workflow-templates-core==0.3.58 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-api==0.3.22 +comfyui-workflow-templates-media-api==0.3.31 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-image==0.3.36 +comfyui-workflow-templates-media-image==0.3.43 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-other==0.3.47 +comfyui-workflow-templates-media-other==0.3.61 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-video==0.3.19 +comfyui-workflow-templates-media-video==0.3.22 # via comfyui-workflow-templates # from https://pypi.org/simple cryptography==43.0.3 diff --git a/assets/requirements/windows_cpu.compiled b/assets/requirements/windows_cpu.compiled index c7635f361..30e2374a5 100644 --- a/assets/requirements/windows_cpu.compiled +++ b/assets/requirements/windows_cpu.compiled @@ -48,25 +48,25 @@ colorama==0.4.6 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-manager==4.0.3b5 +comfyui-manager==4.0.3b7 # via -r assets/ComfyUI/manager_requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.59 +comfyui-workflow-templates==0.7.63 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates-core==0.3.43 +comfyui-workflow-templates-core==0.3.58 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-api==0.3.22 +comfyui-workflow-templates-media-api==0.3.31 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-image==0.3.36 +comfyui-workflow-templates-media-image==0.3.43 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-other==0.3.47 +comfyui-workflow-templates-media-other==0.3.61 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-video==0.3.19 +comfyui-workflow-templates-media-video==0.3.22 # via comfyui-workflow-templates # from https://pypi.org/simple cryptography==44.0.0 diff --git a/assets/requirements/windows_nvidia.compiled b/assets/requirements/windows_nvidia.compiled index 1f7671b27..4b9534fb2 100644 --- a/assets/requirements/windows_nvidia.compiled +++ b/assets/requirements/windows_nvidia.compiled @@ -49,25 +49,25 @@ colorama==0.4.6 comfyui-embedded-docs==0.3.1 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-manager==4.0.3b5 +comfyui-manager==4.0.3b7 # via -r assets/ComfyUI/manager_requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates==0.7.59 +comfyui-workflow-templates==0.7.63 # via -r assets/ComfyUI/requirements.txt # from https://pypi.org/simple -comfyui-workflow-templates-core==0.3.43 +comfyui-workflow-templates-core==0.3.58 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-api==0.3.22 +comfyui-workflow-templates-media-api==0.3.31 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-image==0.3.36 +comfyui-workflow-templates-media-image==0.3.43 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-other==0.3.47 +comfyui-workflow-templates-media-other==0.3.61 # via comfyui-workflow-templates # from https://pypi.org/simple -comfyui-workflow-templates-media-video==0.3.19 +comfyui-workflow-templates-media-video==0.3.22 # via comfyui-workflow-templates # from https://pypi.org/simple cryptography==44.0.0 diff --git a/package.json b/package.json index 494f12c6b..4a9a4749f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "optionalBranch": "" }, "comfyUI": { - "version": "0.5.0", + "version": "0.6.0", "optionalBranch": "" }, "managerCommit": "d82e1f5d677fec0b85a6be6beb1e32d5627ef6af", diff --git a/scripts/core-requirements.patch b/scripts/core-requirements.patch index 32ecef03d..acecf3815 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.34.9 - comfyui-workflow-templates==0.7.59 + comfyui-workflow-templates==0.7.63 comfyui-embedded-docs==0.3.1 torch