divamgupta / divamgupta/diffusionbee-stable-diffusion-ui
Crashing on batch size 8; batch should be something else(?)
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 727
- PR merge metrics
- No merged PRs in 30d
Description
When choosing a batch size of 8, the program will crash:


First I believed this happens, since 14 is not dividable by 8.
But this also happens with Num. Images 8.
**Therefor I conclude any setting with Batch size 8 will crash the software.**
I am on MacOS Monterey 12.6.
---
**What purpose does the current batch implementation serve?**
If I choose Num Images: 2 and batch size: 7 it creates 7 images.
So it is ignoring the Num images and defaults to the batch size?
I would rather understand batch size as an **extra set of images**.
So choosing 14 images and a batch size of let's say 5, I would expect to generate 70 images. (14 * 5)
Since we have a "Stop" button, the Num images and Batch size should not be drop downs, but rather input fields, so I could generate hundreds or thousands of images if I would like to.
---
Love the fact that Mac users can now have this super simple installer to dive into the world of SD.
Looking forward to the progress of this software!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.