ndahlquist / stable-horde-flutter

An Android+iOS app for the Stable Horde
https://stablehorde.net
GNU General Public License v3.0
53 stars 20 forks source link

Default SD 2.x models to 768x768 #53

Open ndahlquist opened 1 year ago

ndahlquist commented 1 year ago

Stable Diffusion 1.x is trained for images of size 512x512. Stable Diffusion 2.x is trained for images images of size 768x768.

Therefore, I propose we default all models based on SD 2.x to 768x768. This will result in higher quality images for these models.

From a personal perspective, I also think this is important because there is a popular narrative that SD 2.x is worse quality than 1.x. Generating images of the wrong size doesn't help with that 😆

Important detail: only logged in users can request images of this size, so we should prompt for login when selecting one of these models.