Skip to content

Instantly share code, notes, and snippets.

@JiaJiaJiang
Last active July 31, 2023 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JiaJiaJiang/8f19822849016e63143a72243f703d37 to your computer and use it in GitHub Desktop.
Save JiaJiaJiang/8f19822849016e63143a72243f703d37 to your computer and use it in GitHub Desktop.
stable-diffusion-webui scripts
@echo off
@chcp 65001
cd %~dp0\extensions
for /D %%s in (*) do @(
if exist %%s"/.git" (
echo update:"%%s"
cd %%s
@REM git pull
start cmd /C "echo update:'%%s'&&git pull || pause"
cd ..
)
)
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment