You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A semi-random prompt generator for danbooru tags that works alongside your chara
7
7
1. From within ComfyUI Manager, search for Raffle and install it
8
8
2. Add the Raffle node to your workflow
9
9
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)
11
11
12
12
Download the workflow example for detailed implementation: [Raffle Example.json](https://github.com/rainlizard/ComfyUI-Raffle/blob/main/Raffle%20Example.json)
13
13
@@ -26,7 +26,7 @@ For offline use 400,000 taglists have been scraped from danbooru. Raffle randoml
26
26
-`negative_prompt`
27
27
-`filter_out_tags`
28
28
- 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.
30
30
31
31
## Node Options
32
32
-**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
41
41
-**exclude_tag_categories**: Exclude entire categories of tags (e.g., "clothes_and_accessories", "standard_physical_descriptors") from the final output
42
42
43
43
## 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
45
45
-**Unfiltered tags**: The complete original taglist before filtering (for debugging)
46
46
-**Debug info**: Information about the selection process, including available taglist count
0 commit comments