ahrm / UnstableFusion

A Stable Diffusion desktop frontend with inpainting, img2img and more!
GNU General Public License v3.0
1.26k stars 86 forks source link

KeyError: 'image_size' #19

Closed Motshew closed 2 years ago

Motshew commented 2 years ago

I'm receiving an error when I try to generate, reimagine, or inpaint. This with the webui up and it is being pointed to the server address. when i click any of those options, I receive this error in the console,

size = resp_data['image_size'] KeyError: 'image_size'

ahrm commented 2 years ago

Are you using the latest version of the repository? And by webui you mean google colab, right?

Motshew commented 2 years ago

im running stable diffusion locally. and yeah, just cloned it an hour ago

ahrm commented 2 years ago

By locally you mean Automatic1111's webui? If so, we don't support that yet.

Motshew commented 2 years ago

ah, well that would do it then. thanks for clearing that up!