Please allow for a bigger batch count (number of images to generate =+1000) #515
Replies: 5 comments 4 replies
-
you can change the limit here: https://github.com/hlky/stable-diffusion-webui/blob/320ea01d113096e5d99715b3adbe6b82eb9c0059/frontend/frontend.py#L34 Be aware that your change will get clobbered next time you update your local copy. |
Beta Was this translation helpful? Give feedback.
-
This could potentially be made into a parser |
Beta Was this translation helpful? Give feedback.
-
Web ui will and be mostly unresponsive. The gallery is not built for more than 20-40 pictures or so |
Beta Was this translation helpful? Give feedback.
-
Could just add a run forever option and you manually stop it with the stop button? |
Beta Was this translation helpful? Give feedback.
-
Use the dynamic tags. Add -n 1000 to your prompt and it will increase the batch size. |
Beta Was this translation helpful? Give feedback.
-
How can i set a bigger batch count than 50 in the webui? Can i change this myself somewhere?
Please allow for a batch count of 1000 or more..
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions