stable_diffusion_playground icon indicating copy to clipboard operation
stable_diffusion_playground copied to clipboard

Easy fix - width and height

Open aztecman opened this issue 2 years ago • 1 comments

right now the width and height don't behave properly. For example, it throws an error on 640x512

Problem is simply that you didn't put the arguments in the pipelines So, width=width, height=height,

put these ^ arguments in each call to 'pipe'

Fixed on my local, but I am too lazy to open a PR just now.

aztecman avatar Sep 09 '22 21:09 aztecman

Thanks for this, I was able to create a 640x512 image. However, I get an error with other resolutions, even 648x512. I'm not sure why 640 works but 648 doesn't. I created issue #9 about it, any help would be greatly appreciated.

jonahclarsen avatar Jan 10 '23 04:01 jonahclarsen