Skip to content

Commit 518e71b

Browse files
committed
exclude content_censorship_methods
1 parent 447528d commit 518e71b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raffle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def INPUT_TYPES(s):
3434
}),
3535
"negative_prompt_2": ("STRING", {
3636
"multiline": True,
37-
"default": "censored, mosaic_censoring, bar_censor",
37+
"default": "monochrome, greyscale",
3838
"tooltip": "Additional tags to filter from the final output. Combined with negative_prompt tags to avoid having to put all filtering tags in your main negative prompt."
3939
}),
4040
"exclude_taglists_containing": ("STRING", {
@@ -45,7 +45,7 @@ def INPUT_TYPES(s):
4545
# Replace all individual category booleans with a single text field for excluded categories
4646
"exclude_categories": ("STRING", {
4747
"multiline": True,
48-
"default": "clothes_and_accessories, female_physical_descriptors, named_garment_exposure, specific_garment_interactions, speech_and_text, standard_physical_descriptors, metadata_and_attribution, intentional_design_exposure, two_handed_character_items, holding_large_items, color_scheme",
48+
"default": "clothes_and_accessories, female_physical_descriptors, named_garment_exposure, specific_garment_interactions, speech_and_text, standard_physical_descriptors, metadata_and_attribution, intentional_design_exposure, two_handed_character_items, holding_large_items, content_censorship_methods",
4949
"tooltip": "Enter category names to exclude, separated by commas. The complete list of available categories can be seen in the 'Debug info' output."
5050
})
5151
},

0 commit comments

Comments
 (0)