mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-05 12:09:00 +08:00
Updated Extensions (markdown)
parent
c77f185180
commit
4b8517e30f
@ -37,7 +37,11 @@ https://github.com/adieyal/sd-dynamic-prompts
|
||||
|
||||
A custom extension for [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) that implements an expressive template language for random or combinatorial prompt generation along with features to support deep wildcard directory structures.
|
||||
|
||||
Using this script, the prompt:
|
||||
More features and additions are shown in the [readme](https://github.com/adieyal/sd-dynamic-prompts).
|
||||
|
||||

|
||||
|
||||
Using this extension, the prompt:
|
||||
|
||||
`A {house|apartment|lodge|cottage} in {summer|winter|autumn|spring} by {2$$artist1|artist2|artist3}`
|
||||
|
||||
@ -67,12 +71,6 @@ You can also use the same wildcard twice
|
||||
- I love Winter better than Summer
|
||||
- I love Spring better than Spring
|
||||
|
||||
To install, run the following command from within the webui directory:
|
||||
|
||||
`git clone https://github.com/adieyal/sd-dynamic-prompting/ extensions/dynamic-prompts`
|
||||
|
||||
If you are upgrading from a version prior to 0.11.0, be sure to delete the old dynamic_prompting.py from the webui's scripts directory and the old dynamic_prompting.js from the webui's javascript directory.
|
||||
|
||||
## Dreambooth
|
||||
https://github.com/d8ahazard/sd_dreambooth_extension
|
||||
|
||||
@ -211,6 +209,7 @@ Add a button to convert the prompts used in NovelAI for use in the WebUI. In add
|
||||

|
||||
|
||||
## Tokenizer
|
||||
https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer
|
||||
|
||||
Adds a tab that lets you preview how CLIP model would tokenize your text.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user