Merge pull request #3 from nochnoe/dev

Added conditional_dnp to the list of excluded tags, changed README
main
Nochnoe 2023-06-15 23:20:48 +07:00 committed by GitHub
commit 8d000042e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -43,10 +43,10 @@ Please adhere to the Github TOS and **do not post** any NSFW imagery or tags in
## Model-specific settings
### Fluffusion
### Fluffusion R1
- Replace underscores with spaces checked
- All prefixes are empty
- Prefix for artists: `by ` (with a space)
- Do not select "rating" category
### Fluffyrock / Furryrock / Yiffymix v2.1, v2.2

View File

@ -239,7 +239,7 @@ def on_ui_settings():
default_excluded_tags = ", ".join([
"comic", "watermark", "text", "sign", "patreon_logo", "internal", "censored", "censored_genitalia", "censored_penis", "censored_pussy",
"censored_text", "censored_anus", "multiple_poses", "multiple_images", "dialogue", "speech_bubble", "english_text", "dialogue_box",
"subtitled", "thought_bubble", "cutaway"
"subtitled", "thought_bubble", "cutaway", "conditional_dnp"
])
section = ("e621-prompt", NAME)