Skip to content

Commit

Permalink
docs(tutorial): clarify the wildcard directory language
Browse files Browse the repository at this point in the history
  • Loading branch information
funwhilelost authored Oct 24, 2023
1 parent 39c06b3 commit 098affc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,18 @@ That second prompt isn't grammatically correct, it doesn't matter to Stable Diff

What if we had many gems that we would like to use in our rings? You can certainly add them as variants along with rubies and emeralds, but this may become cumbersome with many variants. In this case, we can use a wildcard.

First, we create a file called gems.txt
First, we create a file called `gems.txt` inside the wildcards folder. By default this is `extensions/sd-dynamic-prompts/wildcards`.

In it, we add one variant per line, e.g.

```
# gems.txt
# extensions/sd-dynamic-prompts/gems.txt
diamond
ruby
emerald
...
```

We place this file inside the extension's wildcard folder. This can be found in extensions/sd-dynamic-prompts/wildcards

Now our prompt changes to:

A __gems__ ring set on a {classic|thin|thick}
Expand Down

0 comments on commit 098affc

Please sign in to comment.