Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rejected words should be accepted in negative prompts #2

Open
juliendorra opened this issue Jan 6, 2023 · 1 comment
Open

Rejected words should be accepted in negative prompts #2

juliendorra opened this issue Jan 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@juliendorra
Copy link

Using negative prompts, I stumble unto a paradox: if you try to use a negative prompt to avoid NSFW like for example:

text_prompts: [ { text: "illustration", weight: 1.0 }, { text: "naked nude", weight: -1.0 }

the prompts are rejected by the API!

I tested and this is indeed the same behavior that in the studio, but… it doesn’t make sense!

Rejected prompts should be accepted as negative, shouldn’t they? That would help avoiding the filtered/blurred results, for example.

@todd-elvers
Copy link

This is a known issue downstream and we're currently working on a fix to resolve it. I agree it is a strange paradox.

@johnsabath johnsabath added the bug Something isn't working label Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants