This commit is contained in:
Vladimir Mandic
2023-01-12 10:12:38 -05:00
parent 2d88394cff
commit d575cd6f59
3 changed files with 37 additions and 3 deletions
+37
View File
@@ -0,0 +1,37 @@
# Merge repos
- Reorg Wiki & Docs
- Move sd-extensions/scripts/save-steps-animation script to automatic/extensions-builtin
- Move sd-extensions/api to automatic/cli
- [https://github.com/vladmandic/automatic]
- [https://github.com/vladmandic/sd-extensions]
- [https://github.com/vladmandic/generative-art]
# Ideas
Things I'm looking into...
## Automatic
Tech that can be integrated as part of the core workflow
- Custom watermark
- [Embedding mixing](https://github.com/tkalayci71/embedding-inspector)
- [DAAM](https://github.com/kousw/stable-diffusion-webui-daam)
- [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)
- [Prune models](https://github.com/Akegarasu/sd-webui-model-converter)
- [Use scripts from API](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/6469)
- [Latent blending](https://github.com/lunarring/latentblending/)
- [LORA](https://github.com/cloneofsimo/lora)
- <https://github.com/kohya-ss/sd-webui-additional-networks>
- <https://github.com/kohya-ss/sd-scripts>
## External
Ideas that can be value-added to core tech
- Prevalent colors to interrogate
- Auto-Sort inputs by face recognition
- Auto-filter training inputs based
- Auto-filter training inputs based on blur: <https://pyimagesearch.com/2020/06/15/opencv-fast-fourier-transform-fft-for-blur-detection-in-images-and-video-streams/>
-2
View File
@@ -127,8 +127,6 @@
"s_noise": 1.0,
"eta_noise_seed_delta": 0,
"disabled_extensions": [
"embedding-inspector",
"openOutpaint-webUI-extension",
"sdweb-merge-board",
"roll-artist"
],
Submodule wiki deleted from a5ec2cb2e1