Skip to content

Commit

Permalink
Synchronize documentation with adieyal/sd-dynamic-prompts#701
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Dec 29, 2023
1 parent ff47441 commit 08a53c5
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 66 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ The dynamic prompts library powers the [Dynamic Prompts](https://github.com/adie
* [Wildcard Collections](#wildcard-collections)
* [Dynamic Prompts in the wild.](#dynamic-prompts-in-the-wild)




## Quick overview of the templating language:

### Variants
Expand Down Expand Up @@ -165,7 +162,7 @@ Funko pop __celebrities__ figurine, made of __material__, __studio-shot__

Hat tip to [publicprompts](https://publicprompts.art/) for the funko pop prompt.

The complete syntax can be found [here](https://github.com/adieyal/sd-dynamic-prompts/blob/main/docs/SYNTAX.md).
The complete syntax can be found [here](docs/SYNTAX.md).


## Installation
Expand Down Expand Up @@ -421,7 +418,7 @@ generator.generate(template)

## Template syntax

You can find the complete syntax guide [here](https://github.com/adieyal/sd-dynamic-prompts/blob/main/docs/SYNTAX.md)
You can find the complete syntax guide [here](docs/SYNTAX.md)

### Syntax customisation
To address potential syntax clashes with other tools it is possible to change various tokens. Instead of `{red|green|blue}` you can configure the library to use the `<` `>` pair instead, e.g. `<red|green|blue>`. You can also change the `__` used in wildcards. So instead of `__colours__`, you can configure wildcards to use `**`, e.g. `**colours**`
Expand Down
Loading

0 comments on commit 08a53c5

Please sign in to comment.