diff --git a/README.md b/README.md index 4e327e1..f65fedb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/e621_prompt.py b/scripts/e621_prompt.py index c4e4095..1e817f0 100644 --- a/scripts/e621_prompt.py +++ b/scripts/e621_prompt.py @@ -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)