Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Integrates Stable-DIffusion-XL 1.0 and refiner #218

Integrates Stable-DIffusion-XL 1.0 and refiner

Integrates Stable-DIffusion-XL 1.0 and refiner #218

Workflow file for this run

name: CI
env:
DOCKER_BUILDKIT: 1
DOCKER_CLI_EXPERIMENTAL: "enabled"
COMPOSE_DOCKER_CLI_BUILD: 1
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/action@v3.0.0