Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize documentation #117

Merged
merged 1 commit into from
Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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