index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extensions
/
update-all.bat
blob: 75a17cbe76c638fd5eeca5a2b60fa23b197bdc5f (
plain
)
1
for
/
d
%%
i in
(*)
do
@
if exist
"%%i\.git"
(
echo
Pulling updates
for
%%
i...
&
git
-
C
"%%i"
pull
)