rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1.01k stars 86 forks source link

UI doesn't scale to the size of the output image #49

Closed veikk0 closed 8 months ago

veikk0 commented 8 months ago

How to reproduce:

  1. Run fastsdcpu on Linux (haven't tested on Windows)
  2. Change width & height of generated image to 768
  3. Generate image and observe that only a portion of the image is displayed in the UI.

Screenshot at 2023-11-01 13-34-51

Actual output result:

a746cdda-ddda-425e-9bcd-99c4286df758-1

rupeshs commented 8 months ago

@veikk0 It is fixed in the master branch

veikk0 commented 8 months ago

Thanks, it works now.