Skip to content

Commit

Permalink
feat: support Wildcard Prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jul 18, 2024
1 parent 9f94e50 commit 86ece3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
node-version: [ node ]
node-version: [ 22.4.1 ]

steps:
- uses: actions/checkout@main
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ see https://github.com/bluelovers/sd-webui-pnginfo-beautify/blob/dev/src/row-con
- `sv_prompt`
- `Template` from [Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts)
- `Template Generated` from [Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts)
- `Wildcard Prompt` see [aibooru.online](https://aibooru.online/posts/73504?q=no_nipples+)

#### hashes

Expand Down
1 change: 1 addition & 0 deletions src/row-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const RowConfigMapRegExp = new Map<RegExp, IRowConfigOptions>();
'sv_prompt',
'Template',
'Template Generated',
'Wildcard Prompt',
].forEach(key => RowConfigMap.set(key, {
full: true,
syntaxHighlighter: true,
Expand Down

0 comments on commit 86ece3d

Please sign in to comment.