Skip to content

Fix SDXL loading & other refactors #306

Fix SDXL loading & other refactors

Fix SDXL loading & other refactors #306

Workflow file for this run

name: Ruff
on:
push:
paths:
- "**.py"
- ".github/workflows/**"
pull_request:
paths:
- "**.py"
- ".github/workflows/**"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1