mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 21:32:01 -08:00
adding loractl
This commit is contained in:
parent
2a425669fa
commit
c7db12fcd7
1 changed files with 6 additions and 3 deletions
9
.github/workflows/on_merge_to_master.yaml
vendored
9
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -40,14 +40,17 @@ jobs:
|
|||
|
||||
# Navigate to the extensions folder and clone repos
|
||||
cd ../extensions
|
||||
if [ ! -d "sd-webui-deforum/.git" ]; then
|
||||
git clone https://github.com/deforum-art/sd-webui-deforum
|
||||
if [ ! -d "sd-webui-loractl/.git" ]; then
|
||||
git clone https://github.com/cheald/sd-webui-loractl.git
|
||||
fi
|
||||
|
||||
if [ ! -d "sd-webui-controlnet/.git" ]; then
|
||||
git clone https://github.com/Mikubill/sd-webui-controlnet
|
||||
fi
|
||||
|
||||
|
||||
if [ ! -d "sd-webui-deforum/.git" ]; then
|
||||
git clone https://github.com/deforum-art/sd-webui-deforum
|
||||
fi
|
||||
|
||||
# Return to the main project directory
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue