Skip to content

Commit 62a9fb6

Browse files
authored
Update readme.md
1 parent c1454e0 commit 62a9fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A semi-random prompt generator for danbooru tags that works alongside your chara
77
1. From within ComfyUI Manager, search for Raffle and install it
88
2. Add the Raffle node to your workflow
99
3. Connect your Negative Prompt to the "negative_prompt" input (you may need to convert it to a `text` node first)
10-
4. Use the "Filtered tags" output in your Positive Prompt (merge it with a `text concat` or `string concat` node)
10+
4. Use the `Raffled output` in your Positive Prompt (merge it with a `text concat` or `string concat` node)
1111

1212
Download the workflow example for detailed implementation: [Raffle Example.json](https://github.com/rainlizard/ComfyUI-Raffle/blob/main/Raffle%20Example.json)
1313

@@ -26,7 +26,7 @@ For offline use 400,000 taglists have been scraped from danbooru. Raffle randoml
2626
- `negative_prompt`
2727
- `filter_out_tags`
2828
- if the tag isn't even in `categorized_tags.txt` then it's also filtered
29-
4. The final result is the `Filtered tags` output. You can use this in your Positive Prompt.
29+
4. The final result is the `Raffled output`. You can use this in your Positive Prompt.
3030

3131
## Node Options
3232
- **use_general**: Enable selection from general.txt which contains 100,000 general taglists
@@ -41,7 +41,7 @@ For offline use 400,000 taglists have been scraped from danbooru. Raffle randoml
4141
- **exclude_tag_categories**: Exclude entire categories of tags (e.g., "clothes_and_accessories", "standard_physical_descriptors") from the final output
4242

4343
## Node Outputs
44-
- **Filtered tags**: The final list of tags ready to use in your prompt
44+
- **Raffled output**: The final list of tags ready to use in your prompt
4545
- **Unfiltered tags**: The complete original taglist before filtering (for debugging)
4646
- **Debug info**: Information about the selection process, including available taglist count
4747

0 commit comments

Comments
 (0)