dvruette / sd-webui-fabric

MIT License
402 stars 23 forks source link

Non-square images are squashed in likes and dislikes #5

Closed Gushousekai195 closed 1 year ago

Gushousekai195 commented 1 year ago

Whenever an image that has non-square dimensions is put into the likes or dislikes, the image is squashed, affecting the appearance of the image and also the subsequent generations.

matrix4767 commented 1 year ago

I thought that was just a visual thing. Guess that's why outputs got messy compared to controlnet reference even.

dvruette commented 1 year ago

Indeed, there was a bug in the resizing code which caused the aspect ratios to get messed up. Should be fixed in the latest version (both appearance in the like/dislike gallery as well as effect on the generated images).