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

[bug]: Setting "Max Prompts" to 1 will will mix content from {} into one #5292

Closed
1 task done
lord-carlos opened this issue Dec 14, 2023 · 0 comments · Fixed by #5368
Closed
1 task done

[bug]: Setting "Max Prompts" to 1 will will mix content from {} into one #5292

lord-carlos opened this issue Dec 14, 2023 · 0 comments · Fixed by #5368
Labels
bug Something isn't working generation

Comments

@lord-carlos
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

OS

Windows

GPU

cuda

VRAM

16GB

What version did you experience this issue on?

3.4post2

What happened?

  • Setup a promt with {}, for example hyperrealistic photo of a {dog|cat|airplane|horse}
  • Set dynamic promts to 1
  • expected result: picture of dog
  • observed results: picture of dog and airplane?

It seems like the whole string gets send to the ai, with brackets and everything.

The promt preview has it right, it shows hyperrealistic photo of a dog but the actual image meta data you see it has the full promt with brackets and everything.

Setting dynamic promts to 2 works as expected. You get one dog and one cat picture.

Screenshots

image

Additional context

Sometimes I create a dynamic promt, limit to a single image to mess around with other settings or other part of the promt. Once that is done I increase the dynamic promp amount

Contact Details

No response

@lord-carlos lord-carlos added the bug Something isn't working label Dec 14, 2023
psychedelicious added a commit that referenced this issue Jan 1, 2024
Closes #5292

The special handling for single prompt is totally extraneous and caused a bug.
hipsterusername pushed a commit that referenced this issue Jan 1, 2024
Closes #5292

The special handling for single prompt is totally extraneous and caused a bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working generation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants