Skip to content

Diffusers 0.32.0: New video pipelines, new image pipelines, new quantization backends, new training scripts, and more #15

Diffusers 0.32.0: New video pipelines, new image pipelines, new quantization backends, new training scripts, and more

Diffusers 0.32.0: New video pipelines, new image pipelines, new quantization backends, new training scripts, and more #15

name: Notify Slack about a release
on:
workflow_dispatch:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Notify Slack about the release
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
run: pip install requests && python utils/notify_slack_about_release.py