Skip to content

[Bug] Negative prompt with batch size 2+ #44

@Miczu

Description

@Miczu

So I started by disabling all extensions and I was able to narrow this bug specifically to sd-webui-neutral-prompt.
I disabled all non-native extensions and left sd-webui-neutral-prompt and I was still able to reproduce this issue.

Setup:
Prompt: 1girl
Negative: gloomy
Batch size: 2
Seed: 1

Step 1: generate, this will be reference two images
Step 2: modify Negative to "gloomy, vibrant"
Step 3: generate, you should already notice something weird with image 2
Step 4: modify Negative back to "gloomy"
Step 5: generate - at this point image 2 should look weird and not match reference image from step 1.

This corruption can be fixed by modifying in any way positive prompt (needs to differ on generate), even comma will do.

It feels like some caching issue as detecting change on Positive fixes it, but negative part isn't forcing refresh in the overall prompt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions