update actions

This commit is contained in:
Vladimir Mandic
2023-07-23 08:52:25 -04:00
parent 86099dfb15
commit 6adbd05b64
6 changed files with 32 additions and 9 deletions
+23
View File
@@ -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: '.'
+1 -1
View File
@@ -1,4 +1,4 @@
name: Run Linting/Formatting on Pull Requests
name: lint-on-push
on:
- push
+4
View File
@@ -175,4 +175,8 @@ General goals:
- [ChangeLog](CHANGELOG.md)
- [CLI Tools](cli/README.md)
### **Sponsors**
<!-- sponsors --> <!-- sponsors -->
<br>
+2 -6
View File
@@ -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: <https://pharmapsychotic.com/tools.html>
- <https://towardsdatascience.com/mastering-memoization-in-python-dcdd8b435189>