You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running a seed with a magic prompt, the first gen will produce a different image than subsequent gens. This is visible in x/y grids and manual runs.
To Reproduce
Steps to reproduce the behaviour, include the prompt you used if applicable:
Enter a prompt of your choice
Set a static seed
Enable magic prompt with any settings
Generate an image
Generate a second image
Generate a third image
The first image will be very different from the other two images.
Alternative way to reproduce
Set the same settings for dynamic prompts as above
Use the x/y plot script
Set the X axis to "Seed", enter in the same seed at least three times (below I used 1,1,1)
The first image will be very different from subsequent gens, and use a different magic prompt
Also mention which checkboxes have been set.
Expected behaviour
The first gen should use the same magic prompt text as the subsequent images.
Additional context
This appears to be something to do with the GPT2 pipeline, but I am unable to identify any workarounds.
I tried:
Initializing the pipeline every call to the script
Pre-running the pipeline with the incoming prompt and throwing the results away (off-by-one)
I first found the issue when doing x/y plots, but determined it could be repeated by manually changing a seed and re-running the same image generation repeatedly. It is able to be reproduced with any batch size and count.
The trigger seems to be closely related to changing the seed.
The text was updated successfully, but these errors were encountered:
Could you please test 0.29.15 and let me know if it's fixed? I couldn't track down the issue so I'm forcefully setting the random seed in the magic prompt initialiser
Describe the bug
When running a seed with a magic prompt, the first gen will produce a different image than subsequent gens. This is visible in x/y grids and manual runs.
To Reproduce
Steps to reproduce the behaviour, include the prompt you used if applicable:
Alternative way to reproduce
1,1,1
)Also mention which checkboxes have been set.
Expected behaviour
The first gen should use the same magic prompt text as the subsequent images.
Additional context
This appears to be something to do with the GPT2 pipeline, but I am unable to identify any workarounds.
I tried:
I first found the issue when doing x/y plots, but determined it could be repeated by manually changing a seed and re-running the same image generation repeatedly. It is able to be reproduced with any batch size and count.
The trigger seems to be closely related to changing the seed.
The text was updated successfully, but these errors were encountered: