Hanna Lizarzaburu Aguilar

Results 1 comments of Hanna Lizarzaburu Aguilar

What I did to solve it was to update these lines of code: ``` if image_width * image_height > 1024 * 1024: dest_image = Flux2ImageProcessor._resize_to_target_area(dest_image, 1024 * 1024) # MODIFY...