igolaizola/bulkai

[Feature Request] Upscale Integer 0-4

Opened this issue · 2 comments

First of all great Job. I just got to use the bot and i am very happy with it. Well done, Sir.

From my understanding its currently not possible to define the amount of images to upscale.
upscale takes only true or false
upscale should take an integer, so users can descide how many pictures they want upscaled. This'd cut the processing times for users who need less than 4 upscaled pictures for each request.

Thank you again!

Trying to help a little bit at least. I think its at this point?:

for j := range variationPreview.ImageIDs {

I dont speak Go, 😢 and also do not have a GO environment setup. Would be nice if someone could PR this.
Thank you

Hi @capsloq! This could be a great feature and quite easy to implement. The use case of just one upscale for each prompt might be quite common. I'll see if I can find some time to work on it. My primary focus is on fixing bugs, but this could come after that.