Multiple initial images being ignored #5032
Unanswered
HenriqueCrj
asked this question in
Q&A
Replies: 0 comments
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.
-
Inside this function
stable-diffusion-webui/modules/api/api.py
Line 129 in 828438b
This part of the code
creates a list of images, however, only the last image on init_images remains inside the imgs variable. (And it seems to create copies of the img variable too??). My question is, why this function seems to effectively ignore all but the last image that is sent to the api? The api accepts a list of initial images as input, however only the last of them is used by p. And supposing that this is a bug, and we can send multiple input images as a list, what is the effect of this for the generation process?
Beta Was this translation helpful? Give feedback.
All reactions