Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
twri committed Jul 22, 2023
1 parent 0ff6928 commit 2f774e6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ The node also effectively manages negative prompts. If negative text is provided

In the case where both negative text and the 'negative_prompt' field are present in the JSON template, the node merges them into a unified negative prompt. This flexibility enables the creation of a diverse and specific range of negative prompts.

Here's a template example from a JSON file:
### Usage Example with SDXL Prompt Styler

Template example from a JSON file:

```json
[
Expand All @@ -27,6 +29,15 @@ Here's a template example from a JSON file:
]
```

`style = "enhance"
positive_prompt = "a futuristic pop up tent in a forest"
negative_prompt = "dark"`

This will generate the following styled prompts as outputs:

`breathtaking a futuristic pop up tent in a forest . award-winning, professional, highly detailed
ugly, deformed, noisy, blurry, distorted, grainy, dark`

### Installation

To install and use the SDXL Prompt Styler nodes, follow these steps:
Expand Down

0 comments on commit 2f774e6

Please sign in to comment.