Skip to content

Update Automatic1111 to 1.5.1 to add compatibility for SDXL (#560) #450

Update Automatic1111 to 1.5.1 to add compatibility for SDXL (#560)

Update Automatic1111 to 1.5.1 to add compatibility for SDXL (#560) #450

Workflow file for this run

name: Build Images
on:
push:
branches: master
pull_request:
paths:
- docker-compose.yml
- services
jobs:
build:
strategy:
matrix:
profile:
- auto
- invoke
- comfy
- download
runs-on: ubuntu-latest
name: ${{ matrix.profile }}
steps:
- uses: actions/checkout@v3
- run: docker compose --profile ${{ matrix.profile }} build --progress plain