Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDoom committed May 11, 2023
2 parents 3169c4c + bba5d6b commit 5640a43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,24 @@ For example:
### Chants
Chants are longer prompt presets. The name is inspired by some early prompt collections from Chinese users, which often were called along the lines of "Spellbook", "Codex", etc. The prompt snippets from such documents were fittingly called spells or chants for this reason.

Similar to embeddings and loras, this feature is triggered by typing the `<`, `<c:` or `<chant:` commands. For instance, when you enter `<c:High Quality` in the prompt box and select it, the following prompt text will be inserted:
Similar to embeddings and loras, this feature is triggered by typing the `<`, `<c:` or `<chant:` commands. For instance, when you enter `<c:HighQuality` in the prompt box and select it, the following prompt text will be inserted:
```
(extremely detailed CG unity 8k wallpaper, masterpiece, best quality, ultra-detailed),
(masterpiece, best quality, high quality, highres, ultra-detailed),
```


Chants can be added in JSON files following this format:
```json
[
{
"name": "Basic-NegitivePrompt",
"terms": "Negitive,Low,Quality",
"name": "Basic-NegativePrompt",
"terms": "Negative,Low,Quality",
"content": "(worst quality, low quality, normal quality)",
"color": 3
},
{
"name": "Basic-HighQuality",
"terms": "Best,Quality",
"terms": "Best,High,Quality",
"content": "(masterpiece, best quality, high quality, highres, ultra-detailed)",
"color": 1
},
Expand Down

0 comments on commit 5640a43

Please sign in to comment.