Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Unexpected behaviour when doing img2img batch process. #2128

Closed
1 task done
szriru opened this issue Sep 18, 2023 · 3 comments
Closed
1 task done

[Bug]: Unexpected behaviour when doing img2img batch process. #2128

szriru opened this issue Sep 18, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@szriru
Copy link

szriru commented Sep 18, 2023

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits of both this extension and the webui

What happened?

This issue occurs for me since I have updated auto1111 to the latest version (version 1.6.0 5ef669de080814067961f28357256e8fe27544f4 )

When doing img2img batch process with controlnets' batch tab on, generated images won't be put in the specified output folder nor default output folder (output/img2img-images/~/). (Where did they go?)
However, when I switch the tab to Single Image, it worked fine except the name of generated images are different from what it used to be. (expected: same name of the original image from img2img, result: order number + expected name)

  • pls make an option to name them by a convensional way. I don't like it.
  • Is this a new expected feature? If so, why is there still "batch tab".

Pls consider fix this issue. Thank you.


original image name: 00003.png
expected: 00003.png
result: 00001-00003.png


This used to work fine, but it doesn't now. Where did the generated images go?
スクリーンショット 2023-09-18 214744

This does work fine, but the names of generated images are order number + expected name
スクリーンショット 2023-09-18 214736

Steps to reproduce the problem

auto1111 -> img2img -> Generation -> batch.
fill in "input directory", "output directory", "inpaint batch mask directory".
and select "batch" tab in a controlnet unit.

What should have happened?

Generated images go in a specified output folder. And names are same as original images

Commit where the problem happens

webui: 1.6.0 (5ef669de080814067961f28357256e8fe27544f4)
controlnet: 0cfc88b6

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

./webui.bat --xformers

List of enabled extensions

スクリーンショット 2023-09-18 221909

Console logs

no errors

Additional information

No response

@roshea6
Copy link

roshea6 commented Sep 19, 2023

I am experiencing a similar issue with A1111 v1.6.0-RC, ControlNet v1.1.401 and sd-webui-controlnet fd37e9f. When I use the Controlnet unit normally it works totally fine and saved my output images during batch img2img. But when I use the Upload independent control image and select the batch option for that it stops saving my output images.

I tried turning on the sd_save_intermediate_images extension (https://github.com/AlUlkesh/sd_save_intermediate_images) to see if I could save any images at all and it saved all the intermediate images but still did not save the final image.

@andynakal
Copy link

it is related to this issue
AUTOMATIC1111/stable-diffusion-webui#13172

@huchenlei huchenlei added the bug Something isn't working label Nov 21, 2023
@huchenlei
Copy link
Collaborator

Confirm fixed in latest A1111.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants