isekaidev / stable.art

Photoshop plugin for Stable Diffusion with Automatic1111 as backend (locally or with Google Colab)
https://stable.art
MIT License
1.13k stars 72 forks source link

img2img generates in wrong resolution #34

Open specblades opened 1 year ago

specblades commented 1 year ago

Look like it generates imgs with 512x side resolution and resizes it to a desired selection when i trying to img2img/inpaint for example ~800x1000

isekaidev commented 1 year ago

Could you give any examples or details of why you think so? Would be ideal, if you could create a selection, generate an image using the plugin, then create a mask from your selection and upload an original image with a mask to the webui itself, so we can view the differences between them.

I checked all data that the plugin sends to webui with the 800x1000 selection, and all looks fine - the original image, mask and specified size all have the correct sizes, and the generated image is also 800x1000.