From 1c68191dbb2b5543b8f8259e282d5d0ce8e43b0e Mon Sep 17 00:00:00 2001 From: comfyanonymous <121283862+comfyanonymous@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:20:33 -0700 Subject: [PATCH] Remove some workflow media from portable install to make it smaller. (#16080) --- .github/workflows/stable-release.yml | 1 + 1 file changed, 1 insertion(+) 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