mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-12 00:22:55 +08:00
update descriptions, add depth maps script
parent
6ff0391257
commit
5e0d677e3f
@ -12,7 +12,7 @@ It allows a matrix prompt as follows:
|
|||||||
Does not actually draw a matrix, just produces pictures.
|
Does not actually draw a matrix, just produces pictures.
|
||||||
|
|
||||||
## Wildcards
|
## Wildcards
|
||||||
This and the more feature rich dynamic prompts script have been turned into [extensions.](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions)
|
This, and the more feature-rich `dynamic prompts` script have been turned into [extensions.](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions)
|
||||||
|
|
||||||
## Unprompted
|
## Unprompted
|
||||||
https://github.com/ThereforeGames/unprompted
|
https://github.com/ThereforeGames/unprompted
|
||||||
@ -167,7 +167,7 @@ Generate palettes by text description. This script takes the generated images an
|
|||||||
## StylePile
|
## StylePile
|
||||||
https://github.com/some9000/StylePile
|
https://github.com/some9000/StylePile
|
||||||
|
|
||||||
Mix and match keywords to quickly get different results without wasting a lot of time writing prompts.
|
An easy way to mix and match elements to prompts that affect the style of the result.
|
||||||
|
|
||||||
## XYZ Plot Script
|
## XYZ Plot Script
|
||||||
https://github.com/xrpgame/xyz_plot_script
|
https://github.com/xrpgame/xyz_plot_script
|
||||||
@ -186,14 +186,18 @@ https://github.com/dfaker/embedding-to-png-script
|
|||||||
|
|
||||||
Converts existing embeddings to the shareable image versions.
|
Converts existing embeddings to the shareable image versions.
|
||||||
|
|
||||||
## Basic Canvas Outpainting Test
|
## Alpha Canvas
|
||||||
https://github.com/TKoestlerx/sdexperiments
|
https://github.com/TKoestlerx/sdexperiments
|
||||||
|
|
||||||
Script to allow for easier outpainting. Appears to be infinite outpainting.
|
Outpaint a region. Infinite outpainting concept, used the two existing outpainting scripts from the AUTOMATIC1111 repo as a basis.
|
||||||
|
|
||||||
## Random Steps and CFG
|
## AI-WEBUI-scripts-Random
|
||||||
https://github.com/lilly1987/AI-WEBUI-scripts-Random
|
https://github.com/lilly1987/AI-WEBUI-scripts-Random
|
||||||
|
|
||||||
|
- Random Steps and CFG
|
||||||
|
- Random Grid
|
||||||
|
- Random Loop
|
||||||
|
|
||||||
## Stable Diffusion Aesthetic Scorer
|
## Stable Diffusion Aesthetic Scorer
|
||||||
https://github.com/grexzen/SD-Chad
|
https://github.com/grexzen/SD-Chad
|
||||||
|
|
||||||
@ -207,6 +211,11 @@ https://github.com/dfaker/SD-latent-mirroring
|
|||||||
|
|
||||||
Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections
|
Applies mirroring and flips to the latent images to produce anything from subtle balanced compositions to perfect reflections
|
||||||
|
|
||||||
|
## Depth Maps
|
||||||
|
https://github.com/thygate/stable-diffusion-webui-depthmap-script
|
||||||
|
|
||||||
|
This script is an addon for [AUTOMATIC1111's Stable Diffusion Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) that creates `depthmaps` from the generated images. The result can be viewed on 3D or holographic devices like VR headsets or [lookingglass](https://lookingglassfactory.com/) display, used in Render- or Game- Engines on a plane with a displacement modifier, and maybe even 3D printed.
|
||||||
|
|
||||||
## Saving steps of the sampling process
|
## Saving steps of the sampling process
|
||||||
|
|
||||||
This script will save steps of the sampling process to a directory.
|
This script will save steps of the sampling process to a directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user