mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-25 06:19:00 +08:00
Updated Custom Scripts (markdown)
parent
5a68c224ad
commit
8950723fc4
@ -81,6 +81,10 @@ This script enables you to give a range to the weight of tokens in a prompt and
|
|||||||
https://github.com/DiceOwl/StableDiffusionStuff
|
https://github.com/DiceOwl/StableDiffusionStuff
|
||||||
Mixes output of img2img with original input image at strength alpha. The result is fed into img2img again (at loop>=2), and this procedure repeats. Tends to sharpen the image, improve consistency, reduce creativity and reduce fine detail.
|
Mixes output of img2img with original input image at strength alpha. The result is fed into img2img again (at loop>=2), and this procedure repeats. Tends to sharpen the image, improve consistency, reduce creativity and reduce fine detail.
|
||||||
|
|
||||||
|
## Run n times
|
||||||
|
https://github.com/camenduru/stable-diffusion-webui/blob/master/scripts/run_n_times.py
|
||||||
|
Run n times with random seed.
|
||||||
|
|
||||||
## 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.
|
||||||
```python
|
```python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user