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

Batch folder fix #2093

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Batch folder fix #2093

wants to merge 1 commit into from

Conversation

Nziner
Copy link

@Nziner Nziner commented Oct 16, 2024

For a long time this bug (#287) was not fixed. I don't have much experience, but I tried to fix the problem and it works.

  • “Batch Folder” now processes all images in it (roughly like ControlNet in Automatic1111).
  • Workability with batch count and batch size has not been tested much, but it seems to repeat image generation when batch count >1 is specified.

I hope to get attention to fix the bug correctly.

@ArnorWing
Copy link

Can this fix be added to reForge too?
https://github.com/Panchovix/stable-diffusion-webui-reForge

@zdjdevil
Copy link

Thanks for your work, but I met some problems and it does not work for me, When I use batch folder, it does not preprocess the images in the folder and only generates one image before stopping. However, the overall progress in the background is correct. For example, if I have three images and the number of steps is 8, the background will display 8/24 but stopping. When I choose batch upload and manually drag multiple images, they can all be preprocessed, but only the first image is generated correctly, and the progress in the background also stops on 8/24. I don't know exactly what went wrong.

@Nziner
Copy link
Author

Nziner commented Dec 26, 2024

Thanks for your work, but I met some problems and it does not work for me, When I use batch folder, it does not preprocess the images in the folder and only generates one image before stopping. However, the overall progress in the background is correct. For example, if I have three images and the number of steps is 8, the background will display 8/24 but stopping. When I choose batch upload and manually drag multiple images, they can all be preprocessed, but only the first image is generated correctly, and the progress in the background also stops on 8/24. I don't know exactly what went wrong.

Use Batch count, and I have not tested Batch size.
You need to use Batch Folder, not Batch Upload.
And try use old version (from Oct 16 - 6dc71b7)

Anyway, I'm not a professional developer, for my needs my solution is enough for me. If someone needs to fix/make something better - I will be glad if such a person can be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants