diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 965427f40..6eb957c4f 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -945,6 +945,20 @@ jobs: backend: "kitten-tts" dockerfile: "./backend/Dockerfile.python" context: "./backend" + diffusers-darwin: + uses: ./.github/workflows/backend_build_darwin.yml + with: + backend: "diffusers" + build-type: "mps" + go-version: "1.24.x" + tag-suffix: "-metal-darwin-arm64-diffusers" + use-pip: true + runs-on: "macOS-14" + secrets: + dockerUsername: ${{ secrets.DOCKERHUB_USERNAME }} + dockerPassword: ${{ secrets.DOCKERHUB_PASSWORD }} + quayUsername: ${{ secrets.LOCALAI_REGISTRY_USERNAME }} + quayPassword: ${{ secrets.LOCALAI_REGISTRY_PASSWORD }} mlx-darwin: uses: ./.github/workflows/backend_build_darwin.yml with: @@ -1131,4 +1145,4 @@ jobs: run: | for tag in $(echo "${{ steps.quaymeta.outputs.tags }}" | tr ',' '\n'); do crane push llama-cpp.tar $tag - done \ No newline at end of file + done