From 0986cc7c382c3561a4934b53383732ddae1cde80 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Sat, 7 Oct 2023 11:57:32 -0400 Subject: [PATCH] Fix issues with the packaging. --- .github/workflows/windows_release_dependencies.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows_release_dependencies.yml b/.github/workflows/windows_release_dependencies.yml index f2ac940..aafe8a2 100644 --- a/.github/workflows/windows_release_dependencies.yml +++ b/.github/workflows/windows_release_dependencies.yml @@ -41,13 +41,13 @@ jobs: - shell: bash run: | echo "@echo off - ..\python_embeded\python.exe .\update.py ..\ComfyUI\ - echo + ..\python_embeded\python.exe .\update.py ..\ComfyUI\\ + echo - echo This will try to update pytorch and all python dependencies, if you get an error wait for pytorch/xformers to fix their stuff echo You should not be running this anyways unless you really have to - echo + echo - echo If you just want to update normally, close this and run update_comfyui.bat instead. - echo + echo - pause ..\python_embeded\python.exe -s -m pip install --upgrade torch torchvision torchaudio ${{ inputs.xformers }} --extra-index-url https://download.pytorch.org/whl/cu${{ inputs.cu }} -r ../ComfyUI/requirements.txt pygit2 pause" > update_comfyui_and_python_dependencies.bat