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:
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.