mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
update actions
This commit is contained in:
@@ -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,4 +1,4 @@
|
||||
name: Run Linting/Formatting on Pull Requests
|
||||
name: lint-on-push
|
||||
|
||||
on:
|
||||
- push
|
||||
|
||||
@@ -175,4 +175,8 @@ General goals:
|
||||
- [ChangeLog](CHANGELOG.md)
|
||||
- [CLI Tools](cli/README.md)
|
||||
|
||||
### **Sponsors**
|
||||
|
||||
<!-- sponsors --> <!-- sponsors -->
|
||||
|
||||
<br>
|
||||
|
||||
@@ -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>
|
||||
|
||||
+1
-1
Submodule modules/lora updated: 9a67e0df39...7b31c0830f
Reference in New Issue
Block a user