From 6adbd05b643661e52e8f2531c326d2cf72aa6e6d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 23 Jul 2023 08:52:25 -0400 Subject: [PATCH] update actions --- .github/workflows/build_readme.yaml | 23 +++++++++++++++++++ .github/workflows/on_pull_request.yaml | 2 +- README.md | 4 ++++ TODO.md | 8 ++----- .../multidiffusion-upscaler-for-automatic1111 | 2 +- modules/lora | 2 +- 6 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 .github/workflows/build_readme.yaml diff --git a/.github/workflows/build_readme.yaml b/.github/workflows/build_readme.yaml new file mode 100644 index 000000000..fc763b7b7 --- /dev/null +++ b/.github/workflows/build_readme.yaml @@ -0,0 +1,23 @@ +name: update-readme + +on: + workflow_dispatch: + schedule: + - cron: '0 * * * *' + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: checkout-code + uses: actions/checkout@v3 + - name: update-readme + uses: JamesIves/github-sponsors-readme-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + file: 'README.md' + - name: deploy-readme + uses: JamesIves/github-pages-deploy-action@v4 + with: + branch: main + folder: '.' diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 924ab3266..5805f7669 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -1,4 +1,4 @@ -name: Run Linting/Formatting on Pull Requests +name: lint-on-push on: - push diff --git a/README.md b/README.md index 998cf1c9d..0b5d6c4e6 100644 --- a/README.md +++ b/README.md @@ -175,4 +175,8 @@ General goals: - [ChangeLog](CHANGELOG.md) - [CLI Tools](cli/README.md) +### **Sponsors** + + +
diff --git a/TODO.md b/TODO.md index d7eecb817..2b25ab168 100644 --- a/TODO.md +++ b/TODO.md @@ -71,19 +71,15 @@ Pick & merge PRs from main repo... Tech that can be integrated as part of the core workflow... -- [Merge without distortion](https://github.com/ogkalu2/Merge-Stable-Diffusion-models-without-distortion) -- [Weighted merges](https://github.com/bbc-mc/sdweb-merge-block-weighted-gui/tree/master) +- [Git-ReBasin]([https://github.com/ogkalu2/Merge-Stable-Diffusion-models-without-distortion](https://github.com/vladmandic/automatic/issues/1176)) - [Null-text inversion](https://github.com/ouhenio/null-text-inversion-colab) - [Custom diffusion](https://github.com/guaneec/custom-diffusion-webui), [Custom diffusion](https://www.cs.cmu.edu/~custom-diffusion/) - [Dream artist](https://github.com/7eu7d7/DreamArtist-sd-webui-extension) - [QuickEmbedding](https://github.com/ethansmith2000/QuickEmbedding) -- [DataComp CLiP](https://github.com/mlfoundations/open_clip/blob/main/docs/datacomp_models.md) -- [ClipSeg](https://github.com/timojl/clipseg) - [DragGAN](https://github.com/XingangPan/DragGAN) -- [LamaCleaner]([Title](https://github.com/Sanster/lama-cleaner)) +- [LamaCleaner](https://github.com/Sanster/lama-cleaner) - `TensorRT` ## Random - Bunch of stuff: -- diff --git a/extensions-builtin/multidiffusion-upscaler-for-automatic1111 b/extensions-builtin/multidiffusion-upscaler-for-automatic1111 index de4888103..f9f8073e6 160000 --- a/extensions-builtin/multidiffusion-upscaler-for-automatic1111 +++ b/extensions-builtin/multidiffusion-upscaler-for-automatic1111 @@ -1 +1 @@ -Subproject commit de4888103c03d88c0d32af6d453373b47291687a +Subproject commit f9f8073e64f4e682838f255215039ba7884553bf diff --git a/modules/lora b/modules/lora index 9a67e0df3..7b31c0830 160000 --- a/modules/lora +++ b/modules/lora @@ -1 +1 @@ -Subproject commit 9a67e0df390033a89f17e70df5131393692c2a55 +Subproject commit 7b31c0830fd96127603b1a036518581256d0dd4f