VoltaML/voltaML-fast-stable-diffusion

Bug in Frontend View

mow20 opened this issue · 1 comments

mow20 commented

Describe the bug

frontend\src\views\TextToImageView.vue

The width and height are misplaced, so when generating an image, the front sends the width value as height, and viceversa:
image

Reproduction

Generate any image with different width and height, and see how the frontend calls the api with the values reversed

Expected behavior

The frontend should send the correct values from the width and height sliders

Branch

Experimental

System Info

Experimental branch

Additional context

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.

Thanks for bringing my attention to this - commit 47a249a will fix this issue, all you need to do is run git pull to update if you are on local (the Docker container will probably be released in 3 days with version 0.1.0)