mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-07 06:02:53 +08:00
Updated Custom Scripts (markdown)
parent
f0258ac80d
commit
745bad6e2d
@ -2,6 +2,9 @@
|
||||
To install custom scripts, place them into the `scripts` directory and click the `Reload custom script` button at the bottom in the settings tab. Custom scripts will appear in the lower-left dropdown menu on the txt2img and img2img tabs after being installed. Below are some notable custom scripts created by Web UI users:
|
||||
|
||||
# Custom Scripts from Users
|
||||
* [Prompt Scripts](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Scripts-Prompt)
|
||||
* [Generation Scripts](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Scripts-Generation)
|
||||
<details><summary>Custom Scripts from Users</summary>
|
||||
|
||||
## Improved prompt matrix
|
||||
https://github.com/ArrowM/auto1111-improved-prompt-matrix
|
||||
@ -374,4 +377,5 @@ class Script(scripts.Script):
|
||||
## gif2gif
|
||||
https://github.com/LonicaMewinsky/gif2gif
|
||||
|
||||
The purpose of this script is to accept an animated gif as input, process frames as img2img typically would, and recombine them back into an animated gif. Not intended to have extensive functionality. Referenced code from prompts_from_file.
|
||||
The purpose of this script is to accept an animated gif as input, process frames as img2img typically would, and recombine them back into an animated gif. Not intended to have extensive functionality. Referenced code from prompts_from_file.
|
||||
</details>
|
Loading…
Reference in New Issue
Block a user