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
b0c96a04
Commit
b0c96a04
authored
Mar 16, 2023
by
comfyanonymous
Browse files
Add some explanations to update script.
parent
0ecb45f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.ci/update_windows_cu118/update_comfyui_and_python_dependencies.bat
..._windows_cu118/update_comfyui_and_python_dependencies.bat
+8
-1
No files found.
.ci/update_windows_cu118/update_comfyui_and_python_dependencies.bat
View file @
b0c96a04
@echo
off
..\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
If
you
just
want
to
update
normally
,
close
this
and
run
update_comfyui
.bat
instead
.
echo
pause
..\python_embeded\python.exe
-s -m
pip
install
--upgrade
torch
torchvision
torchaudio
--extra-index-url
https
://download.pytorch.org/whl/cu118
xformers
-r
../ComfyUI/requirements.txt
pygit2
echo
NOTE
If
you
get
an
error
with
pip
you
can
ignore
it
,
it
's pip being pip as usual, your ComfyUI should have updated anyways.
pause
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