divamgupta / divamgupta/diffusionbee-stable-diffusion-ui

Crashing on batch size 8; batch should be something else(?)

Open
#141 3 comments 0 reactions 0 assignees View on GitHub
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:

![image](https://user-images.githubusercontent.com/14195026/192513396-a17d69d3-a94f-4fe2-8406-ed66a3288980.png)

![image](https://user-images.githubusercontent.com/14195026/192513477-303e2ca7-d7a4-4fd2-87dc-ec57b02548c7.png)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.