Kilvoctu / aiyabot

A neat Discord bot for AUTOMATIC1111's Web UI
GNU General Public License v2.0
309 stars 76 forks source link

Updated maximum size and minimum generation size to accommodate SDXL generation sizes. #239

Closed JoshBaldwin101 closed 7 months ago

JoshBaldwin101 commented 7 months ago

Seeing as SDXL models have been out for a while now, I was surprised to see this project doesn't support it's most common generation sizes.

My changes bring the minimum generation size to 512 and the maximum to 2048. I know 2048 is overkill but call it future-proofing. These new slash-command options do not exceed Discord's limit of 25 previewed options. My changes also hit all of the recommended SDXL generation sizes.

Stabililty AI has stated that the following generation sizes are ideal for SDXL models:

My solution hits all of these and more without changing the 64 increment rule already instated.

Kilvoctu commented 7 months ago

Heya, does this conflict with PR #236 ?

JoshBaldwin101 commented 7 months ago

@Kilvoctu yes, it does. I'll close this request and make another with changes that don't conflict.