igolaizola / bulkai

AI image generation in bulk automatically
MIT License
191 stars 40 forks source link

[Feature Request] Upscale Integer 0-4 #27

Open capsloq opened 1 year ago

capsloq commented 1 year ago

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!

capsloq commented 1 year ago

Trying to help a little bit at least. I think its at this point?: https://github.com/igolaizola/bulkai/blob/727df5725a1b1e963c74d090d47fc65589407fd6/pkg/ai/ai.go#L175

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

igolaizola commented 1 year ago

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.