Merge pull request #3 from nochnoe/dev
Added conditional_dnp to the list of excluded tags, changed READMEmain
commit
8d000042e2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue