How to stop XYZ plot from saving sub portions of a grid #13157
Unanswered
Wonderflex
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
-
I'm extra confused today, as it stopped saving these sub images, and I didn't do any updates or gitpulls. Does the webui.bat have an automatic update line/feature in it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In text to image I'm running an X/Y/Z plot with a X type of Prompt S/R and a Y type of Prompt S/R, and a batch size of 2.
In the output folder for txt2img-grids it is saving the grid as expected, but it also saving the 2 images made for each pairing.
Example:
If I use the prompt, "cat eating fish" with SR for "cat, dog" and "fish, apples" it will create this xyz plot, with two images for each variation as expected:
In my output folder there is the correct xyz_grid-0000-105.png, but there is also a file for each pairing that is saved as "grid-0000.png", "grid-0001.png", etc.
How can I get it to stop saving these sub images, and only make the "xyz_grid..." image?
Beta Was this translation helpful? Give feedback.
All reactions