-
How do you create a function/script for SD that repeats generations after a conditional statement? Like: generate first image > then check condition > if condition not met > generate another image > condition met > save image > then generate next image > keep going until interrupt. Seed is random, so it is just doing the same prompt and settings over and over. |
Beta Was this translation helpful? Give feedback.
Answered by
grexzen
Oct 5, 2022
Replies: 1 comment
-
I got all this figured out and running, the only part missing is the saving image function. If anyone knows how to call it, please share. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
grexzen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got all this figured out and running, the only part missing is the saving image function.
If anyone knows how to call it, please share.
Thanks!