Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
0986cc7c
Commit
0986cc7c
authored
Oct 07, 2023
by
comfyanonymous
Browse files
Fix issues with the packaging.
parent
ae3e4e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/windows_release_dependencies.yml
.github/workflows/windows_release_dependencies.yml
+4
-4
No files found.
.github/workflows/windows_release_dependencies.yml
View file @
0986cc7c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment