diff --git a/.github/workflows/docker_build_experimental.yml b/.github/workflows/docker_build_experimental.yml deleted file mode 100644 index e1308f9b0..000000000 --- a/.github/workflows/docker_build_experimental.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Docker Build Experimental - -on: workflow_dispatch - -jobs: - docker: - runs-on: self-hosted - steps: - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v4 - with: - push: true - tags: stax124/volta:experimental diff --git a/.github/workflows/docker_build_main.yml b/.github/workflows/docker_build_main.yml deleted file mode 100644 index b7ccb5038..000000000 --- a/.github/workflows/docker_build_main.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Docker Build Main - -on: - push: - branches: - - "main" - -jobs: - docker: - runs-on: self-hosted - steps: - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v4 - with: - push: true - tags: stax124/volta:latest diff --git a/docs/static/frontend/frontend-img2img.webp b/docs/static/frontend/frontend-img2img.webp index f9ca7c6c2..ff6b13570 100644 Binary files a/docs/static/frontend/frontend-img2img.webp and b/docs/static/frontend/frontend-img2img.webp differ diff --git a/docs/static/frontend/frontend-txt2img.webp b/docs/static/frontend/frontend-txt2img.webp index 26953836e..b1b3b9122 100644 Binary files a/docs/static/frontend/frontend-txt2img.webp and b/docs/static/frontend/frontend-txt2img.webp differ