[X] I have searched the existing issues and checked the recent builds/commits
What happened?
When you attempt to increase the batch size beyond 1 while performing outpainting using Poor man's outpainting, only one image result will be shown and saved to disk regardless of how much numbers you put.
I read about the same issue happened to outpainting mk2 and solved already so hope it can be solved too for this Poor man's outpainting, since it is doing better generation for me than mk2.
Steps to reproduce the problem
Go to the img2img tab
Upload an image
Increase the batch size to 2 or more
Under scripts, Poor man's outpainting
Generate
What should have happened?
The amount of generation images should be according to the set up batch size, and not only outputting one image all the time.
@echo off
set PYTHON="C:\Users\opd\AppData\Local\Programs\Python\Python310\python.exe"
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--xformers
git pull
call webui.bat
Is there an existing issue for this?
What happened?
When you attempt to increase the batch size beyond 1 while performing outpainting using Poor man's outpainting, only one image result will be shown and saved to disk regardless of how much numbers you put. I read about the same issue happened to outpainting mk2 and solved already so hope it can be solved too for this Poor man's outpainting, since it is doing better generation for me than mk2.
Steps to reproduce the problem
What should have happened?
The amount of generation images should be according to the set up batch size, and not only outputting one image all the time.
Commit where the problem happens
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/20ae71faa8ef035c31aa3a410b707d792c8203a3
What Python version are you running on ?
Python 3.10.x
What platforms do you use to access the UI ?
Windows
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git https://github.com/pharmapsychotic/clip-interrogator-ext.git https://github.com/adieyal/sd-dynamic-prompts.git https://github.com/kohya-ss/sd-webui-additional-networks.git https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git https://github.com/Mikubill/sd-webui-controlnet.git https://github.com/yankooliveira/sd-webui-photopea-embed https://github.com/AUTOMATIC1111/stable-diffusion-webui-promptgen.git https://github.com/innightwolfsleep/stable-diffusion-webui-randomize.git https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git
Console logs
Additional information
No response