stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Poor man's outpainting ignores batch count
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
When poor man's outpainting is selected as script, it only produces 1 batch, ignoring the batch count parameter.
I know this was fixed for outpainting mk2, but it still is a bug in poor man's outpainting
Steps to reproduce the problem
- Go to img2img
- Go to inpainting
- Use "poor man's outpainting" script
- Specify more than 1 as batch count
What should have happened?
It should produce more than 1 batch
Commit where the problem happens
9f79e59a95042635f5b14e1ebc691431b9e3000e
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Microsoft Edge
Command Line Arguments
--precision full --medvram --no-half --listen --ckpt-dir "C:\More\SD\models" --xformers --gradio-img2img-tool color-sketch --vae-path "C:\More\SD\moremodels\v1-5-pruned-emaonly.vae.pt"
Additional information, context and logs
I'm using the new 1.5 inpainting dedicated checkpoint.
it is not yet a feature. Very recently someone made mk2 do batches, previously poor man's outpainting and mk2 did not have the ability to do this.
Closing as stale.