philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Use closest 64-round resolution for img2img unless otherwise specified #18

Closed philpax closed 1 year ago

philpax commented 1 year ago

At present, the width/height is drawn from the user parameters or from the last generation. Instead of drawing from the last generation, it should use the closest 64-rounded resolution to the input image. Potentially resize the image to fit the maximum width/height specified, too.