diff --git a/.github/workflows/stable-release.yml b/.github/workflows/stable-release.yml index bc64ed74d..dbb5981b4 100644 --- a/.github/workflows/stable-release.yml +++ b/.github/workflows/stable-release.yml @@ -119,6 +119,7 @@ jobs: grep comfy ../ComfyUI/requirements.txt > ./requirements_comfyui.txt ./python.exe -s -m pip install -r requirements_comfyui.txt + ./python.exe -s -m pip uninstall -y comfyui-workflow-templates-media-image comfyui-workflow-templates-media-video comfyui-workflow-templates-media-other rm requirements_comfyui.txt sed -i '1i../ComfyUI' ./python3${{ inputs.python_minor }}._pth