remove redundant information from pipeline names

This commit is contained in:
mauwii 2022-10-29 22:25:41 +02:00
parent da5de6a240
commit 3d4a9c2deb
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -1,4 +1,4 @@
name: Test Invoke with Conda
name: Test invoke.py
on:
push:
branches:
@ -34,7 +34,7 @@ jobs:
- stable-diffusion-model: https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt
stable-diffusion-model-dl-path: models/ldm/stable-diffusion-v1/v1-5-pruned-emaonly.ckpt
stable-diffusion-model-switch: stable-diffusion-1.5
name: Test invoke.py on ${{ matrix.os }} with ${{ matrix.stable-diffusion-model-switch }}
name: ${{ matrix.os }} with ${{ matrix.stable-diffusion-model-switch }}
runs-on: ${{ matrix.os }}
env:
CONDA_ENV_NAME: invokeai